Searched refs:getScaledMinimumFlingVelocity (Results 1 – 25 of 26) sorted by relevance
12
180 {@link android.view.ViewConfiguration#getScaledMinimumFlingVelocity getScaledMinimumFlingVelocity()}187 private int mMinFlingVelocity = vc.getScaledMinimumFlingVelocity();
661 public int getScaledMinimumFlingVelocity() { in getScaledMinimumFlingVelocity() method in ViewConfiguration
433 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
87 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NavigationBarGestureHelper()
97 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in initDimens()
130 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in init()
210 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity() * 2; in RotarySelector()
145 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in ResolverDrawerLayout()
177 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
117 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in TaskStackViewTouchHandler()
393 mMinVelocity = vc.getScaledMinimumFlingVelocity(); in ViewDragHelper()
365 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
271 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in SwitchCompat()
2042 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()
290 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in Switch()
223 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
249 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
748 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NumberPicker()
880 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initAbsListView()
211 mFlingVelocity = vc.getScaledMinimumFlingVelocity(); in StaggeredGridView()
457 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initView()
537 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in RecyclerView()
34003 method public int getScaledMinimumFlingVelocity();
43088 method public int getScaledMinimumFlingVelocity();
46265 method public int getScaledMinimumFlingVelocity();