Home
last modified time | relevance | path

Searched defs:swipeEdge (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimation.java49 @BackEvent.SwipeEdge int swipeEdge); in onBackMotion()
DBackAnimationController.java318 @BackEvent.SwipeEdge int swipeEdge in onBackMotion()
454 @BackEvent.SwipeEdge int swipeEdge) { in onMotionEvent()
491 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted()
/frameworks/base/core/java/android/window/
DBackEvent.java65 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
DBackMotionEvent.java70 @BackEvent.SwipeEdge int swipeEdge, in BackMotionEvent()
DBackTouchTracker.java125 public void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()