Home
last modified time | relevance | path

Searched refs:MotionEventListener (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandler.java42 private final MotionEventListener mMotionEventListener;
52 Runnable onInterceptTouch, MotionEventListener motionEventListener) { in BubblesNavBarMotionEventHandler()
143 interface MotionEventListener { interface in BubblesNavBarMotionEventHandler
H A DBubblesNavBarGestureTracker.java33 import com.android.wm.shell.bubbles.BubblesNavBarMotionEventHandler.MotionEventListener;
61 void start(MotionEventListener listener) { in start()
H A DBubbleStackView.java82 import com.android.wm.shell.bubbles.BubblesNavBarMotionEventHandler.MotionEventListener;
735 private final MotionEventListener mSwipeUpListener = new MotionEventListener() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java56 private final List<MotionEventListener> mMotionEventListeners = new ArrayList<>();
378 public void addMotionEventListener(MotionEventListener listener) {
383 public void removeMotionEventListener(MotionEventListener listener) {
451 public interface MotionEventListener {
H A DFalsingClassifier.java31 private final FalsingDataProvider.MotionEventListener mMotionEventListener = this::onTouchEvent;
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandlerTest.java39 import com.android.wm.shell.bubbles.BubblesNavBarMotionEventHandler.MotionEventListener;
62 private MotionEventListener mMotionEventListener;