Home
last modified time | relevance | path

Searched refs:getCellWidth (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.h60 int getCellWidth() const { return CELL_WIDTH; } in getCellWidth() function
Dproximity_info_state.cpp61 mCellWidth = proximityInfo->getCellWidth(); in initInputParams()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java100 pixelX += getCellWidth(); in performReorder()
DAppWidgetResizeFrame.java438 float xThreshold = mCellLayout.getCellWidth() + dp.cellLayoutBorderSpacePx.x;
527 int xThreshold = mCellLayout.getCellWidth() + dp.cellLayoutBorderSpacePx.x;
DCellLayout.java953 public int getCellWidth() { in getCellWidth() method in CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java277 float[] iconPos = new float[] {currentParent.getCellWidth() / 2, in showForIcon()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java963 float cellOverlap = mContent.getCurrentCellLayout().getCellWidth() in onDragOver()