/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
H A D | FixedTableModel.java | 24 private float cellWidth; field in FixedTableModel 26 protected FixedTableModel(float cellWidth, float cellHeight, TableOrder order) { in FixedTableModel() 41 public void setCellWidth(float cellWidth) { in setCellWidth()
|
H A D | DynamicTableModel.java | 47 private Float cellWidth; 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 | 95 public int getWidthMeasureSpec(final int cellWidth, final int padding) { in getWidthMeasureSpec() 307 final int cellWidth = width / GRID_WIDTH; in onMeasure() local 340 final int cellWidth = getMeasuredWidth() / GRID_WIDTH; 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() 315 float cellWidth = (float)width / (float)m_gridWidth; 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 | 123 int cellWidth = gridWidth / numOfCols; 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 | 76 int cellWidth = mCellWidth; in onLayout() local
|
/aosp_15_r20/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
H A D | FixedGridLayout.java | 87 int cellWidth = mCellWidth; in onLayout() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | AppsSearchContainerLayout.java | 106 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, in onMeasure() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetProviderInfo.java | 173 private int getSpanX(Rect widgetPadding, int widgetWidth, int cellSpacing, float cellWidth) { in getSpanX()
|
/aosp_15_r20/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
H A D | WidgetPreviewActivity.java | 201 int cellWidth = resources.getDimensionPixelSize(R.dimen.workspace_cell_width); in getLauncherCellDimensions() local
|
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/calendar/ |
H A D | CalendarPanel.java | 230 double cellWidth = (double)(d.width - 1) / daysInWeek; in paint() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 258 int cellWidth = viewport.width / gridWidth; in iterate() local 1237 const int cellWidth = viewport.width / gridWidth; in iterate() local 1495 const int cellWidth = viewport.width / gridWidth; in iterate() local 2139 const int cellWidth = viewport.width / gridWidth; in iterate() local
|
H A D | es3fStencilTests.cpp | 320 int cellWidth = width / 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()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 260 const int cellWidth = viewportWidth / gridWidth; in iterate() local 822 const int cellWidth = viewportWidth / gridWidth; in iterate() local 1053 const int cellWidth = viewportWidth / gridWidth; in iterate() local 1628 const int cellWidth = viewportWidth / gridWidth; in iterate() local
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | SlideDir.cpp | 314 const auto cellWidth = winWidth / fColumns; in load() local
|
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayCalendarDemo.java | 618 double cellWidth = (double)(d.width - 1) / daysInWeek; in paint() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fStencilTests.cpp | 317 int cellWidth = width / gridSize; in iterate() local
|
/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/ |
D | DayView.kt | 2342 val cellWidth = computeDayLeftPosition(dayIndex + 1) - left + 1 in drawEvents() constant 3258 val cellWidth = mCellWidth in findSelectedEvent() constant
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawDiscardRectanglesTests.cpp | 351 uint32_t cellWidth = (renderSize.x() - 10) / (2 * numRect - 1); in generateDiscardRectangles() local
|
/aosp_15_r20/external/deqp/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 255 int cellWidth = viewport.width / gridWidth; in iterate() local
|
/aosp_15_r20/external/deqp/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 244 int cellWidth = viewport.width / gridWidth; in iterate() local
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryFragment.java | 878 int cellWidth = getScaledSize(R.dimen.grid_width); in calculateColumnCount() local
|