Home
last modified time | relevance | path

Searched refs:mMinFlingVelocity (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java72 private int mMinFlingVelocity; field in SwipeDismissLayout
114 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in init()
361 * xVelocity / mMinFlingVelocity // scale x-velocity with fling velocity
366 || xVelocity >= mMinFlingVelocity) {
373 if (xVelocity < -mMinFlingVelocity) {
DResolverDrawerLayout.java99 private final float mMinFlingVelocity; field in ResolverDrawerLayout
160 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in ResolverDrawerLayout()
418 if (Math.abs(yvel) > mMinFlingVelocity) { in onTouchEvent()
747 if (!getShowAtTop() && velocityY > mMinFlingVelocity && mCollapseOffset != 0) {
756 if (!consumed && Math.abs(velocityY) > mMinFlingVelocity) {
DRecyclerView.java429 private final int mMinFlingVelocity; field in RecyclerView
549 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in RecyclerView()
2002 if (!canScrollHorizontal || Math.abs(velocityX) < mMinFlingVelocity) { in fling()
2005 if (!canScrollVertical || Math.abs(velocityY) < mMinFlingVelocity) { in fling()
2056 return mMinFlingVelocity; in getMinFlingVelocity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java56 private int mMinFlingVelocity; field in KeyguardAffordanceHelper
95 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in initDimens()
325 snapBack |= Math.abs(vel) > mMinFlingVelocity && velIsInWrongDirection; in flingWithCurrentVelocity()
/frameworks/base/core/java/android/widget/
DSwitch.java128 private int mMinFlingVelocity; field in Switch
309 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in Switch()
1112 if (Math.abs(xvel) > mMinFlingVelocity) { in stopDrag()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84532 Landroid/widget/Switch;->mMinFlingVelocity:I