Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedViewCellLayout.java70 mChildren.setGap(mWidthGap, mHeightGap); in PagedViewCellLayout()
186 mChildren.setGap(mWidthGap, mHeightGap); in onMeasure()
279 public void setGap(int widthGap, int heightGap) { in setGap() method in PagedViewCellLayout
282 mChildren.setGap(widthGap, heightGap); in setGap()
DPagedViewCellLayoutChildren.java55 public void setGap(int widthGap, int heightGap) { in setGap() method in PagedViewCellLayoutChildren
/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()
/packages/apps/Browser/src/com/android/browser/
DNavTabScroller.java98 setGap(getGap()); in init()
361 public void setGap(int gap) { in setGap() method in NavTabScroller