Home
last modified time | relevance | path

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

12

/frameworks/base/docs/html/training/gestures/
Dviewgroup.jd180 {@link android.view.ViewConfiguration#getScaledMinimumFlingVelocity getScaledMinimumFlingVelocity()}
187 private int mMinFlingVelocity = vc.getScaledMinimumFlingVelocity();
/frameworks/base/core/java/android/view/
DViewConfiguration.java661 public int getScaledMinimumFlingVelocity() { in getScaledMinimumFlingVelocity() method in ViewConfiguration
DGestureDetector.java433 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java87 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NavigationBarGestureHelper()
DKeyguardAffordanceHelper.java97 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in initDimens()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java130 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in init()
DRotarySelector.java210 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity() * 2; in RotarySelector()
DResolverDrawerLayout.java145 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in ResolverDrawerLayout()
/frameworks/support/compat/java/android/support/v4/view/
DGestureDetectorCompat.java177 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java117 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in TaskStackViewTouchHandler()
/frameworks/support/core-ui/java/android/support/v4/widget/
DViewDragHelper.java393 mMinVelocity = vc.getScaledMinimumFlingVelocity(); in ViewDragHelper()
DNestedScrollView.java365 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java271 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in SwitchCompat()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java2042 final float fling = vc.getScaledMinimumFlingVelocity() in scrollStateForFling()
2043 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .1f; in scrollStateForFling()
2076 final float fling = vc.getScaledMinimumFlingVelocity() in scrollStateForFlingWithStop()
2077 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .8f; in scrollStateForFlingWithStop()
/frameworks/base/core/java/android/widget/
DSwitch.java290 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in Switch()
DHorizontalScrollView.java223 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
DScrollView.java249 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
DNumberPicker.java748 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NumberPicker()
DAbsListView.java880 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.java457 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initView()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java537 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in RecyclerView()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34003 method public int getScaledMinimumFlingVelocity();
/frameworks/base/api/
Dcurrent.txt43088 method public int getScaledMinimumFlingVelocity();
Dsystem-current.txt46265 method public int getScaledMinimumFlingVelocity();

12