HomeSort by relevance Sort by last modified time
    Searched refs:cellHeight (Results 1 - 25 of 39) sorted by null

1 2

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
FixedTableModel.java 25 private float cellHeight;
26 protected FixedTableModel(float cellWidth, float cellHeight, TableOrder order) {
29 setCellHeight(cellHeight);
46 return cellHeight;
49 public void setCellHeight(float cellHeight) {
50 this.cellHeight = cellHeight;
DynamicTableModel.java 39 //private float cellHeight;
48 private Float cellHeight;
69 //this.cellHeight = cellHeight;
129 //elementSizeInPix = cellHeight;
175 return cellHeight;
178 public void setCellHeight(Float cellHeight) {
179 this.cellHeight = cellHeight;
  /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;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarPanel.java 229 double cellHeight = (d.height - labelHeight - 1) / numWeeks;
242 d.width - width, (int)cellHeight);
245 d.width - width, (int)cellHeight);
249 g.fillRect(0, (int)(labelHeight + cellHeight),
250 d.width, (int)(cellHeight * (numWeeks - 2)));
257 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight),
258 width, (int)cellHeight);
260 g.fillRect(d.width - width, (int)(labelHeight + (numWeeks-1) * cellHeight),
261 width, (int)cellHeight);
268 int y = (int)(labelHeight + i * cellHeight);
    [all...]
  /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/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 53 const int *const proximityCharsArray, const int cellHeight, const int cellWidth,
67 proximityCharsArray, cellHeight, cellWidth, gridWidth, mostCommonKeyWidth,
85 const int cellHeight, const int cellWidth, const int gridWidth) {
86 return ((y / cellHeight) * gridWidth + (x / cellWidth)) * MAX_PROXIMITY_CHARS_SIZE;
145 const int *const proximityCharsArray, const int cellHeight, const int cellWidth,
158 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...]
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 188 inline tcu::IVec4 computeVertexIndices (float cellWidth, float cellHeight, int gridVtxWidth, int gridVtxHeight, int x, int y)
192 int y0 = (int)deFloatFloor((float)y / cellHeight);
196 inline tcu::Vec2 computeGridCellWeights (float cellWidth, float cellHeight, int x, int y)
199 float gy = ((float)y + 0.5f) / cellHeight;
306 float cellHeight = (float)height / (float)m_gridHeight;
326 tcu::IVec4 vtxIndices = computeVertexIndices(cellWidth, cellHeight, gridVtxWidth, gridVtxHeight, x, y);
327 tcu::Vec2 weights = computeGridCellWeights(cellWidth, cellHeight, x, y);
  /packages/apps/Messaging/src/com/android/messaging/ui/
MultiAttachmentLayout.java 99 public int getHeightMeasureSpec(final int cellHeight, final int padding) {
100 return MeasureSpec.makeMeasureSpec((endY - startY + 1) * cellHeight - padding * 2,
303 final int cellHeight = height / GRID_HEIGHT;
311 imageTile.getHeightMeasureSpec(cellHeight, padding));
326 imageTile.getHeightMeasureSpec(cellHeight, padding));
336 final int cellHeight = getMeasuredHeight() / GRID_HEIGHT;
345 final int tileTop = imageTile.startY * cellHeight;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 617 double cellHeight = (d.height - labelHeight - 1) / numWeeks;
629 (int)(d.width - width), (int)cellHeight);
632 g.fillRect(0, (int)(labelHeight + cellHeight),
633 d.width, (int)(cellHeight * (numWeeks - 2)));
639 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight),
640 width, (int)(cellHeight));
646 int y = (int)(labelHeight + i * cellHeight);
669 int y = (int)(cellPos.y * cellHeight + labelHeight);
685 y = (int)((cellPos.y+1) * cellHeight) + labelHeight;
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 52 public void setCellDimensions(int cellWidth, int cellHeight, int countX, int countY) {
54 mCellHeight = cellHeight;
CellLayout.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 278 const int cellHeight = viewportHeight / gridHeight;
304 const int curY = cellHeight*gridY;
306 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight;
353 const int curY = cellHeight*gridY;
355 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight;
783 const int cellHeight = viewportHeight / gridHeight;
816 const int curY = cellHeight*gridY;
818 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight;
867 const int curY = cellHeight*gridY;
869 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight;
    [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);
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 318 int cellHeight = viewport.height / gridHeight;
360 const int curY = cellHeight*gridY;
362 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
412 const int curY = cellHeight*gridY;
414 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
    [all...]
es3fStencilTests.cpp 318 int cellHeight = height/gridSize;
321 cells.push_back(IVec4(x*cellWidth, y*cellHeight, cellWidth, cellHeight));
  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 315 int cellHeight = height/gridSize;
318 cells.push_back(IVec4(x*cellWidth, y*cellHeight, cellWidth, cellHeight));
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
MonthView.java 777 final int cellHeight = mRowHeight;
783 final int y = (offsetY + (row * cellHeight));
785 rect.set(x, y, (x + cellWidth), (y + cellHeight));
  /external/skia/tools/
colorspaceinfo.cpp 146 const float cellHeight = 500.0f;
148 const float gammaHeight = cellHeight - 2 * gap;
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 278 int cellHeight = viewport.height / gridHeight;
324 int curY = cellHeight*gridY;
326 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 270 int cellHeight = viewport.height / gridHeight;
316 int curY = cellHeight*gridY;
318 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : 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...]

Completed in 647 milliseconds

1 2