Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java154 View mBottomRightDot; field in ScreenDecorations
327 && mBottomRightDot != null) { in setupDecorations()
331 mTopLeftDot, mTopRightDot, mBottomLeftDot, mBottomRightDot); in setupDecorations()
494 mBottomRightDot = right; in initPrivacyDotView()
499 mBottomRightDot = right; in initPrivacyDotView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java182 assertNull(mScreenDecorations.mBottomRightDot); in verifyBottomDotViewsNullable()
185 assertNotNull(mScreenDecorations.mBottomRightDot); in verifyBottomDotViewsNullable()
203 assertThat(mScreenDecorations.mBottomRightDot.getVisibility()).isEqualTo(visibility); in verifyBottomDotViewsVisibility()