Home
last modified time | relevance | path

Searched refs:mKeyguardStatusView (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardStatusViewControllerBaseTest.java46 @Mock protected KeyguardStatusView mKeyguardStatusView; field in KeyguardStatusViewControllerBaseTest
72 mKeyguardStatusView, in setup()
95 when(mKeyguardStatusView.getViewTreeObserver()).thenReturn(mViewTreeObserver); in setup()
101 verify(mKeyguardStatusView, atLeast(1)).addOnAttachStateChangeListener(captor.capture()); in givenViewAttached()
104 listener.onViewAttachedToWindow(mKeyguardStatusView); in givenViewAttached()
H A DKeyguardStatusViewControllerTest.java61 verify(mKeyguardStatusView).setChildrenTranslationY(translationY, /* excludeMedia= */true); in setTranslationYExcludingMedia_forwardsCallToView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java545 verify(mKeyguardStatusView).addOnLayoutChangeListener(captor.capture()); in onKeyguardStatusViewHeightChange_animatesNextTopPaddingChangeForNSSL()
550 when(mKeyguardStatusView.getHeight()).thenReturn(0); in onKeyguardStatusViewHeightChange_animatesNextTopPaddingChangeForNSSL()
551 listener.onLayoutChange(mKeyguardStatusView, /* left= */ 0, /* top= */ 0, /* right= */ in onKeyguardStatusViewHeightChange_animatesNextTopPaddingChangeForNSSL()
H A DNotificationPanelViewControllerBaseTest.java314 @Mock protected KeyguardStatusView mKeyguardStatusView; field in NotificationPanelViewControllerBaseTest
369 mKeyguardStatusView, in setup()
415 when(mKeyguardStatusView.animate()).thenReturn(mViewPropertyAnimator); in setup()