HomeSort by relevance Sort by last modified time
    Searched refs:getCellHeight (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 59 int getCellHeight() const { return CELL_HEIGHT; }
proximity_info_state.cpp 52 mCellHeight = proximityInfo->getCellHeight();
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 228 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
385 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
PagedViewCellLayout.java 85 public int getCellHeight() {
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 227 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
384 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
PagedViewCellLayout.java 79 public int getCellHeight() {
CellLayout.java     [all...]

Completed in 64 milliseconds