Home
last modified time | relevance | path

Searched refs:mCustomizer (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DLayoutBase.java31 private final LayoutCustomizer mCustomizer; field in LayoutBase
37 mCustomizer = customizer; in LayoutBase()
58 public final Locale getLocale() { return mCustomizer.getLocale(); } in getLocale()
64 public final LayoutCustomizer getCustomizer() { return mCustomizer; } in getCustomizer()
DSymbolsShifted.java28 private final LayoutCustomizer mCustomizer; field in SymbolsShifted
31 mCustomizer = customizer; in SymbolsShifted()
36 final LayoutCustomizer customizer = mCustomizer; in getLayout()
DSymbols.java28 private final LayoutCustomizer mCustomizer; field in Symbols
31 mCustomizer = customizer; in Symbols()
36 final LayoutCustomizer customizer = mCustomizer; in getLayout()