Home
last modified time | relevance | path

Searched defs:cellWidth (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A 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()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java95 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
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DEventGeometry.java48 public boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) { in computeEventRect()
H A DDayView.java2726 int cellWidth = computeDayLeftPosition(dayIndex + 1) - left + 1; in drawEvents() local
3623 int cellWidth = mCellWidth; in findSelectedEvent() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfo.java186 private int getSpanX(Rect widgetPadding, int widgetWidth, int cellSpacing, float cellWidth) { in getSpanX()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAppsSearchContainerLayout.java108 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, in onMeasure() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java67 public void setCellDimensions(int cellWidth, int cellHeight, int countX, int countY, in setCellDimensions()
H A DCellLayout.java2676 final int cellWidth = mCellWidth; in cellToRect() local
2827 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup()
2840 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java787 int cellWidth = getScaledSize(R.dimen.grid_width); in calculateColumnCount() local
/aosp12/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java914 final int cellWidth = mPaddedWidth / DAYS_IN_WEEK; in onLayout() local
H A DGridLayout.java1179 int cellWidth = x2 - x1; in onLayout() local