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.java42 @BackEvent.SwipeEdge int swipeEdge); in onBackMotion()
DBackAnimationController.java284 float touchX, float touchY, int keyAction, @BackEvent.SwipeEdge int swipeEdge) { in onBackMotion()
365 @BackEvent.SwipeEdge int swipeEdge) { in onMotionEvent()
394 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted()
480 private void onMove(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onMove()
DTouchTracker.java70 void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()
/frameworks/base/core/java/android/window/
DBackEvent.java62 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
DBackMotionEvent.java54 @BackEvent.SwipeEdge int swipeEdge, in BackMotionEvent()