HomeSort by relevance Sort by last modified time
    Searched refs:heightGap (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 285 public void setGap(int widthGap, int heightGap) {
287 mOriginalHeightGap = mHeightGap = heightGap;
288 mChildren.setGap(widthGap, heightGap);
369 // TODO: we need to take heightGap into effect
462 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap,
472 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap) -
477 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin;
480 y = myCellY * (cellHeight + heightGap) + topMargin;
PagedViewCellLayoutChildren.java 55 public void setGap(int widthGap, int heightGap) {
57 mHeightGap = heightGap;
ShortcutAndWidgetContainer.java 51 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap,
56 mHeightGap = heightGap;
AppWidgetResizeFrame.java 359 int heightGap = landMetrics.bottom;
361 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
367 heightGap = portMetrics.bottom;
369 int portHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 58 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap,
63 mHeightGap = heightGap;
AppWidgetResizeFrame.java 355 int heightGap = landMetrics.bottom;
357 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
363 heightGap = portMetrics.bottom;
365 int portHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
CellLayout.java     [all...]
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 204 int heightGap = resources.getDimensionPixelSize(R.dimen.workspace_height_gap);
216 height = spanY * previewCellSize + ((spanY - 1) * heightGap);

Completed in 225 milliseconds