Home
last modified time | relevance | path

Searched refs:nonLinearFactor (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DTouchTracker.java180 float nonLinearFactor) { in setProgressThresholds() argument
187 mNonLinearFactor = nonLinearFactor; in setProgressThresholds()
H A DBackAnimation.java92 void setSwipeThresholds(float linearDistance, float maxDistance, float nonLinearFactor); in setSwipeThresholds() argument
H A DBackAnimationController.java307 float nonLinearFactor) { in setSwipeThresholds() argument
309 linearDistance, maxDistance, nonLinearFactor)); in setSwipeThresholds()
614 float nonLinearFactor) { in setSwipeThresholds() argument
615 mTouchTracker.setProgressThresholds(linearDistance, maxDistance, nonLinearFactor); in setSwipeThresholds()