HomeSort by relevance Sort by last modified time
    Searched refs:cellHeight (Results 1 - 20 of 20) 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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsContainerView.java 72 int cellHeight = 0;
88 if (cellHeight <= 0) {
89 cellHeight = v.getMeasuredHeight();
98 int newHeight = (int) ((numRows * cellHeight) + ((numRows - 1) * mCellGap)) +
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_utils.h 52 const int *const proximityCharsArray, const int cellHeight, const int cellWidth,
66 proximityCharsArray, cellHeight, cellWidth, gridWidth, mostCommonKeyWidth,
84 const int cellHeight, const int cellWidth, const int gridWidth) {
85 return ((y / cellHeight) * gridWidth + (x / cellWidth)) * MAX_PROXIMITY_CHARS_SIZE;
156 const int *const proximityCharsArray, const int cellHeight, const int cellWidth,
163 const int startIndex = getStartIndexFromCoordinates(x, y, cellHeight, cellWidth, gridWidth);
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 51 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap,
54 mCellHeight = cellHeight;
116 final int cellHeight = mCellHeight;
119 lp.setup(cellWidth, cellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(), mCountX);
PagedViewCellLayout.java 462 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap,
472 height = myCellVSpan * cellHeight + ((myCellVSpan - 1) * heightGap) -
477 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin;
480 y = myCellY * (cellHeight + heightGap) + topMargin;
AppWidgetResizeFrame.java 357 int cellHeight = landMetrics.top;
361 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
365 cellHeight = portMetrics.top;
369 int portHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
CellLayout.java 307 int cellHeight = r.getDimensionPixelSize(R.dimen.workspace_cell_height);
311 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/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 647 final int cellHeight = mRowHeight;
653 final int y = (offsetY + (row * cellHeight));
655 rect.set(x, y, (x + cellWidth), (y + cellHeight));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 207 int cellHeight = topDistance + bottomDistance;
223 && dragBounds != null && dragBounds.h < cellHeight - 10) {
227 int centerDistance = Math.abs(cellHeight / 2 - topDistance);
    [all...]
GridModel.java 694 int cellHeight = layoutBounds.h / CELL_COUNT;
698 ys[i] = i * cellHeight;
    [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 
  /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 685 milliseconds