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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.h 63 int getCellHeight() const { return CELL_HEIGHT; }
proximity_info_state.cpp 50 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...]

Completed in 68 milliseconds