Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarViewTaskSwitchHelper.java43 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NavigationBarViewTaskSwitchHelper()
DKeyguardAffordanceHelper.java98 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in initDimens()
/frameworks/base/core/java/android/view/
DViewConfiguration.java634 public int getScaledMinimumFlingVelocity() { in getScaledMinimumFlingVelocity() method in ViewConfiguration
DGestureDetector.java433 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
/frameworks/base/docs/html/training/gestures/
Dviewgroup.jd180 {@link android.view.ViewConfiguration#getScaledMinimumFlingVelocity getScaledMinimumFlingVelocity()…
187 private int mMinFlingVelocity = vc.getScaledMinimumFlingVelocity();
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java124 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in init()
DRotarySelector.java210 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity() * 2; in RotarySelector()
DResolverDrawerLayout.java130 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in ResolverDrawerLayout()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java177 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java67 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in TaskStackViewTouchHandler()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java1087 final float fling = vc.getScaledMinimumFlingVelocity() in testScrollStateForFling()
1088 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .1f; in testScrollStateForFling()
1121 final float fling = vc.getScaledMinimumFlingVelocity() in testScrollStateForFlingWithStop()
1122 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .8f; in testScrollStateForFlingWithStop()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java225 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in SwitchCompat()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java390 mMinVelocity = vc.getScaledMinimumFlingVelocity(); in ViewDragHelper()
DNestedScrollView.java338 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
/frameworks/base/core/java/android/widget/
DSwitch.java286 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in Switch()
DHorizontalScrollView.java216 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
DScrollView.java242 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
DNumberPicker.java745 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NumberPicker()
DAbsListView.java864 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/stack/
DNotificationStackScrollLayout.java293 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initView()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java421 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in RecyclerView()
/frameworks/base/api/
Dcurrent.txt36623 method public int getScaledMinimumFlingVelocity();
Dsystem-current.txt38915 method public int getScaledMinimumFlingVelocity();