Home
last modified time | relevance | path

Searched defs:cellSize (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/libs/hwui/tests/common/scenes/
H A DShapeAnimation.cpp65 float cellSize = floorf(width / 7 - cellSpace); in createContent() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfo.java112 Point cellSize = new Point(); in initSpans() local
H A DBaseWidgetSheet.java177 Point cellSize = deviceProfile.getCellSize(); in computeMaxHorizontalSpans() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
H A DWidgetSizes.java55 final Point cellSize = new Point(); in getWidgetPaddedSizes() local
/aosp12/frameworks/base/core/java/android/widget/
H A DActionMenuView.java198 final int cellSize = mMinCellSize + cellSizeRemaining / cellCount; in onMeasureExactFormat() local
400 static int measureChildForCells(View child, int cellSize, int cellsRemaining, in measureChildForCells()
H A DActionMenuPresenter.java676 int cellSize = 0; in flagActionItems() local
H A DGridLayout.java1059 int cellSize = locations[span.max] - locations[span.min]; in measureChildrenWithMargins() local
2814 int getSizeInCell(View view, int viewSize, int cellSize) { in getSizeInCell()
H A DCalendarViewLegacyDelegate.java1383 int cellSize = mWidth / mNumCells; in getBoundsForDate() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java1064 Point cellSize = new Point(); in logWidgetInfo() local