Home | History | Annotate | Download | only in layout

Lines Matching defs:customizer

30     public SymbolsShifted(final LayoutCustomizer customizer) {
31 mCustomizer = customizer;
36 final LayoutCustomizer customizer = mCustomizer;
37 builder.replaceKeyOfLabel(OTHER_CURRENCIES, (Object[])customizer.getOtherCurrencyKeys());
39 builder.addKeysOnTheLeftOfRow(3, customizer.getBackToSymbolsKey())
41 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
42 .addKeysOnTheRightOfRow(4, customizer.getEnterKey(isPhone));
49 .addKeysOnTheRightOfRow(2, customizer.getEnterKey(isPhone))
50 .addKeysOnTheLeftOfRow(3, customizer.getBackToSymbolsKey())
51 .addKeysOnTheRightOfRow(3, customizer.getBackToSymbolsKey())
52 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey())
53 .addKeysOnTheRightOfRow(4, customizer.getEmojiKey(isPhone));
135 public RtlSymbolsShifted(final LayoutCustomizer customizer) {
136 super(customizer);