HomeSort by relevance Sort by last modified time
    Searched defs:mEnterKey (Results 1 - 8 of 8) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 29 private Key mEnterKey;
69 mEnterKey = key;
110 if (mEnterKey == null) {
116 mEnterKey.iconPreview = null;
117 mEnterKey.icon = null;
118 mEnterKey.label = res.getText(R.string.label_go_key);
121 mEnterKey.iconPreview = null;
122 mEnterKey.icon = null;
123 mEnterKey.label = res.getText(R.string.label_next_key);
126 mEnterKey.icon = res.getDrawable(R.drawable.sym_keyboard_search)
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/security/
PinPadView.java 49 private ImageButton mEnterKey;
95 mEnterKey.setImageResource(drawableId);
115 mEnterKey = (ImageButton) findViewById(R.id.key_enter);
116 mEnterKey.setOnClickListener(v -> mOnClickListener.onEnterKeyClick());
117 mPinKeys.add(mEnterKey);
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 101 milliseconds