Searched refs:backgroundType (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Key.java | 216 final int labelFlags, final int backgroundType, final int x, final int y, in Key() argument 224 mBackgroundType = backgroundType; in Key() 549 private static String backgroundName(final int backgroundType) { in backgroundName() argument 550 switch (backgroundType) { in backgroundName()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardBuilder.java | 453 final int backgroundType = row.getDefaultBackgroundType(); in parseGridRows() local 459 null /* hintLabel */, labelFlags, backgroundType, x, y, width, height, in parseGridRows()
|