Searched refs:mHorizontalHelper (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSnapHelper.java40 private OrientationHelper mHorizontalHelper; field in class:LinearSnapHelper
281 if (mHorizontalHelper == null || mHorizontalHelper.mLayoutManager != layoutManager) {
282 mHorizontalHelper = OrientationHelper.createHorizontalHelper(layoutManager);
284 return mHorizontalHelper;
H A DPagerSnapHelper.java44 private OrientationHelper mHorizontalHelper; field in class:PagerSnapHelper
249 if (mHorizontalHelper == null || mHorizontalHelper.mLayoutManager != layoutManager) {
250 mHorizontalHelper = OrientationHelper.createHorizontalHelper(layoutManager);
252 return mHorizontalHelper;

Completed in 58 milliseconds