Searched refs:backgroundType (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java216 final int labelFlags, final int backgroundType, final int x, final int y,
224 mBackgroundType = backgroundType;
549 private static String backgroundName(final int backgroundType) { argument
550 switch (backgroundType) {
214 Key(@ullable final String label, final int iconId, final int code, @Nullable final String outputText, @Nullable final String hintLabel, final int labelFlags, final int backgroundType, final int x, final int y, final int width, final int height, final int horizontalGap, final int verticalGap) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java453 final int backgroundType = row.getDefaultBackgroundType();
459 null /* hintLabel */, labelFlags, backgroundType, x, y, width, height,

Completed in 277 milliseconds