HomeSort by relevance Sort by last modified time
    Searched refs:mShiftLockIcon (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 50 private Drawable mShiftLockIcon;
75 mShiftLockIcon = res.getDrawable(R.drawable.sym_keyboard_shift_locked);
168 mShiftKey.icon = mShiftLockIcon;
172 mShiftKey.icon = mShiftLockIcon;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 49 private Drawable mShiftLockIcon;
128 mShiftLockIcon = res.getDrawable(R.drawable.sym_keyboard_shift_locked);
281 mShiftKey.icon = mShiftLockIcon;
285 mShiftKey.icon = mShiftLockIcon;
308 mShiftKey.icon = mShiftLockIcon;
333 mShiftLockIcon = mRes.getDrawable(R.drawable.sym_bkeyboard_shift_locked);
338 mShiftLockIcon = mRes.getDrawable(R.drawable.sym_keyboard_shift_locked);
    [all...]

Completed in 305 milliseconds