Searched refs:mMaxAppCellCountY (Results 1 – 1 of 1) sorted by relevance
190 private int mMaxAppCellCountX, mMaxAppCellCountY; field in AppsCustomizePagedView262 mMaxAppCellCountY = a.getInt(R.styleable.AppsCustomizePagedView_maxAppCellCountY, -1); in AppsCustomizePagedView()377 if (mMaxAppCellCountY > -1) { in onDataReady()378 maxWidgetCellCountY = Math.min(maxWidgetCellCountY, mMaxAppCellCountY); in onDataReady()