Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java153 View mBottomLeftDot; field in ScreenDecorations
326 if (mTopLeftDot != null && mTopRightDot != null && mBottomLeftDot != null in setupDecorations()
331 mTopLeftDot, mTopRightDot, mBottomLeftDot, mBottomRightDot); in setupDecorations()
484 mBottomLeftDot = right; in initPrivacyDotView()
498 mBottomLeftDot = left; in initPrivacyDotView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java181 assertNull(mScreenDecorations.mBottomLeftDot); in verifyBottomDotViewsNullable()
184 assertNotNull(mScreenDecorations.mBottomLeftDot); in verifyBottomDotViewsNullable()
202 assertThat(mScreenDecorations.mBottomLeftDot.getVisibility()).isEqualTo(visibility); in verifyBottomDotViewsVisibility()