Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java106 private PrivacyDotViewController mDotViewController; field in ScreenDecorationsTest
133 mBroadcastDispatcher, mTunerService, mUserTracker, mDotViewController, in setup()
268 verify(mDotViewController, never()).initialize(any(), any(), any(), any()); in testNoRounding_NoCutout_NoPrivacyDot()
296 verify(mDotViewController, times(1)).initialize( in testNoRounding_NoCutout_PrivacyDot()
325 verify(mDotViewController, never()).initialize(any(), any(), any(), any()); in testRounding_NoCutout_NoPrivacyDot()
353 verify(mDotViewController, times(1)).initialize( in testRounding_NoCutout_PrivacyDot()
468 verify(mDotViewController, never()).initialize(any(), any(), any(), any()); in testRoundingMultipleRadius_NoCutout_NoPrivacyDot()
502 verify(mDotViewController, times(1)).initialize( in testRoundingMultipleRadius_NoCutout_PrivacyDot()
562 verify(mDotViewController, times(1)).initialize( in testNoRounding_CutoutShortEdge_PrivacyDot()
614 verify(mDotViewController, times(1)).initialize( in testNoRounding_CutoutLongEdge_PrivacyDot()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java134 private final PrivacyDotViewController mDotViewController; field in ScreenDecorations
235 mDotViewController = dotViewController; in ScreenDecorations()
248 mDotViewController.setUiExecutor(mExecutor); in start()
330 mDotViewController.initialize( in setupDecorations()
687 mDotViewController.setNewRotation(newRotation); in updateOrientation()