Home
last modified time | relevance | path

Searched refs:META_CAPS_LOCK_ON (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DKeyEvent.java1039 public static final int META_CAPS_LOCK_ON = 0x100000; field in KeyEvent
1855 META_CAPS_LOCK_ON | META_NUM_LOCK_ON | META_SCROLL_LOCK_ON;
1963 metaState |= META_CAPS_LOCK_ON; in normalizeMetaState()
2199 return (mMetaState & META_CAPS_LOCK_ON) != 0; in isCapsLockOn()
/frameworks/base/api/
Dcurrent.txt22249 field public static final int META_CAPS_LOCK_ON = 1048576; // 0x100000
D14.txt22249 field public static final int META_CAPS_LOCK_ON = 1048576; // 0x100000