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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java191 private int mWidgetCountX, mWidgetCountY; field in class:AppsCustomizePagedView
268 mWidgetCountY = a.getInt(R.styleable.AppsCustomizePagedView_widgetCountY, 2);
311 int numItemsPerPage = mWidgetCountX * mWidgetCountY;
339 int numItemsPerPage = mWidgetCountX * mWidgetCountY;
352 (float) (mWidgetCountX * mWidgetCountY));
1167 int numItemsPerPage = mWidgetCountX * mWidgetCountY;
1176 - ((mWidgetCountY - 1) * mWidgetHeightGap)) / mWidgetCountY);
1338 mWidgetCountY);

Completed in 149 milliseconds