Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_utils.h52 const int *const proximityCharsArray, const int cellHeight, const int cellWidth, in initializeProximities()
84 const int cellHeight, const int cellWidth, const int gridWidth) { in getStartIndexFromCoordinates()
144 const int *const proximityCharsArray, const int cellHeight, const int cellWidth, in calculateProximities()
/packages/apps/Launcher2/src/com/android/launcher2/
DShortcutAndWidgetContainer.java51 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap, in setCellDimensions()
115 final int cellWidth = mCellWidth; in measureChild() local
DAppWidgetResizeFrame.java356 int cellWidth = landMetrics.left; in getWidgetSizeRanges() local
DPagedViewCellLayout.java462 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup()
DAppsCustomizePagedView.java1099 int cellWidth, int cellHeight, int cellCountX) { in prepareLoadWidgetPreviewsTask()
1172 final int cellWidth = ((contentWidth - mPageLayoutPaddingLeft - mPageLayoutPaddingRight in syncWidgetPageItems() local
DCellLayout.java296 int cellWidth = r.getDimensionPixelSize(R.dimen.workspace_cell_width); in widthInPortrait() local
935 int cellWidth; in getMetrics() local
2965 final int cellWidth = mCellWidth; in cellToRect() local
3255 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java54 public void setCellDimensions(int cellWidth, int cellHeight, int widthGap, int heightGap, in setCellDimensions()
143 final int cellWidth = mCellWidth; in measureChild() local
DAppWidgetResizeFrame.java353 int cellWidth = landMetrics.left; in getWidgetSizeRanges() local
DPagedViewCellLayout.java457 int cellWidth, int cellHeight, int widthGap, int heightGap, in setup()
DAppsCustomizePagedView.java1033 int cellWidth, int cellHeight, int cellCountX) { in prepareLoadWidgetPreviewsTask()
1110 final int cellWidth = contentWidth / mWidgetCountX; in syncWidgetPageItems() local
DCellLayout.java2878 final int cellWidth = mCellWidth; in cellToRect() local
3176 public void setup(int cellWidth, int cellHeight, int widthGap, int heightGap, in setup()
/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.java3095 int cellWidth = computeDayLeftPosition(dayIndex + 1) - left + 1; in drawEvents() local
4629 int cellWidth = mCellWidth; in findSelectedEvent() local
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardContainerView.java48 float cellWidth = (float) Math.ceil(((float) availableWidth) / mNumColumns); in onMeasure() local