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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java190 private int mMaxAppCellCountX, mMaxAppCellCountY; field in class:AppsCustomizePagedView
262 mMaxAppCellCountY = a.getInt(R.styleable.AppsCustomizePagedView_maxAppCellCountY, -1);
377 if (mMaxAppCellCountY > -1) {
378 maxWidgetCellCountY = Math.min(maxWidgetCellCountY, mMaxAppCellCountY);

Completed in 482 milliseconds