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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 41 private final int mGridHeight;
64 mGridHeight = gridHeight;
65 mGridSize = mGridWidth * mGridHeight;
67 mCellHeight = (height + mGridHeight - 1) / mGridHeight;
220 mGridWidth, mGridHeight, mMostCommonKeyWidth, mMostCommonKeyHeight,
249 final int gridHeight = mGridHeight * mCellHeight;
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.h 49 mKeyCount(0), mCellHeight(0), mCellWidth(0), mGridHeight(0), mGridWidth(0),
226 int mGridHeight;
proximity_info_state.cpp 52 mGridHeight = proximityInfo->getGridWidth();

Completed in 2186 milliseconds