Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchState.java149 mViewConfig.getScaledMaximumFlingVelocity()); in onTouchEvent()
/frameworks/base/core/java/android/view/
DViewConfiguration.java736 public int getScaledMaximumFlingVelocity() { in getScaledMaximumFlingVelocity() method in ViewConfiguration
DGestureDetector.java434 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
/frameworks/support/compat/java/android/support/v4/view/
DGestureDetectorCompat.java178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java118 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in TaskStackViewTouchHandler()
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java195 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in BottomSheetBehavior()
/frameworks/support/core-ui/java/android/support/v4/widget/
DViewDragHelper.java391 mMaxVelocity = vc.getScaledMaximumFlingVelocity(); in ViewDragHelper()
DNestedScrollView.java396 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java224 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
DScrollView.java252 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
DStackView.java195 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initStackView()
DNumberPicker.java748 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
DAbsListView.java882 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.java2197 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .1f; in scrollStateForFling()
2231 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .8f; in scrollStateForFlingWithStop()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java349 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in ViewPager()
/frameworks/support/core-ui/java/android/support/v4/view/
DViewPager.java405 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initViewPager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java502 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initView()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java580 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in RecyclerView()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34002 method public int getScaledMaximumFlingVelocity();
/frameworks/base/api/
Dcurrent.txt45957 method public int getScaledMaximumFlingVelocity();
Dsystem-current.txt49496 method public int getScaledMaximumFlingVelocity();