Searched refs:FLAG_CANCELED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java234 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
249 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
/frameworks/base/core/java/android/view/
H A DKeyEvent.java38 * {@link #FLAG_CANCELED} flag set.
62 * should be prepared to handle {@link #FLAG_CANCELED} and should tolerate anomalous
1147 public static final int FLAG_CANCELED = 0x20; field in class:KeyEvent
1163 * Set when a key event has {@link #FLAG_CANCELED} set because a long
1260 * the final key up will have {@link KeyEvent#FLAG_CANCELED} and
2256 * canceled as per {@link #FLAG_CANCELED}.
2259 return (mFlags&FLAG_CANCELED) != 0;
2679 event.mFlags |= FLAG_CANCELED | FLAG_CANCELED_LONG_PRESS;

Completed in 77 milliseconds