Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarGestureTracker.java33 import com.android.wm.shell.bubbles.BubblesNavBarMotionEventHandler.MotionEventListener;
70 BubblesNavBarMotionEventHandler motionEventHandler = in start()
71 new BubblesNavBarMotionEventHandler(mContext, mPositioner, in start()
H A DBubblesNavBarInputEventReceiver.java31 private final BubblesNavBarMotionEventHandler mMotionEventHandler;
34 Choreographer choreographer, BubblesNavBarMotionEventHandler motionEventHandler) { in BubblesNavBarInputEventReceiver()
H A DBubblesNavBarMotionEventHandler.java36 class BubblesNavBarMotionEventHandler { class
51 BubblesNavBarMotionEventHandler(Context context, BubblePositioner positioner, in BubblesNavBarMotionEventHandler() method in BubblesNavBarMotionEventHandler
H A DBubbleStackView.java82 import com.android.wm.shell.bubbles.BubblesNavBarMotionEventHandler.MotionEventListener;
/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;
56 private BubblesNavBarMotionEventHandler mMotionEventHandler;
70 mMotionEventHandler = new BubblesNavBarMotionEventHandler(getContext(), positioner, in setUp()