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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java192 private int mWidgetWidthGap, mWidgetHeightGap; field in class:AppsCustomizePagedView
263 mWidgetWidthGap =
1173 - ((mWidgetCountX - 1) * mWidgetWidthGap)) / mWidgetCountX);
1232 if (ix > 0) lp.leftMargin = mWidgetWidthGap;

Completed in 31 milliseconds