Home
last modified time | relevance | path

Searched refs:touchListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandlerTest.kt81 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaScrollView.kt40 var touchListener: Gefingerpoken? = null variable
102 touchListener?.let { intercept = it.onInterceptTouchEvent(ev) } in onInterceptTouchEvent()
108 touchListener?.let { touch = it.onTouchEvent(ev) } in onTouchEvent()
DMediaCarouselScrollHandler.kt157 val touchListener = constant in com.android.systemui.media.controls.ui.view.MediaCarouselScrollHandler
200 scrollView.touchListener = touchListener
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DButtonDispatcher.java227 public void setOnTouchListener(View.OnTouchListener touchListener) { in setOnTouchListener() argument
228 mTouchListener = touchListener; in setOnTouchListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DButtonDispatcher.java246 public void setOnTouchListener(View.OnTouchListener touchListener) { in setOnTouchListener() argument
247 mTouchListener = touchListener; in setOnTouchListener()