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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 76 int cellWidth = mCellWidth;
78 int columns = (r - l) / cellWidth;
92 int left = x + ((cellWidth-w)/2);
103 x += cellWidth;
  /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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsContainerView.java 68 float cellWidth = (float) Math.ceil(((float) availableWidth) / mNumColumns);
80 lp.width = (int) ((colSpan * cellWidth) + (colSpan - 1) * mCellGap);
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 51 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap,
53 mCellWidth = cellWidth;
115 final int cellWidth = mCellWidth;
119 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(), mCountX);
AppWidgetResizeFrame.java 356 int cellWidth = landMetrics.left;
360 int landWidth = (int) ((spanX * cellWidth + (spanX - 1) * widthGap) / density);
364 cellWidth = portMetrics.left;
368 int portWidth = (int) ((spanX * cellWidth + (spanX - 1) * widthGap) / density);
AppsCustomizePagedView.java     [all...]
CellLayout.java 296 int cellWidth = r.getDimensionPixelSize(R.dimen.workspace_cell_width);
300 return minGap * (numCells - 1) + cellWidth * numCells;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 54 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap,
56 mCellWidth = cellWidth;
143 final int cellWidth = mCellWidth;
147 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(),
AppWidgetResizeFrame.java 355 int cellWidth = landMetrics.left;
359 int landWidth = (int) ((spanX * cellWidth + (spanX - 1) * widthGap) / density);
363 cellWidth = portMetrics.left;
367 int portWidth = (int) ((spanX * cellWidth + (spanX - 1) * widthGap) / density);
AppsCustomizePagedView.java     [all...]
CellLayout.java     [all...]
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 201 int cellWidth = resources.getDimensionPixelSize(R.dimen.workspace_cell_width);
209 int smallerSize = Math.min(cellWidth, cellHeight);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 631 final int cellWidth = ((mWidth - (2 * mPadding)) / mNumDays);
635 final int x = (offsetX + (column * cellWidth));
638 rect.set(x, y, (x + cellWidth), (y + cellHeight));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 693 int cellWidth = layoutBounds.w / CELL_COUNT;
697 xs[i] = i * cellWidth;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 853 milliseconds