Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridPageSnapper.java36 private final float mFlingThreshold; field in AppGridPageSnapper
54 mFlingThreshold = context.getResources().getFloat(R.dimen.fling_threshold); in AppGridPageSnapper()
243 if (velocityX > mFlingThreshold || velocityY > mFlingThreshold) { in attachToRecyclerView()
245 } else if (velocityX < -mFlingThreshold || velocityY < -mFlingThreshold) { in attachToRecyclerView()