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()
DPagedViewCellLayout.java285 public void setGap(int widthGap, int heightGap) { in setGap()
462 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup()
DShortcutAndWidgetContainer.java51 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap, in setCellDimensions()
DAppWidgetResizeFrame.java358 int widthGap = landMetrics.right; in getWidgetSizeRanges() local
DCellLayout.java933 int widthGap; in getMetrics() local
2967 final int widthGap = mWidthGap; in cellToRect() local
3255 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup()