Home
last modified time | relevance | path

Searched refs:getCellHeight (Results 1 – 6 of 6) 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/
DHotseat.java162 return event.getY() > getCellHeight(); in onTouchEvent()
DAppWidgetResizeFrame.java375 float yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacingPx; in resizeWidgetIfNeeded()
461 int yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacingPx; in onTouchUp()
DCellLayout.java843 public int getCellHeight() { in getCellHeight() method in CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java277 currentParent.getCellHeight() / 2}; in showForIcon()