Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java651 public int getScaledMaximumFlingVelocity() { in getScaledMaximumFlingVelocity() method in ViewConfiguration
DGestureDetector.java434 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
/frameworks/base/docs/html/training/gestures/
Dviewgroup.jd181 and {@link android.view.ViewConfiguration#getScaledMaximumFlingVelocity getScaledMaximumFlingVeloci…
188 private int mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity();
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
DViewPager.java371 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initViewPager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java68 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in TaskStackViewTouchHandler()
/frameworks/base/core/java/com/android/internal/widget/
DRotarySelector.java211 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in RotarySelector()
DViewPager.java375 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in ViewPager()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java389 mMaxVelocity = vc.getScaledMaximumFlingVelocity(); in ViewDragHelper()
DNestedScrollView.java339 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java217 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
DStackView.java195 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initStackView()
DScrollView.java243 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
DNumberPicker.java746 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
DAbsListView.java865 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.java1088 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .1f; in testScrollStateForFling()
1122 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .8f; in testScrollStateForFlingWithStop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java294 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initView()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java422 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in RecyclerView()
/frameworks/base/api/
Dsystem-current.txt38914 method public int getScaledMaximumFlingVelocity();
Dcurrent.txt36622 method public int getScaledMaximumFlingVelocity();