Home
last modified time | relevance | path

Searched refs:EDGE_LEFT (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/
DBackAnimationSpecTest.kt36 backInput = BackInput(progressX = 0f, progressY = 0f, edge = BackEvent.EDGE_LEFT), in sysUi_floatingSystemSurfaces_animationValues()
41 backInput = BackInput(progressX = 1f, progressY = 0f, edge = BackEvent.EDGE_LEFT), in sysUi_floatingSystemSurfaces_animationValues()
51 backInput = BackInput(progressX = 1f, progressY = 1f, edge = BackEvent.EDGE_LEFT), in sysUi_floatingSystemSurfaces_animationValues()
56 backInput = BackInput(progressX = 0f, progressY = 1f, edge = BackEvent.EDGE_LEFT), in sysUi_floatingSystemSurfaces_animationValues()
61 backInput = BackInput(progressX = 0f, progressY = -1f, edge = BackEvent.EDGE_LEFT), in sysUi_floatingSystemSurfaces_animationValues()
74 backInput = BackInput(progressX = 0f, progressY = 0f, edge = BackEvent.EDGE_LEFT), in sysUi_bottomsheet_animationValues()
85 backInput = BackInput(progressX = 1f, progressY = 0f, edge = BackEvent.EDGE_LEFT), in sysUi_bottomsheet_animationValues()
107 backInput = BackInput(progressX = 1f, progressY = 1f, edge = BackEvent.EDGE_LEFT), in sysUi_bottomsheet_animationValues()
DOnBackAnimationCallbackExtensionTest.kt48 /* swipeEdge = */ BackEvent.EDGE_LEFT in onBackProgressed_shouldInvoke_onBackProgress()
71 /* swipeEdge = */ BackEvent.EDGE_LEFT in onBackStarted_shouldInvoke_onBackStart()
/frameworks/base/core/tests/coretests/src/android/view/
DImeBackAnimationControllerTest.java22 import static android.window.BackEvent.EDGE_LEFT;
130 mBackAnimationController.onBackStarted(new BackEvent(0f, 0f, 0f, EDGE_LEFT)); in testAdjustResizeWithAppWindowInsetsListenerPlaysAnim()
143 mBackAnimationController.onBackStarted(new BackEvent(0f, 0f, 0f, EDGE_LEFT)); in testAdjustResizeWithEdgeToEdgePlaysAnim()
154 mBackAnimationController.onBackStarted(new BackEvent(0f, 0f, 0f, EDGE_LEFT)); in testAdjustResizeWithoutAppWindowInsetsListenerNotPlayingAnim()
156 mBackAnimationController.onBackProgressed(new BackEvent(100f, 0f, 0.5f, EDGE_LEFT)); in testAdjustResizeWithoutAppWindowInsetsListenerNotPlayingAnim()
181 mBackAnimationController.onBackProgressed(new BackEvent(100f, 0f, progress, EDGE_LEFT)); in testAdjustPanScrollsViewRoot()
202 mBackAnimationController.onBackProgressed(new BackEvent(100f, 0f, 0.5f, EDGE_LEFT)); in testNewGestureAfterCancelSeamlessTakeover()
212 mBackAnimationController.onBackStarted(new BackEvent(0f, 0f, 0f, EDGE_LEFT)); in testNewGestureAfterCancelSeamlessTakeover()
232 mBackAnimationController.onBackProgressed(new BackEvent(100f, 0f, progress, EDGE_LEFT)); in testImeInsetsManipulationCurve()
248 mBackAnimationController.onBackProgressed(new BackEvent(100f, 0f, 0.5f, EDGE_LEFT)); in testOnReadyAfterGestureFinished()
[all …]
/frameworks/base/core/java/android/window/
DBackTouchTracker.java66 if ((touchX < mStartThresholdX && mSwipeEdge == BackEvent.EDGE_LEFT) in update()
69 if ((mSwipeEdge == BackEvent.EDGE_LEFT && mStartThresholdX < mInitTouchX) in update()
149 mSwipeEdge = BackEvent.EDGE_LEFT; in reset()
187 if (mSwipeEdge == BackEvent.EDGE_LEFT) { in getProgress()
DBackEvent.java32 public static final int EDGE_LEFT = 0; field in BackEvent
38 EDGE_LEFT,
/frameworks/base/core/tests/coretests/src/android/window/
DBackTouchTrackerTest.kt39 linearTracker.setGestureStartLocation(INITIAL_X_LEFT_EDGE, 0f, BackEvent.EDGE_LEFT) in generatesProgress_onStart()
47 linearTracker.setGestureStartLocation(INITIAL_X_LEFT_EDGE, 0f, BackEvent.EDGE_LEFT) in generatesProgress_leftEdge()
142 nonLinearTracker.setGestureStartLocation(INITIAL_X_LEFT_EDGE, 0f, BackEvent.EDGE_LEFT) in generatesNonLinearProgress_leftEdge()
175 linearTracker.setGestureStartLocation(INITIAL_X_LEFT_EDGE, 0f, BackEvent.EDGE_LEFT) in restartingGesture_resetsInitialTouchX_leftEdge()
DWindowOnBackInvokedDispatcherTest.java102 /* swipeEdge = */ BackEvent.EDGE_LEFT,
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/
DBackAnimationSpec.kt61 val direction = if (backEvent.swipeEdge == BackEvent.EDGE_LEFT) 1 else -1 in createFloatingSurfaceAnimationSpec()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt24 import android.window.BackEvent.EDGE_LEFT
321 BackEvent(/* touchX= */ 0f, /* touchY= */ 0f, progress, /* swipeEdge= */ EDGE_LEFT)
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DBackProgressAnimatorTest.java60 /* swipeEdge = */ BackEvent.EDGE_LEFT, in backMotionEventFrom()
DCustomCrossActivityBackAnimationTest.kt225 /* swipeEdge = */ BackEvent.EDGE_LEFT, in backMotionEventFrom()
DBackAnimationControllerTest.java647 /* swipeEdge */ BackEvent.EDGE_LEFT); in doMotionEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java77 public static final int EDGE_LEFT = 0x01; field in Keyboard
470 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0; in isInside()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java644 BackEvent event = new BackEvent(0, 0, 0, BackEvent.EDGE_LEFT); in testPredictiveBackCallback_noBackAnimationForFullScreenBouncer()
662 BackEvent event = new BackEvent(0, 0, 0, BackEvent.EDGE_LEFT); in testPredictiveBackCallback_forwardsBackDispatches()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityContainerTest.java412 return new BackEvent(0, 0, progress, BackEvent.EDGE_LEFT); in createBackEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java1176 /* swipeEdge = */ mIsOnLeftEdge ? BackEvent.EDGE_LEFT : BackEvent.EDGE_RIGHT); in dispatchToBackAnimation()
/frameworks/base/core/java/android/view/
DMotionEvent.java599 public static final int EDGE_LEFT = 0x00000004; field in MotionEvent
DViewRootImpl.java7456 new BackEvent(0, 0, 0f, BackEvent.EDGE_LEFT)); in doOnBackKeyEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt20897 field @Deprecated public static final int EDGE_LEFT = 1; // 0x1
51951 field public static final int EDGE_LEFT = 4; // 0x4
61462 field public static final int EDGE_LEFT = 0; // 0x0
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13576 field public static final int EDGE_LEFT = 1; // 0x1
33042 field public static final int EDGE_LEFT = 4; // 0x4