Searched defs:setGap (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayoutChildren.java55 public void setGap(int widthGap, int heightGap) { method in class:PagedViewCellLayoutChildren
H A DPagedViewCellLayout.java76 mChildren.setGap(mWidthGap, mHeightGap);
192 mChildren.setGap(mWidthGap, mHeightGap);
285 public void setGap(int widthGap, int heightGap) { method in class:PagedViewCellLayout
288 mChildren.setGap(widthGap, heightGap);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewCellLayoutChildren.java55 public void setGap(int widthGap, int heightGap) { method in class:PagedViewCellLayoutChildren
H A DPagedViewCellLayout.java70 mChildren.setGap(mWidthGap, mHeightGap);
186 mChildren.setGap(mWidthGap, mHeightGap);
279 public void setGap(int widthGap, int heightGap) { method in class:PagedViewCellLayout
282 mChildren.setGap(widthGap, heightGap);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java98 setGap(getGap());
361 public void setGap(int gap) { method in class:NavTabScroller

Completed in 733 milliseconds