Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java228 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap(); in resizeWidgetIfNeeded()
385 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap(); in onTouchUp()
DPagedViewCellLayout.java85 public int getCellHeight() { in getCellHeight() method in PagedViewCellLayout
DCellLayout.java904 int getCellHeight() { in getCellHeight() method in CellLayout
/packages/inputmethods/LatinIME/native/jni/src/
Dproximity_info.h63 int getCellHeight() const { return CELL_HEIGHT; } in getCellHeight() function
Dproximity_info_state.cpp50 mCellHeight = proximityInfo->getCellHeight(); in initInputParams()