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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 250 final int baseWidth =
252 params.mBaseWidth = baseWidth;
254 baseWidth, baseWidth, baseWidth / DEFAULT_KEYBOARD_COLUMNS);
256 R.styleable.Keyboard_horizontalGap, baseWidth, baseWidth, 0);
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 250 final int baseWidth = params.mBaseWidth;
252 R.styleable.Keyboard_Key_visualInsetsLeft, baseWidth, baseWidth, 0));
254 R.styleable.Keyboard_Key_visualInsetsRight, baseWidth, baseWidth, 0));
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 744 milliseconds