Searched refs:mPageSnapThreshold (Results 1 – 1 of 1) sorted by relevance
35 private final float mPageSnapThreshold; field in AppGridPageSnapper53 mPageSnapThreshold = context.getResources().getFloat(R.dimen.page_snap_threshold); in AppGridPageSnapper()95 || (float) adapterPos % mBlockSize / mBlockSize < mPageSnapThreshold) { in findSnapView()