Home
last modified time | relevance | path

Searched refs:getCellWidth (Results 1 – 6 of 6) 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.java374 float xThreshold = mCellLayout.getCellWidth() + dp.cellLayoutBorderSpacingPx; in resizeWidgetIfNeeded()
460 int xThreshold = mCellLayout.getCellWidth() + dp.cellLayoutBorderSpacingPx; in onTouchUp()
DCellLayout.java839 public int getCellWidth() { in getCellWidth() method in CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java276 float[] iconPos = new float[] {currentParent.getCellWidth() / 2, in showForIcon()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java920 float cellOverlap = mContent.getCurrentCellLayout().getCellWidth() in onDragOver()
1168 int cellIconGap = (mContent.getPageAt(0).getCellWidth() in onMeasure()