Searched refs:setGap (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedViewCellLayout.java | 70 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()
|
D | PagedViewCellLayoutChildren.java | 55 public void setGap(int widthGap, int heightGap) { in setGap() method in PagedViewCellLayoutChildren
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewCellLayout.java | 76 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()
|
D | PagedViewCellLayoutChildren.java | 55 public void setGap(int widthGap, int heightGap) { in setGap() method in PagedViewCellLayoutChildren
|
D | AppsCustomizePagedView.java | 383 mWidgetSpacingLayout.setGap(mPageLayoutWidthGap, mPageLayoutHeightGap); in onDataReady() 1001 layout.setGap(mPageLayoutWidthGap, mPageLayoutHeightGap); in setupPage()
|
/packages/apps/Browser/src/com/android/browser/ |
D | NavTabScroller.java | 98 setGap(getGap()); in init() 361 public void setGap(int gap) { in setGap() method in NavTabScroller
|