HomeSort by relevance Sort by last modified time
    Searched full:keyboardheight (Results 1 - 16 of 16) sorted by null

  /packages/inputmethods/LatinIME/java/res/values-sw600dp-land/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
24 <dimen name="keyboardHeight">283.5dp</dimen>
  /packages/inputmethods/LatinIME/java/res/values-sw768dp-land/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
24 <dimen name="keyboardHeight">365.4dp</dimen>
  /frameworks/base/core/res/res/values-large/
dimens.xml 24 <!-- keyboardHeight = key_height*4 + key_bottom_gap*3 -->
  /frameworks/base/core/res/res/values-xlarge/
dimens.xml 25 <!-- keyboardHeight = key_height*4 + key_bottom_gap*3 -->
  /packages/inputmethods/LatinIME/java/res/values-land/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
24 <dimen name="keyboardHeight">176.0dp</dimen>
  /packages/inputmethods/LatinIME/java/res/values-sw600dp/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
24 <dimen name="keyboardHeight">302.4dp</dimen>
  /packages/inputmethods/LatinIME/java/res/values-sw768dp/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
24 <dimen name="keyboardHeight">302.4dp</dimen>
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.cpp 51 const int keyboardWidth, const int keyboardHeight, const int gridWidth,
64 CELL_HEIGHT((keyboardHeight + gridHeight - 1) / gridHeight),
66 KEYBOARD_WIDTH(keyboardWidth), KEYBOARD_HEIGHT(keyboardHeight),
proximity_info.h 32 const int keyboardWidth, const int keyboardHeight, const int gridWidth,
  /packages/inputmethods/LatinIME/java/res/values/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
24 <dimen name="keyboardHeight">205.6dp</dimen>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 233 final float keyboardHeight;
235 keyboardHeight = mResources.getDimension(R.dimen.keyboardHeight);
237 keyboardHeight = Float.parseFloat(keyboardHeightString)
253 Math.min(keyboardHeight, maxKeyboardHeight), minKeyboardHeight);
  /frameworks/base/core/res/res/xml-xlarge/
password_kbd_qwerty.xml 23 keyboardHeight="@dimen/password_keyboard_height"
password_kbd_qwerty_shifted.xml 23 keyboardHeight="@dimen/password_keyboard_height"
password_kbd_symbols.xml 23 keyboardHeight="@dimen/password_keyboard_height"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStroke.java 145 public void setKeyboardGeometry(final int keyWidth, final int keyboardHeight) {
147 mMinYCoordinate = -(int)(keyboardHeight * EXTRA_GESTURE_TRAIL_AREA_ABOVE_KEYBOARD_RATIO);
148 mMaxYCoordinate = keyboardHeight;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 759 milliseconds