Home
last modified time | relevance | path

Searched defs:widthGap (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayoutChildren.java55 public void setGap(int widthGap, int heightGap) { in setGap()
DShortcutAndWidgetContainer.java47 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap ) { in setCellDimensions()
DPagedViewCellLayout.java296 public void setGap(int widthGap, int heightGap) { in setGap()
473 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup()
DAppWidgetResizeFrame.java358 int widthGap = landMetrics.right; in getWidgetSizeRanges() local
DCellLayout.java923 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()