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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 77 int cellHeight = mCellHeight;
93 int top = y + ((cellHeight-h)/2);
100 y += cellHeight;
  /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/
ShortcutAndWidgetContainer.java 51 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap ) {
53 mCellHeight = cellHeight;
108 final int cellHeight = mCellHeight;
111 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap);
AppWidgetResizeFrame.java 325 int cellHeight = landMetrics.top;
329 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
333 cellHeight = portMetrics.top;
337 int portHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
AppsCustomizePagedView.java     [all...]
CellLayout.java 298 int cellHeight = r.getDimensionPixelSize(R.dimen.workspace_cell_height);
302 return minGap * (numCells - 1) + cellHeight * numCells;
    [all...]
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 202 int cellHeight = resources.getDimensionPixelSize(R.dimen.workspace_cell_height);
209 int smallerSize = Math.min(cellWidth, cellHeight);
  /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 570 milliseconds