Home
last modified time | relevance | path

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

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