Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridPageSnapper.java60 private OrientationHelper mHorizontalHelper; field in AppGridPageSnapper
135 if (mHorizontalHelper != null) { in handleScrollToPos()
163 if (mHorizontalHelper == null || mHorizontalHelper.getLayoutManager() != layoutManager) { in getHorizontalHelper()
164 mHorizontalHelper = OrientationHelper.createHorizontalHelper(layoutManager); in getHorizontalHelper()
166 return mHorizontalHelper; in getHorizontalHelper()