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

  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 88 int cellHeight = mCellHeight;
104 int top = y + ((cellHeight-h)/2);
111 y += cellHeight;
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 492 final int cellHeight = mCellHeight;
501 - (cellHeight * longAxisCells);
517 - (cellHeight * shortAxisCells);
532 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, shortAxisStartPadding,
535 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, longAxisStartPadding,
717 final int cellHeight = mCellHeight;
725 int height = cellVSpan * cellHeight + ((cellVSpan - 1) * heightGap);
728 int y = vStartPadding + cellY * (cellHeight + heightGap);
916 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap,
926 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap)
    [all...]
AllApps3D.java 530 int cellHeight = 145;//iconsSize / Defines.ROWS_PER_PAGE_PORTRAIT;
531 if (!isPortrait) cellHeight -= 12;
533 if (!isPortrait) centerY += cellHeight / 2;
538 mTouchYBorders[i + half] = centerY + (i * cellHeight) - viewPos[1];
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java     [all...]

Completed in 1697 milliseconds