Home
last modified time | relevance | path

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

/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()
/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java94 public int getWidthMeasureSpec(final int cellWidth, final int padding) { in getWidthMeasureSpec()
302 final int cellWidth = width / GRID_WIDTH; in onMeasure() local
335 final int cellWidth = getMeasuredWidth() / GRID_WIDTH; in onLayout() local
/packages/apps/Calendar/src/com/android/calendar/
DEventGeometry.java48 public boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) { in computeEventRect()
DDayView.java2726 int cellWidth = computeDayLeftPosition(dayIndex + 1) - left + 1; in drawEvents() local
3623 int cellWidth = mCellWidth; in findSelectedEvent() local
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java110 int cellWidth = DeviceProfile.calculateCellWidth(rowWidth, dp.inv.numHotseatIcons); in onMeasure() local
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java57 public void setCellDimensions(int cellWidth, int cellHeight, int countX, int countY) { in setCellDimensions()
DCellLayout.java2512 final int cellWidth = mCellWidth; in cellToRect() local
2658 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount) { in setup()
2669 public void setup(int cellWidth, int cellHeight, boolean invertHorizontally, int colCount, in setup()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java780 int cellWidth = getScaledSize(R.dimen.grid_width); in calculateColumnCount() local