Searched refs:unhandled (Results 1 – 6 of 6) sorted by relevance
220 if (state.unhandled) { in onKeyEvent()221 state.unhandled = false; in onKeyEvent()603 state.unhandled = true; in onUnhandledEvent()723 InputEvent event, boolean unhandled) { in appendEvent() argument726 if (unhandled) { in appendEvent()780 public boolean unhandled; field in InputEventConsistencyVerifier.KeyState798 state.unhandled = false; in obtain()
61 "-bugprone-unhandled-self-assignment", // found in TimeMachine.h
264 * Application process died because of an unhandled exception in Java code.
5655 final Region unhandled = Region.obtain(); in calculateSystemGestureExclusion() local5656 unhandled.set(0, 0, mDisplayFrames.mWidth, mDisplayFrames.mHeight); in calculateSystemGestureExclusion()5677 || unhandled.isEmpty() in calculateSystemGestureExclusion()5685 touchableRegion.op(unhandled, Op.INTERSECT); in calculateSystemGestureExclusion()5731 unhandled.op(touchableRegion, Op.DIFFERENCE); in calculateSystemGestureExclusion()5735 unhandled.recycle(); in calculateSystemGestureExclusion()
4742 // ACTION: A selection session ended with the user picking an unhandled action bar item
60266 Landroid/view/InputEventConsistencyVerifier$KeyState;->unhandled:Z