Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java646 public int getScaledMaximumFlingVelocity() { in getScaledMaximumFlingVelocity() method in ViewConfiguration
DGestureDetector.java404 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/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java115 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in init()
DRotarySelector.java211 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in RotarySelector()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java62 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in TaskStackViewTouchHandler()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
DViewPager.java369 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initViewPager()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java389 mMaxVelocity = vc.getScaledMaximumFlingVelocity(); in ViewDragHelper()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DSlidingChallengeLayout.java243 mMaxVelocity = vc.getScaledMaximumFlingVelocity(); in SlidingChallengeLayout()
DPagedView.java311 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
2389 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity()); in isFlingingToDelete()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java617 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .1f; in testScrollStateForFling()
650 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .8f; in testScrollStateForFlingWithStop()
/frameworks/base/core/java/android/widget/
DScrollView.java240 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
DHorizontalScrollView.java214 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
DStackView.java196 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initStackView()
DNumberPicker.java731 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
DAbsListView.java866 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initAbsListView()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java210 mMaximumVelocity = vc.getScaledMaximumFlingVelocity(); in StaggeredGridView()
/frameworks/base/docs/html/sdk/api_diff/4/
DmissingSinces.txt67 NO DOC BLOCK: android.view.ViewConfiguration Method getScaledMaximumFlingVelocity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java277 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initView()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java335 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in RecyclerView()
/frameworks/base/api/
Dsystem-current.txt36237 method public int getScaledMaximumFlingVelocity();
Dcurrent.txt34004 method public int getScaledMaximumFlingVelocity();