/frameworks/base/core/java/android/window/ |
D | BackEvent.java | 34 public static final int EDGE_RIGHT = 1; field in BackEvent 39 EDGE_RIGHT,
|
D | BackTouchTracker.java | 67 || (touchX > mStartThresholdX && mSwipeEdge == BackEvent.EDGE_RIGHT)) { in update() 70 || (mSwipeEdge == BackEvent.EDGE_RIGHT && mStartThresholdX > mInitTouchX)) { in update()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/ |
D | BackAnimationSpecTest.kt | 46 backInput = BackInput(progressX = 1f, progressY = 0f, edge = BackEvent.EDGE_RIGHT), in sysUi_floatingSystemSurfaces_animationValues() 96 backInput = BackInput(progressX = 1f, progressY = 0f, edge = BackEvent.EDGE_RIGHT), in sysUi_bottomsheet_animationValues()
|
/frameworks/base/core/tests/coretests/src/android/window/ |
D | BackTouchTrackerTest.kt | 94 linearTracker.setGestureStartLocation(INITIAL_X_RIGHT_EDGE, 0f, BackEvent.EDGE_RIGHT) in generatesProgress_rightEdge() 207 linearTracker.setGestureStartLocation(INITIAL_X_RIGHT_EDGE, 0f, BackEvent.EDGE_RIGHT) in restartingGesture_resetsInitialTouchX_rightEdge()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
D | DefaultCrossActivityBackAnimation.kt | 53 if (swipeEdge != BackEvent.EDGE_RIGHT) { in preparePreCommitClosingRectMovement()
|
D | CrossTaskBackAnimation.java | 21 import static android.window.BackEvent.EDGE_RIGHT; 350 mIsRightEdge = backEvent.getSwipeEdge() == EDGE_RIGHT; in onBackStarted()
|
D | CustomCrossActivityBackAnimation.kt | 80 val offset = if (swipeEdge != BackEvent.EDGE_RIGHT) { in <lambda>()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 78 public static final int EDGE_RIGHT = 0x02; field in Keyboard 471 boolean rightEdge = (edgeFlags & EDGE_RIGHT) > 0; in isInside()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | EdgeBackGestureHandler.java | 1176 /* swipeEdge = */ mIsOnLeftEdge ? BackEvent.EDGE_LEFT : BackEvent.EDGE_RIGHT); in dispatchToBackAnimation()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 604 public static final int EDGE_RIGHT = 0x00000008; field in MotionEvent
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 20898 field @Deprecated public static final int EDGE_RIGHT = 2; // 0x2 51952 field public static final int EDGE_RIGHT = 8; // 0x8 61463 field public static final int EDGE_RIGHT = 1; // 0x1
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13577 field public static final int EDGE_RIGHT = 2; // 0x2 33043 field public static final int EDGE_RIGHT = 8; // 0x8
|