Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/pagination/
DPageIndexingHelper.java32 private final int mPageOrientation; field in PageIndexingHelper
39 mPageOrientation = orientation; in PageIndexingHelper()
60 if (isHorizontal(mPageOrientation)) { in getOffsetBoundDirection()
85 if (!isHorizontal(mPageOrientation)) { in gridPositionToAdaptorIndex()
112 if (!isHorizontal(mPageOrientation)) { in adaptorIndexToGridPosition()
DPageMeasurementHelper.java33 private final int mPageOrientation; field in PageMeasurementHelper
51 mPageOrientation = windowBackground.getResources().getBoolean(R.bool.use_vertical_app_grid) in PageMeasurementHelper()
148 return AppGridConstants.isHorizontal(mPageOrientation); in isHorizontal()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DPageIndicator.java43 private final int mPageOrientation; field in PageIndicator
63 mPageOrientation = getResources().getBoolean(R.bool.use_vertical_app_grid) in PageIndicator()
82 mOffsetScaleFactor = isHorizontal(mPageOrientation) in onDimensionsUpdated()
96 if (isHorizontal(mPageOrientation)) { in updatePageCount()
112 if (isHorizontal(mPageOrientation)) { in updateOffset()
DAppGridRecyclerView.java45 private final int mPageOrientation; field in AppGridRecyclerView
53 mPageOrientation = getResources().getBoolean(R.bool.use_vertical_app_grid) in AppGridRecyclerView()
96 if (AppGridConstants.isHorizontal(mPageOrientation)) { in focusSearch()
145 mPageOrientation)); in onDimensionsUpdated()
DAppGridActivity.java127 private int mPageOrientation; field in AppGridActivity
229 mPageOrientation = getResources().getBoolean(R.bool.use_vertical_app_grid) in onCreate()
234 mLayoutManager = new AppGridLayoutManager(this, mNumOfCols, mNumOfRows, mPageOrientation); in onCreate()
416 return AppGridConstants.isHorizontal(mPageOrientation); in isHorizontal()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppItemViewHolder.java79 private int mPageOrientation; field in AppItemViewHolder
132 mPageOrientation = context.getResources().getBoolean(R.bool.use_vertical_app_grid) in AppItemViewHolder()
499 if (isHorizontal(mPageOrientation)) {