Home
last modified time | relevance | path

Searched refs:getCellHeight (Results 1 – 7 of 7) 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.java108 return event.getY() > getCellHeight(); in onTouchEvent()
DAppWidgetResizeFrame.java277 float yThreshold = mCellLayout.getCellHeight(); in resizeWidgetIfNeeded()
390 int yThreshold = mCellLayout.getCellHeight(); in onTouchUp()
DShortcutAndWidgetContainer.java111 mActivity.getWallpaperDeviceProfile().getCellHeight(mContainerType)); in getCellContentHeight()
DDeviceProfile.java607 public int getCellHeight(@ContainerType int containerType) { in getCellHeight() method in DeviceProfile
DCellLayout.java756 public int getCellHeight() { in getCellHeight() method in CellLayout