/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
H A D | FixedTableModel.java | 25 private float cellHeight; field in FixedTableModel 26 protected FixedTableModel(float cellWidth, float cellHeight, TableOrder order) { in FixedTableModel() 49 public void setCellHeight(float cellHeight) { in setCellHeight()
|
H A D | DynamicTableModel.java | 48 private Float cellHeight; field in DynamicTableModel
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_utils.h | 53 const int *const proximityCharsArray, const int cellHeight, const int cellWidth, in initializeProximities() 85 const int cellHeight, const int cellWidth, const int gridWidth) { in getStartIndexFromCoordinates() 145 const int *const proximityCharsArray, const int cellHeight, const int cellWidth, in calculateProximities()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | MultiAttachmentLayout.java | 100 public int getHeightMeasureSpec(final int cellHeight, final int padding) { in getHeightMeasureSpec() 308 final int cellHeight = height / GRID_HEIGHT; in onMeasure() local 341 final int cellHeight = getMeasuredHeight() / GRID_HEIGHT; in onLayout() local
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgProgramExecutor.cpp | 195 inline tcu::IVec4 computeVertexIndices(float cellWidth, float cellHeight, int gridVtxWidth, int gri… in computeVertexIndices() 205 inline tcu::Vec2 computeGridCellWeights(float cellWidth, float cellHeight, int x, int y) in computeGridCellWeights() 316 float cellHeight = (float)height / (float)m_gridHeight; in execute() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | CellLayoutLayoutParams.java | 115 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup() 128 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup()
|
/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/pagination/ |
D | PageMeasurementHelper.java | 124 int cellHeight = gridHeight / numOfRows; in handleWindowSizeChange() local 188 public GridDimensions(int gridWidth, int gridHeight, int cellWidth, int cellHeight, in GridDimensions()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
H A D | FixedGridLayout.java | 77 int cellHeight = mCellHeight; in onLayout() local
|
/aosp_15_r20/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
H A D | FixedGridLayout.java | 88 int cellHeight = mCellHeight; in onLayout() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetProviderInfo.java | 178 private int getSpanY(Rect widgetPadding, int widgetHeight, int cellSpacing, float cellHeight) { in getSpanY()
|
/aosp_15_r20/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
H A D | WidgetPreviewActivity.java | 202 int cellHeight = resources.getDimensionPixelSize(R.dimen.workspace_cell_height); in getLauncherCellDimensions() local
|
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/calendar/ |
H A D | CalendarPanel.java | 229 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 259 int cellHeight = viewport.height / gridHeight; in iterate() local 1238 const int cellHeight = viewport.height / gridHeight; in iterate() local 1496 const int cellHeight = viewport.height / gridHeight; in iterate() local 2140 const int cellHeight = viewport.height / gridHeight; in iterate() local
|
H A D | es3fStencilTests.cpp | 321 int cellHeight = height / gridSize; in iterate() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ShortcutAndWidgetContainer.java | 80 public void setCellDimensions(int cellWidth, int cellHeight, int countX, int countY, in setCellDimensions()
|
D | CellLayout.java | 1812 final int cellHeight = mCellHeight; in cellToRect() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 261 const int cellHeight = viewportHeight / gridHeight; in iterate() local 823 const int cellHeight = viewportHeight / gridHeight; in iterate() local 1054 const int cellHeight = viewportHeight / gridHeight; in iterate() local 1629 const int cellHeight = viewportHeight / gridHeight; in iterate() local
|
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayCalendarDemo.java | 617 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fStencilTests.cpp | 318 int cellHeight = height / gridSize; in iterate() local
|
H A D | es2fTextureMipmapTests.cpp | 252 int cellHeight = viewport.height / gridHeight; in iterate() local
|
/aosp_15_r20/external/deqp/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 256 int cellHeight = viewport.height / gridHeight; in iterate() local
|
/aosp_15_r20/external/deqp/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 245 int cellHeight = viewport.height / gridHeight; in iterate() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 944 float cellWidth = kTileWidthHeight, cellHeight = kTileWidthHeight; in onDraw() local
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | GridLayout.java | 1180 int cellHeight = y2 - y1; in onLayout() local
|
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/ |
D | DayView.kt | 2343 val cellHeight = mCellHeight in drawEvents() constant
|