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

/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedSnapHelper.java65 @Nullable private OrientationHelper mHorizontalHelper; field in class:PagedSnapHelper
343 if (mHorizontalHelper == null || mHorizontalHelper.getLayoutManager() != layoutManager) {
344 mHorizontalHelper = OrientationHelper.createHorizontalHelper(layoutManager);
346 return mHorizontalHelper;
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearSnapHelper.java41 private OrientationHelper mHorizontalHelper; field in class:LinearSnapHelper
282 if (mHorizontalHelper == null || mHorizontalHelper.mLayoutManager != layoutManager) {
283 mHorizontalHelper = OrientationHelper.createHorizontalHelper(layoutManager);
285 return mHorizontalHelper;
H A DPagerSnapHelper.java46 private OrientationHelper mHorizontalHelper; field in class:PagerSnapHelper
251 if (mHorizontalHelper == null || mHorizontalHelper.mLayoutManager != layoutManager) {
252 mHorizontalHelper = OrientationHelper.createHorizontalHelper(layoutManager);
254 return mHorizontalHelper;

Completed in 20 milliseconds