Home
last modified time | relevance | path

Searched refs:getCellHeight (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.h59 int getCellHeight() const { return CELL_HEIGHT; } in getCellHeight() function
Dproximity_info_state.cpp60 mCellHeight = proximityInfo->getCellHeight(); in initInputParams()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java278 currentParent.getCellHeight() / 2}; in showForIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java439 float yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacePx.y;
528 int yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacePx.y;
DCellLayout.java957 public int getCellHeight() { in getCellHeight() method in CellLayout