Searched refs:swipeEdge (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/window/ |
D | BackEvent.java | 65 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent() argument 69 mSwipeEdge = swipeEdge; in BackEvent()
|
D | BackMotionEvent.java | 70 @BackEvent.SwipeEdge int swipeEdge, in BackMotionEvent() argument 78 mSwipeEdge = swipeEdge; in BackMotionEvent()
|
D | BackTouchTracker.java | 125 public void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation() argument 130 mSwipeEdge = swipeEdge; in setGestureStartLocation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
D | DefaultCrossActivityBackAnimation.kt | 47 override fun preparePreCommitClosingRectMovement(swipeEdge: Int) { in preparePreCommitClosingRectMovement() 53 if (swipeEdge != BackEvent.EDGE_RIGHT) { in preparePreCommitClosingRectMovement()
|
D | BackAnimation.java | 49 @BackEvent.SwipeEdge int swipeEdge); in onBackMotion() argument
|
D | BackAnimationController.java | 318 @BackEvent.SwipeEdge int swipeEdge in onBackMotion() argument 326 /* swipeEdge = */ swipeEdge)); in onBackMotion() 454 @BackEvent.SwipeEdge int swipeEdge) { in onMotionEvent() argument 477 onGestureStarted(touchX, touchY, swipeEdge); in onMotionEvent() 491 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted() argument 510 touchTracker.setGestureStartLocation(touchX, touchY, swipeEdge); in onGestureStarted()
|
D | CustomCrossActivityBackAnimation.kt | 73 override fun preparePreCommitClosingRectMovement(swipeEdge: Int) { in <lambda>() 80 val offset = if (swipeEdge != BackEvent.EDGE_RIGHT) { in <lambda>()
|
D | CrossActivityBackAnimation.kt | 126 abstract fun preparePreCommitClosingRectMovement(@BackEvent.SwipeEdge swipeEdge: Int) in <lambda>() 188 preparePreCommitClosingRectMovement(backMotionEvent.swipeEdge) in <lambda>()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/ |
D | BackAnimationSpec.kt | 61 val direction = if (backEvent.swipeEdge == BackEvent.EDGE_LEFT) 1 else -1 in createFloatingSurfaceAnimationSpec()
|