Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java76 mChildren.setGap(mWidthGap, mHeightGap); in PagedViewCellLayout()
192 mChildren.setGap(mWidthGap, mHeightGap); in onMeasure()
285 public void setGap(int widthGap, int heightGap) { in setGap() method in PagedViewCellLayout
288 mChildren.setGap(widthGap, heightGap); in setGap()
DPagedViewCellLayoutChildren.java55 public void setGap(int widthGap, int heightGap) { in setGap() method in PagedViewCellLayoutChildren
DAppsCustomizePagedView.java383 mWidgetSpacingLayout.setGap(mPageLayoutWidthGap, mPageLayoutHeightGap); in onDataReady()
1001 layout.setGap(mPageLayoutWidthGap, mPageLayoutHeightGap); in setupPage()