Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java151 View mTopLeftDot; field in ScreenDecorations
326 if (mTopLeftDot != null && mTopRightDot != null && mBottomLeftDot != null in setupDecorations()
331 mTopLeftDot, mTopRightDot, mBottomLeftDot, mBottomRightDot); in setupDecorations()
483 mTopLeftDot = left; in initPrivacyDotView()
488 mTopLeftDot = left; in initPrivacyDotView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java171 assertNull(mScreenDecorations.mTopLeftDot); in verifyTopDotViewsNullable()
174 assertNotNull(mScreenDecorations.mTopLeftDot); in verifyTopDotViewsNullable()
196 assertThat(mScreenDecorations.mTopLeftDot.getVisibility()).isEqualTo(visibility); in verifyTopDotViewsVisibility()