HomeSort by relevance Sort by last modified time
    Searched refs:heightGap (Results 1 - 11 of 11) 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/
PagedViewCellLayout.java 279 public void setGap(int widthGap, int heightGap) {
281 mOriginalHeightGap = mHeightGap = heightGap;
282 mChildren.setGap(widthGap, heightGap);
363 // TODO: we need to take heightGap into effect
457 int cellWidth, int cellHeight, int widthGap, int heightGap,
467 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap) -
472 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin;
475 y = myCellY * (cellHeight + heightGap) + topMargin;
PagedViewCellLayoutChildren.java 55 public void setGap(int widthGap, int heightGap) {
57 mHeightGap = heightGap;
ShortcutAndWidgetContainer.java 54 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap,
59 mHeightGap = heightGap;
AppWidgetResizeFrame.java 356 int heightGap = landMetrics.bottom;
358 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
364 heightGap = portMetrics.bottom;
366 int portHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
CellLayout.java 819 * widthGap/heightGap (right, bottom) */
    [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 65 milliseconds