Home | History | Annotate | Download | only in widget

Lines Matching defs:mCachedMaxScrollSpeed

1402         private int mCachedMaxScrollSpeed = -1;
1882 if (mCachedMaxScrollSpeed == -1) {
1883 mCachedMaxScrollSpeed = recyclerView.getResources().getDimensionPixelSize(
1886 return mCachedMaxScrollSpeed;