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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 216 final int labelFlags, final int backgroundType, final int x, final int y,
224 mBackgroundType = backgroundType;
549 private static String backgroundName(final int backgroundType) {
550 switch (backgroundType) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 453 final int backgroundType = row.getDefaultBackgroundType();
459 null /* hintLabel */, labelFlags, backgroundType, x, y, width, height,
    [all...]

Completed in 92 milliseconds