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

  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 87 int cellWidth = mCellWidth;
89 int columns = (r - l) / cellWidth;
103 int left = x + ((cellWidth-w)/2);
114 x += cellWidth;
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 48 boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) {
100 float colWidth = (float) (cellWidth - 2 * mCellMargin) / (float) maxCols;
CalendarView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 491 final int cellWidth = mCellWidth;
505 - (cellWidth * shortAxisCells);
513 - (cellWidth * longAxisCells);
532 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, shortAxisStartPadding,
535 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, longAxisStartPadding,
716 final int cellWidth = mCellWidth;
724 int width = cellHSpan * cellWidth + ((cellHSpan - 1) * widthGap);
727 int x = hStartPadding + cellX * (cellWidth + widthGap);
916 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap,
924 width = myCellHSpan * cellWidth + ((myCellHSpan - 1) * widthGap)
    [all...]
Utilities.java 281 final float cellWidth = resources.getDimension(R.dimen.title_texture_width);
286 bubbleRect.right = (int) cellWidth;
288 mTextWidth = cellWidth - paddingLeft - paddingRight;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]

Completed in 161 milliseconds