Searched refs:mediaCarousel (Results 1 – 3 of 3) sorted by relevance
47 @Mock lateinit var mediaCarousel: MediaScrollView variable in com.android.systemui.media.controls.ui.view.MediaCarouselScrollHandlerTest68 mediaCarousel, in setup()81 whenever(mediaCarousel.touchListener).thenReturn(mediaCarouselScrollHandler.touchListener) in setup()86 whenever(mediaCarousel.isLayoutRtl).thenReturn(false) in testCarouselScroll_shortScroll()87 whenever(mediaCarousel.relativeScrollX).thenReturn(300) in testCarouselScroll_shortScroll()88 whenever(mediaCarousel.scrollX).thenReturn(300) in testCarouselScroll_shortScroll()90 mediaCarousel.touchListener?.onTouchEvent(motionEventUp) in testCarouselScroll_shortScroll()93 verify(mediaCarousel).smoothScrollTo(eq(0), anyInt()) in testCarouselScroll_shortScroll()98 whenever(mediaCarousel.isLayoutRtl).thenReturn(true) in testCarouselScroll_shortScroll_isRTL()99 whenever(mediaCarousel.relativeScrollX).thenReturn(300) in testCarouselScroll_shortScroll_isRTL()[all …]
129 @Mock lateinit var mediaCarousel: MediaScrollView variable in com.android.systemui.media.controls.ui.controller.MediaCarouselControllerTest721 mediaCarouselController.mediaCarousel = mediaCarousel in testSetCurrentState_UpdatePageIndicatorAlphaWhenSquish()723 whenever(mediaCarousel.measuredHeight).thenReturn(100) in testSetCurrentState_UpdatePageIndicatorAlphaWhenSquish()827 mediaCarouselController.mediaCarousel = mediaCarousel in testOnLockDownMode_hideMediaCarousel()831 verify(mediaCarousel).visibility = View.GONE in testOnLockDownMode_hideMediaCarousel()838 mediaCarouselController.mediaCarousel = mediaCarousel in testLockDownModeOff_showMediaCarousel()842 verify(mediaCarousel).visibility = View.VISIBLE in testLockDownModeOff_showMediaCarousel()853 mediaCarouselController.mediaCarousel = mediaCarousel in testKeyguardGone_showMediaCarousel()862 verify(mediaCarousel).visibility = View.VISIBLE in testKeyguardGone_showMediaCarousel()877 mediaCarouselController.mediaCarousel = mediaCarousel in testKeyguardGone_showMediaCarousel_scene_container()[all …]
191 @VisibleForTesting var mediaCarousel: MediaScrollView in <lambda>() variable330 mediaCarousel = mediaFrame.requireViewById(R.id.media_carousel_scroller) in <lambda>()334 mediaCarousel, in <lambda>()348 mediaContent = mediaCarousel.requireViewById(R.id.media_carousel) in <lambda>()386 mediaCarousel.repeatWhenAttached { in <lambda>()641 val mediaCarousel = in <lambda>() constant647 mediaCarousel.layoutDirection = View.LAYOUT_DIRECTION_LOCALE in <lambda>()648 return mediaCarousel in <lambda>()652 mediaCarousel.visibility = View.GONE in <lambda>()656 mediaCarousel.visibility = View.VISIBLE in <lambda>()[all …]