Searched refs:getScaledMinimumFlingVelocity (Results 1 – 24 of 24) sorted by relevance
43 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NavigationBarViewTaskSwitchHelper()
98 mMinFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in initDimens()
634 public int getScaledMinimumFlingVelocity() { in getScaledMinimumFlingVelocity() method in ViewConfiguration
433 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
180 {@link android.view.ViewConfiguration#getScaledMinimumFlingVelocity getScaledMinimumFlingVelocity()…187 private int mMinFlingVelocity = vc.getScaledMinimumFlingVelocity();
124 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in init()
210 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity() * 2; in RotarySelector()
130 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in ResolverDrawerLayout()
177 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in init()
67 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in TaskStackViewTouchHandler()
1087 final float fling = vc.getScaledMinimumFlingVelocity() in testScrollStateForFling()1088 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .1f; in testScrollStateForFling()1121 final float fling = vc.getScaledMinimumFlingVelocity() in testScrollStateForFlingWithStop()1122 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .8f; in testScrollStateForFlingWithStop()
225 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in SwitchCompat()
390 mMinVelocity = vc.getScaledMinimumFlingVelocity(); in ViewDragHelper()
338 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
286 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); in Switch()
216 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
242 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initScrollView()
745 mMinimumFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in NumberPicker()
864 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initAbsListView()
211 mFlingVelocity = vc.getScaledMinimumFlingVelocity(); in StaggeredGridView()
293 mMinimumVelocity = configuration.getScaledMinimumFlingVelocity(); in initView()
421 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in RecyclerView()
36623 method public int getScaledMinimumFlingVelocity();
38915 method public int getScaledMinimumFlingVelocity();