Home
last modified time | relevance | path

Searched refs:getCellWidth (Results 1 – 5 of 5) 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/
DAppWidgetResizeFrame.java276 float xThreshold = mCellLayout.getCellWidth(); in resizeWidgetIfNeeded()
389 int xThreshold = mCellLayout.getCellWidth(); in onTouchUp()
DCellLayout.java752 public int getCellWidth() { in getCellWidth() method in CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java735 float cellOverlap = mContent.getCurrentCellLayout().getCellWidth() in onDragOver()
1005 int cellIconGap = (mContent.getPageAt(0).getCellWidth() in onMeasure()