Searched defs:widthGap (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewCellLayoutChildren.java | 55 public void setGap(int widthGap, int heightGap) { in setGap()
|
D | ShortcutAndWidgetContainer.java | 47 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap ) { in setCellDimensions()
|
D | PagedViewCellLayout.java | 296 public void setGap(int widthGap, int heightGap) { in setGap() 473 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup()
|
D | AppWidgetResizeFrame.java | 358 int widthGap = landMetrics.right; in getWidgetSizeRanges() local
|
D | CellLayout.java | 923 int widthGap; in getMetrics() local 2956 final int widthGap = mWidthGap; in cellToRect() local 3244 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap) { in setup()
|