Home
last modified time | relevance | path

Searched refs:friction (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt76 friction = 1f, min = -Float.MAX_VALUE, max = Float.MAX_VALUE)
261 friction: Float = defaultFling.friction,
270 flingConfigs[property] = FlingConfig(friction, min, max, startVelocity)
352 (flingConfig.friction * FLING_FRICTION_SCALAR_MULTIPLIER)
880 internal var friction: Float,
886 constructor() : this(globalDefaultFling.friction)
888 constructor(friction: Float) :
889 this(friction, globalDefaultFling.min, globalDefaultFling.max)
891 constructor(friction: Float, min: Float, max: Float) :
892 this(friction, min, max, startVelocity = 0f)
[all …]
/aosp12/frameworks/base/core/java/android/widget/
H A DScroller.java197 public final void setFriction(float friction) { in setFriction() argument
198 mDeceleration = computeDeceleration(friction); in setFriction()
199 mFlingFriction = friction; in setFriction()
202 private float computeDeceleration(float friction) { in computeDeceleration() argument
206 * friction; in computeDeceleration()
H A DOverScroller.java140 public final void setFriction(float friction) { in setFriction() argument
141 mScrollerX.setFriction(friction); in setFriction()
142 mScrollerY.setFriction(friction); in setFriction()
628 void setFriction(float friction) { in setFriction() argument
629 mFlingFriction = friction; in setFriction()
H A DAbsListView.java4976 public void setFriction(float friction) {
4980 mFlingRunnable.mScroller.setFriction(friction);
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java140 public final void setFriction(float friction) { in setFriction() argument
141 mDeceleration = computeDeceleration(friction); in setFriction()
144 private float computeDeceleration(float friction) { in computeDeceleration() argument
148 * friction; in computeDeceleration()
H A DOverScroller.java126 public final void setFriction(float friction) { in setFriction() argument
127 mScrollerX.setFriction(friction); in setFriction()
128 mScrollerY.setFriction(friction); in setFriction()
644 void setFriction(float friction) { in setFriction() argument
645 mFlingFriction = friction; in setFriction()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DFlingSpringAnim.java49 float friction = rp.getFloat(R.dimen.swipe_up_rect_xy_fling_friction); in FlingSpringAnim() local
52 .setFriction(friction) in FlingSpringAnim()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java370 final float friction = Settings.Secure.getFloat(contentResolver, "bubble_friction", in flingStackThenSpringToEdge()
379 (destinationRelativeX - x) * (friction * 4.2f); in flingStackThenSpringToEdge()
384 friction, stackBounds.top, stackBounds.bottom)); in flingStackThenSpringToEdge()
399 friction, in flingStackThenSpringToEdge()
408 friction, in flingStackThenSpringToEdge()
456 float friction,
479 flingAnimation.setFriction(friction)
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationControllerTest.java321 DynamicAnimation.ViewProperty property, float vel, float friction, in flingThenSpringFirstBubbleWithStackFollowing() argument
325 property, vel, friction, spring, finalPosition)); in flingThenSpringFirstBubbleWithStackFollowing()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/
H A DPhysicsAnimatorTest.kt396 friction = 1.1f,
413 friction = 1.1f,
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-testing.md7 … end state is not initially known. A FlingAnimation’s ‘end’ is when the friction simulation report…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...