Searched refs:mMediaHostContainer (Results 1 – 3 of 3) sorted by relevance
153 mMediaHostContainer); in onInit_addsOnLayoutChangeListenerToClockSwitch()165 mMediaHostContainer); in clockSwitchHeightChanged_animatesMediaHostContainer()185 when(mMediaHostContainer.getVisibility()).thenReturn(View.VISIBLE); in clockSwitchHeightChanged_animatesMediaHostContainer()186 when(mMediaHostContainer.getHeight()).thenReturn(200); in clockSwitchHeightChanged_animatesMediaHostContainer()192 verify(spiedAnimator).animateNextUpdate(mMediaHostContainer, in clockSwitchHeightChanged_animatesMediaHostContainer()202 mMediaHostContainer); in clockSwitchHeightNotChanged_doesNotAnimateMediaOutputContainer()222 when(mMediaHostContainer.getVisibility()).thenReturn(View.VISIBLE); in clockSwitchHeightNotChanged_doesNotAnimateMediaOutputContainer()223 when(mMediaHostContainer.getHeight()).thenReturn(200); in clockSwitchHeightNotChanged_doesNotAnimateMediaOutputContainer()
69 @Mock protected FrameLayout mMediaHostContainer; field in KeyguardStatusViewControllerBaseTest
51 private View mMediaHostContainer; field in KeyguardStatusView80 mMediaHostContainer = findViewById(R.id.status_view_media_container); in onFinishInflate()90 CrossFadeHelper.fadeOut(mMediaHostContainer, darkAmount); in setDarkAmount()101 excludeMedia ? Set.of(mMediaHostContainer) : emptySet()); in setChildrenTranslationY()