Searched defs:swipeEdge (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
| D | BackAnimation.java | 42 @BackEvent.SwipeEdge int swipeEdge); in onBackMotion()
|
| D | BackAnimationController.java | 284 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()
|
| D | TouchTracker.java | 70 void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()
|
| /frameworks/base/core/java/android/window/ |
| D | BackEvent.java | 62 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
|
| D | BackMotionEvent.java | 54 @BackEvent.SwipeEdge int swipeEdge, in BackMotionEvent()
|