Home | History | Annotate | Download | only in view

Lines Matching refs:FLAG_CANCELED

37  * {@link #FLAG_CANCELED} flag set.
74 * should be prepared to handle {@link #FLAG_CANCELED} and should tolerate anomalous
1092 public static final int FLAG_CANCELED = 0x20;
1108 * Set when a key event has {@link #FLAG_CANCELED} set because a long
1210 * the final key up will have {@link KeyEvent#FLAG_CANCELED} and
2300 * canceled as per {@link #FLAG_CANCELED}.
2303 return (mFlags&FLAG_CANCELED) != 0;
2307 * Set {@link #FLAG_CANCELED} flag for the key event.
2313 mFlags |= FLAG_CANCELED;
2747 event.mFlags |= FLAG_CANCELED | FLAG_CANCELED_LONG_PRESS;