Searched defs:maxDistance (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
H A D | FlingAnimationUtils.java | 151 float maxDistance) { in apply() 170 float currValue, float endValue, float velocity, float maxDistance) { in apply() 188 float velocity, float maxDistance) { in apply() 196 float endValue, float velocity, float maxDistance) { in getProperties() 265 float velocity, float maxDistance) { in applyDismissing() 285 float velocity, float maxDistance) { in applyDismissing() 293 float velocity, float maxDistance) { in getDismissingProperties()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A D | TouchTracker.java | 131 float maxDistance = getMaxDistance(); in getProgress() local 179 public void setProgressThresholds(float linearDistance, float maxDistance, in setProgressThresholds()
|
H A D | BackAnimation.java | 92 void setSwipeThresholds(float linearDistance, float maxDistance, float nonLinearFactor); in setSwipeThresholds()
|
H A D | BackAnimationController.java | 306 float maxDistance, in setSwipeThresholds() 613 float maxDistance, in setSwipeThresholds()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewControllerTest.java | 972 int maxDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in getMaxPanelTransitionDistance_expanding_inSplitShade_returnsSplitShadeFullTransitionDistance() local 993 int maxDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in getMaxPanelTransitionDistance_inSplitShade_withHeadsUp_returnsBiggerValue() local 1006 int maxDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in getMaxPanelTransitionDistance_expandingSplitShade_keyguard_returnsNonSplitShadeValue() local 1016 int maxDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in getMaxPanelTransitionDistance_expanding_notSplitShade_returnsNonSplitShadeValue() local
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | CircularPropagation.java | 89 double maxDistance = distance(0, 0, sceneRoot.getWidth(), sceneRoot.getHeight()); in getStartDelay() local
|
H A D | SidePropagation.java | 110 float maxDistance = getMaxDistance(sceneRoot); in getStartDelay() local
|
H A D | Explode.java | 157 double maxDistance = in calculateOut() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | EditorTouchState.java | 212 int maxDistance) { in isDistanceWithin()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | EdgeBackGestureHandler.java | 1201 int maxDistance = mDisplaySize.x; in updateBackAnimationThresholds() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewController.java | 2889 double maxDistance = Math.max(mSplitShadeFullTransitionDistance, in getMaxPanelTransitionDistance() local
|