Home
last modified time | relevance | path

Searched refs:asLazy (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java251 final BooleanSupplier isPolicyForIgnoringRequestedOrientationEnabled = asLazy( in LetterboxUiController()
263 final BooleanSupplier isCameraCompatTreatmentEnabled = asLazy( in LetterboxUiController()
1768 private static BooleanSupplier asLazy(@NonNull BooleanSupplier supplier) { in asLazy() method in LetterboxUiController