Searched refs:touchListener (Results 1 – 5 of 5) sorted by relevance
81 whenever(mediaCarousel.touchListener).thenReturn(mediaCarouselScrollHandler.touchListener) in setup()90 mediaCarousel.touchListener?.onTouchEvent(motionEventUp) in testCarouselScroll_shortScroll()102 mediaCarousel.touchListener?.onTouchEvent(motionEventUp) in testCarouselScroll_shortScroll_isRTL()114 mediaCarousel.touchListener?.onTouchEvent(motionEventUp) in testCarouselScroll_longScroll()126 mediaCarousel.touchListener?.onTouchEvent(motionEventUp) in testCarouselScroll_longScroll_isRTL()
40 var touchListener: Gefingerpoken? = null variable102 touchListener?.let { intercept = it.onInterceptTouchEvent(ev) } in onInterceptTouchEvent()108 touchListener?.let { touch = it.onTouchEvent(ev) } in onTouchEvent()
157 val touchListener = constant in com.android.systemui.media.controls.ui.view.MediaCarouselScrollHandler200 scrollView.touchListener = touchListener
227 public void setOnTouchListener(View.OnTouchListener touchListener) { in setOnTouchListener() argument228 mTouchListener = touchListener; in setOnTouchListener()
246 public void setOnTouchListener(View.OnTouchListener touchListener) { in setOnTouchListener() argument247 mTouchListener = touchListener; in setOnTouchListener()