Home | History | Annotate | Download | only in view

Lines Matching refs:unhandled

94     // Set to true if the touch event stream is partially unhandled.
217 if (state.unhandled) {
218 state.unhandled = false;
571 * Notifies the verifier that a given event was unhandled and the rest of the
598 state.unhandled = true;
718 InputEvent event, boolean unhandled) {
721 if (unhandled) {
722 message.append("(unhandled) ");
775 public boolean unhandled;
793 state.unhandled = false;