HomeSort by relevance Sort by last modified time
    Searched defs:gridHeight (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 46 ProximityInfo(int gridWidth, int gridHeight, int minWidth, int height, int keyWidth,
49 mGridHeight = gridHeight;
83 int displayHeight, int gridWidth, int gridHeight, int[] proximityCharsArray,
183 final int gridHeight = mGridHeight * mCellHeight;
185 for (int y = 0; y < gridHeight; y += mCellHeight) {
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 731 final int gridHeight = GRID_HEIGHT * mCellHeight;
733 for (int y = 0; y < gridHeight; y += mCellHeight) {
    [all...]

Completed in 139 milliseconds