Searched refs:mMaxAppCellCountX (Results 1 – 1 of 1) sorted by relevance
190 private int mMaxAppCellCountX, mMaxAppCellCountY; field in AppsCustomizePagedView261 mMaxAppCellCountX = a.getInt(R.styleable.AppsCustomizePagedView_maxAppCellCountX, -1); in AppsCustomizePagedView()372 if (mMaxAppCellCountX > -1) { in onDataReady()373 maxCellCountX = Math.min(maxCellCountX, mMaxAppCellCountX); in onDataReady()