Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/data/repository/
DStatusBarModeRepositoryImplTest.kt290 eq(APPEARANCE), in statusBarAppearance_appearanceRegions_noLetterboxDetails_usesCallbackValues()
300 appearance = APPEARANCE, in statusBarAppearance_appearanceRegions_noLetterboxDetails_usesCallbackValues()
318 eq(APPEARANCE), in statusBarAppearance_appearanceRegions_letterboxDetails_usesLetterboxCalculator()
327 appearance = APPEARANCE, in statusBarAppearance_appearanceRegions_letterboxDetails_usesLetterboxCalculator()
348 eq(APPEARANCE), in statusBarAppearance_boundsChanged_appearanceReFetched()
356 appearance = APPEARANCE, in statusBarAppearance_boundsChanged_appearanceReFetched()
372 eq(APPEARANCE), in statusBarAppearance_boundsChanged_appearanceReFetched()
532 private const val APPEARANCE = APPEARANCE_LIGHT_STATUS_BARS constant
533 private val APPEARANCE_REGION = AppearanceRegion(APPEARANCE, Rect(0, 0, 150, 300))
544 listOf(AppearanceRegion(APPEARANCE, Rect(0, 0, 10, 20)))
/frameworks/base/core/java/android/view/
DWindowManager.java54 import static android.view.WindowLayoutParamsProto.APPEARANCE;
5872 proto.write(APPEARANCE, insetsFlags.appearance); in dumpDebug()