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 47 private Drawable mShiftLockIcon;
112 mShiftLockIcon = res.getDrawable(R.drawable.sym_keyboard_shift_locked);
235 mShiftKey.icon = mShiftLockIcon;
239 mShiftKey.icon = mShiftLockIcon;
262 mShiftKey.icon = mShiftLockIcon;

Completed in 236 milliseconds