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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 50 ProximityInfo(String localeStr, int gridWidth, int gridHeight, int minWidth, int height,
59 mGridHeight = gridHeight;
104 int rowSize, int gridWidth, int gridHeight) {
108 rowSize, gridWidth, gridHeight, gridWidth, gridHeight,
120 int displayHeight, int gridWidth, int gridHeight,
221 final int gridHeight = mGridHeight * mCellHeight;
223 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...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 707 final int gridHeight = GRID_HEIGHT * mCellHeight;
709 for (int y = 0; y < gridHeight; y += mCellHeight) {

Completed in 81 milliseconds