Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DKeyEvent.java1046 public static final int META_CAPS_LOCK_ON = 0x100000; field in KeyEvent
1973 META_CAPS_LOCK_ON | META_NUM_LOCK_ON | META_SCROLL_LOCK_ON;
2081 metaState |= META_CAPS_LOCK_ON; in normalizeMetaState()
2317 return (mMetaState & META_CAPS_LOCK_ON) != 0; in isCapsLockOn()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32717 field public static final int META_CAPS_LOCK_ON = 1048576; // 0x100000
/frameworks/base/api/
Dcurrent.txt41483 field public static final int META_CAPS_LOCK_ON = 1048576; // 0x100000
Dsystem-current.txt44483 field public static final int META_CAPS_LOCK_ON = 1048576; // 0x100000
Dtest-current.txt41562 field public static final int META_CAPS_LOCK_ON = 1048576; // 0x100000