Home
last modified time | relevance | path

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

/frameworks/base/docs/html/training/gestures/
Dviewgroup.jd181 and {@link android.view.ViewConfiguration#getScaledMaximumFlingVelocity getScaledMaximumFlingVeloci…
188 private int mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity();
/frameworks/base/core/java/android/view/
DViewConfiguration.java651 public int getScaledMaximumFlingVelocity() { in getScaledMaximumFlingVelocity() method in ViewConfiguration
DGestureDetector.java434 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
DViewPager.java409 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initViewPager()
/frameworks/base/core/java/com/android/internal/widget/
DRotarySelector.java211 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in RotarySelector()
DViewPager.java376 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in ViewPager()
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java173 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in BottomSheetBehavior()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java118 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in TaskStackViewTouchHandler()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java390 mMaxVelocity = vc.getScaledMaximumFlingVelocity(); in ViewDragHelper()
DNestedScrollView.java363 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java217 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
DScrollView.java243 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
DStackView.java195 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initStackView()
DNumberPicker.java746 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
DAbsListView.java872 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initAbsListView()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java210 mMaximumVelocity = vc.getScaledMaximumFlingVelocity(); in StaggeredGridView()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java1884 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .1f; in scrollStateForFling()
1918 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .8f; in scrollStateForFlingWithStop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java456 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initView()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java499 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in RecyclerView()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34002 method public int getScaledMaximumFlingVelocity();
/frameworks/base/api/
Dcurrent.txt42917 method public int getScaledMaximumFlingVelocity();
Dsystem-current.txt45917 method public int getScaledMaximumFlingVelocity();
Dtest-current.txt42996 method public int getScaledMaximumFlingVelocity();