Searched refs:mKeyguardStatusView (Results 1 – 4 of 4) sorted by relevance
46 @Mock protected KeyguardStatusView mKeyguardStatusView; field in KeyguardStatusViewControllerBaseTest72 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()
61 verify(mKeyguardStatusView).setChildrenTranslationY(translationY, /* excludeMedia= */true); in setTranslationYExcludingMedia_forwardsCallToView()
545 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()
314 @Mock protected KeyguardStatusView mKeyguardStatusView; field in NotificationPanelViewControllerBaseTest369 mKeyguardStatusView, in setup()415 when(mKeyguardStatusView.animate()).thenReturn(mViewPropertyAnimator); in setup()