HomeSort by relevance Sort by last modified time
    Searched refs:cellWidth (Results 1 - 19 of 19) 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;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 96 float cellWidth);
116 const float cellWidth);
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 48 public boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) {
100 float colWidth = (float) (cellWidth - (maxCols + 1) * mCellMargin) / (float) maxCols;
DayView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 51 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap ) {
52 mCellWidth = cellWidth;
107 final int cellWidth = mCellWidth;
111 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap);
PagedViewCellLayout.java 473 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap,
481 width = myCellHSpan * cellWidth + ((myCellHSpan - 1) * widthGap) -
487 x = hStartPadding + myCellX * (cellWidth + widthGap) + leftMargin;
490 x = myCellX * (cellWidth + widthGap) + leftMargin;
AppWidgetResizeFrame.java 329 int cellWidth = landMetrics.left;
333 int landWidth = (int) ((spanX * cellWidth + (spanX - 1) * widthGap) / density);
337 cellWidth = portMetrics.left;
341 int portWidth = (int) ((spanX * cellWidth + (spanX - 1) * widthGap) / density);
CellLayout.java 289 int cellWidth = r.getDimensionPixelSize(R.dimen.workspace_cell_width);
293 return minGap * (numCells - 1) + cellWidth * numCells;
    [all...]
AppsCustomizePagedView.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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [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/com/android/internal/widget/
LockPatternView.java     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.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 667 milliseconds