HomeSort by relevance Sort by last modified time
    Searched defs:customizer (Results 1 - 25 of 26) sorted by null

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Azerty.java 27 public Azerty(final LayoutCustomizer customizer) {
28 super(customizer, Symbols.class, SymbolsShifted.class);
36 final LayoutCustomizer customizer = getCustomizer(); local
38 customizer.setAccentedLetters(builder);
40 customizer.getSingleQuoteMoreKeys(),
41 customizer.getSingleAngleQuoteKeys())));
SymbolsShifted.java 30 public SymbolsShifted(final LayoutCustomizer customizer) {
31 mCustomizer = customizer;
36 final LayoutCustomizer customizer = mCustomizer; local
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()
    [all...]
PcQwerty.java 31 public PcQwerty(final LayoutCustomizer customizer) {
32 super(customizer, Symbols.class, SymbolsShifted.class);
69 final LayoutCustomizer customizer = getCustomizer(); local
71 customizer.setAccentedLetters(builder);
78 customizer.getDoubleQuoteMoreKeys(),
79 customizer.getSingleQuoteMoreKeys())))
109 final LayoutCustomizer customizer = getCustomizer(); local
110 customizer.setAccentedLetters(builder);
116 customizer.getCurrencyKey(),
135 customizer.getDoubleQuoteMoreKeys()
156 final LayoutCustomizer customizer = getCustomizer(); local
    [all...]
Symbols.java 30 public Symbols(final LayoutCustomizer customizer) {
31 mCustomizer = customizer;
36 final LayoutCustomizer customizer = mCustomizer; local
37 builder.replaceKeyOfLabel(CURRENCY, customizer.getCurrencyKey());
39 customizer.getDoubleQuoteMoreKeys(), customizer.getDoubleAngleQuoteKeys())));
41 customizer.getSingleQuoteMoreKeys(), customizer.getSingleAngleQuoteKeys())));
43 builder.addKeysOnTheLeftOfRow(3, customizer.getSymbolsShiftKey(isPhone))
45 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey()
    [all...]
LayoutBase.java 230 LayoutBase(final LayoutCustomizer customizer, final Class<? extends Symbols> symbolsClass,
232 mCustomizer = customizer;
235 .newInstance(customizer);
237 .newInstance(customizer);
256 * The layout customizer for this layout.
257 * @return the layout customizer;
341 final LayoutCustomizer customizer = getCustomizer(); local
342 final int numberOfRows = customizer.getNumberOfRows();
343 builder.setKeysOfRow(numberOfRows, (Object[])customizer.getSpaceKeys(isPhone));
345 numberOfRows, (Object[])customizer.getKeysLeftToSpacebar(isPhone))
    [all...]
  /external/chromium_org/chrome/installer/util/
html_dialog_impl.cc 160 void EulaHTMLDialog::Customizer::OnBeforeCreation(wchar_t** extra) {
165 void EulaHTMLDialog::Customizer::OnBeforeDisplay(void* window) {
186 Customizer customizer; local
187 HTMLDialog::DialogResult dr = dialog_->ShowModal(NULL, &customizer);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
KeyFactory.java 87 public static final Customizer CLASS_BY_NAME = new Customizer() {
95 public static final Customizer OBJECT_BY_CLASS = new Customizer() {
108 public static KeyFactory create(Class keyInterface, Customizer customizer) {
109 return create(keyInterface.getClassLoader(), keyInterface, customizer);
112 public static KeyFactory create(ClassLoader loader, Class keyInterface, Customizer customizer) {
115 gen.setCustomizer(customizer);
123 private Customizer customizer; field in class:KeyFactory.Generator
    [all...]
EmitUtils.java 390 public static void hash_code(CodeEmitter e, Type type, int multiplier, Customizer customizer) {
392 hash_array(e, type, multiplier, customizer);
401 hash_object(e, type, customizer);
407 private static void hash_array(final CodeEmitter e, Type type, final int multiplier, final Customizer customizer) {
414 hash_code(e, type, multiplier, customizer);
423 private static void hash_object(CodeEmitter e, Type type, Customizer customizer) {
429 if (customizer != null)
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 511 milliseconds

1 2