Searched defs:META_FUNCTION_ON (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DKeyEvent.java823 "META_FUNCTION_ON",
981 public static final int META_FUNCTION_ON = 0x8; field in class:KeyEvent
1918 * @see #META_FUNCTION_ON
1969 | META_SYM_ON | META_FUNCTION_ON;
2002 * {@link #META_SYM_ON}, {@link #META_FUNCTION_ON}.
2302 * @see #META_FUNCTION_ON
2305 return (mMetaState & META_FUNCTION_ON) != 0;

Completed in 203 milliseconds