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

  /packages/inputmethods/OpenWnn/res/values-land/
dimens.xml 19 <!-- key_height x 4 = keyboard_height -->
31 <dimen name="keyboard_height">160dip</dimen>
  /packages/inputmethods/OpenWnn/res/values/
dimens.xml 18 <!-- key_height x 4 = keyboard_height -->
39 <dimen name="keyboard_height">200dip</dimen>
  /packages/inputmethods/OpenWnn/res/values-sw768dp/
dimens.xml 32 <dimen name="keyboard_height">292dip</dimen>
  /packages/inputmethods/OpenWnn/res/values-sw768dp-land/
dimens.xml 25 <dimen name="keyboard_height">340dip</dimen>
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 63 int getKeyboardHeight() const { return KEYBOARD_HEIGHT; }
103 const int KEYBOARD_HEIGHT;
proximity_info.cpp 67 KEYBOARD_WIDTH(keyboardWidth), KEYBOARD_HEIGHT(keyboardHeight),
68 KEYBOARD_HYPOTENUSE(hypotf(KEYBOARD_WIDTH, KEYBOARD_HEIGHT)),
243 centerY + mKeyHeights[keyId] > KEYBOARD_HEIGHT && centerY < referencePointY) {
  /external/chromium_org/ui/keyboard/
keyboard_util.h 60 // is specified by |keyboard_height|.
62 const gfx::Rect& window_bounds, int keyboard_height);
keyboard_util.cc 67 int keyboard_height) {
70 window_bounds.bottom() - keyboard_height,
72 keyboard_height);
  /external/chromium_org/ash/
root_window_controller_unittest.cc 839 const int keyboard_height = 100; local
844 keyboard_container->bounds(), keyboard_height));
875 const int keyboard_height = 200; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 440 mKeyboardHeight = r.getDimensionPixelSize(R.dimen.keyboard_height);
    [all...]

Completed in 647 milliseconds