Home
last modified time | relevance | path

Searched defs:cellHeight (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DFixedTableModel.java25 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 DDynamicTableModel.java48 private Float cellHeight; field in DynamicTableModel
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_utils.h53 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/
DMultiAttachmentLayout.java100 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 DrsgProgramExecutor.cpp195 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/
DCellLayoutLayoutParams.java115 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/
DPageMeasurementHelper.java124 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 DFixedGridLayout.java77 int cellHeight = mCellHeight; in onLayout() local
/aosp_15_r20/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
H A DFixedGridLayout.java88 int cellHeight = mCellHeight; in onLayout() local
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java178 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 DWidgetPreviewActivity.java202 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 DCalendarPanel.java229 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp259 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 Des3fStencilTests.cpp321 int cellHeight = height / gridSize; in iterate() local
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java80 public void setCellDimensions(int cellWidth, int cellHeight, int countX, int countY, in setCellDimensions()
DCellLayout.java1812 final int cellHeight = mCellHeight; in cellToRect() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp261 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 DHolidayCalendarDemo.java617 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fStencilTests.cpp318 int cellHeight = height / gridSize; in iterate() local
H A Des2fTextureMipmapTests.cpp252 int cellHeight = viewport.height / gridHeight; in iterate() local
/aosp_15_r20/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp256 int cellHeight = viewport.height / gridHeight; in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp245 int cellHeight = viewport.height / gridHeight; in iterate() local
/aosp_15_r20/external/skia/gm/
H A Dwacky_yuv_formats.cpp944 float cellWidth = kTileWidthHeight, cellHeight = kTileWidthHeight; in onDraw() local
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DGridLayout.java1180 int cellHeight = y2 - y1; in onLayout() local
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt2343 val cellHeight = mCellHeight in drawEvents() constant

1234