HomeSort by relevance Sort by last modified time
    Searched refs:cellHeight (Results 1 - 15 of 15) 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);
PagedViewCellLayout.java 473 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap,
483 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap) -
488 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin;
491 y = myCellY * (cellHeight + heightGap) + topMargin;
AppWidgetResizeFrame.java 330 int cellHeight = landMetrics.top;
334 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
338 cellHeight = portMetrics.top;
342 int portHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
CellLayout.java 300 int cellHeight = r.getDimensionPixelSize(R.dimen.workspace_cell_height);
304 return minGap * (numCells - 1) + cellHeight * numCells;
    [all...]
AppsCustomizePagedView.java     [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/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 
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /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 1606 milliseconds