Home
last modified time | relevance | path

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

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