Home
last modified time | relevance | path

Searched refs:getScaledMinimumFlingVelocity (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/lowram/
DTaskStackLowRamLayoutAlgorithm.java61 mFlingThreshold = ViewConfiguration.get(context).getScaledMinimumFlingVelocity(); in reloadOnConfigurationChange()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java215 float flingThreshold = ViewConfiguration.get(mContext).getScaledMinimumFlingVelocity(); in scrollToClosestTask()
DTaskStackViewTouchHandler.java117 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in TaskStackViewTouchHandler()
/frameworks/base/core/java/android/view/
DViewConfiguration.java782 public int getScaledMinimumFlingVelocity() { in getScaledMinimumFlingVelocity() method in ViewConfiguration
DGestureDetector.java456 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java114 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in init()
DResolverDrawerLayout.java160 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in ResolverDrawerLayout()
DRecyclerView.java549 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in RecyclerView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java95 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in initDimens()
/frameworks/base/core/java/android/widget/
DSwitch.java309 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in Switch()
DHorizontalScrollView.java319 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
DScrollView.java351 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
DNumberPicker.java784 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NumberPicker()
DAbsListView.java928 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initAbsListView()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java211 mFlingVelocity = vc.getScaledMinimumFlingVelocity(); in StaggeredGridView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java974 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity();
/frameworks/base/config/
Dboot-image-profile.txt17294 HSPLandroid/view/ViewConfiguration;->getScaledMinimumFlingVelocity()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34003 method public int getScaledMinimumFlingVelocity();
/frameworks/base/non-updatable-api/
Dcurrent.txt52341 method public int getScaledMinimumFlingVelocity();
/frameworks/base/api/
Dcurrent.txt52485 method public int getScaledMinimumFlingVelocity();