Home
last modified time | relevance | path

Searched refs:SwipeEdge (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DBackEvent.java42 public @interface SwipeEdge{} annotation in BackEvent
48 @SwipeEdge
59 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
107 @SwipeEdge
H A DBackMotionEvent.java40 @BackEvent.SwipeEdge
67 @BackEvent.SwipeEdge int swipeEdge, in BackMotionEvent()
162 @BackEvent.SwipeEdge
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimation.java49 @BackEvent.SwipeEdge int swipeEdge); in onBackMotion()
H A DBackAnimationController.java287 @BackEvent.SwipeEdge int swipeEdge in onBackMotion()
379 @BackEvent.SwipeEdge int swipeEdge) { in onMotionEvent()
408 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted()