Home | History | Annotate | Download | only in view

Lines Matching defs:unhandled

94     // Set to true if the touch event stream is partially unhandled.
213 if (state.unhandled) {
214 state.unhandled = false;
509 * Notifies the verifier that a given event was unhandled and the rest of the
536 state.unhandled = true;
647 InputEvent event, boolean unhandled) {
650 if (unhandled) {
651 message.append("(unhandled) ");
704 public boolean unhandled;
722 state.unhandled = false;