Home
last modified time | relevance | path

Searched refs:unhandled (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java220 if (state.unhandled) { in onKeyEvent()
221 state.unhandled = false; in onKeyEvent()
603 state.unhandled = true; in onUnhandledEvent()
723 InputEvent event, boolean unhandled) { in appendEvent() argument
726 if (unhandled) { in appendEvent()
780 public boolean unhandled; field in InputEventConsistencyVerifier.KeyState
798 state.unhandled = false; in obtain()
/frameworks/av/services/mediametrics/
DAndroid.bp61 "-bugprone-unhandled-self-assignment", // found in TimeMachine.h
/frameworks/proto_logging/stats/enums/app/
Denums.proto264 * Application process died because of an unhandled exception in Java code.
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5655 final Region unhandled = Region.obtain(); in calculateSystemGestureExclusion() local
5656 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()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4742 // ACTION: A selection session ended with the user picking an unhandled action bar item
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60266 Landroid/view/InputEventConsistencyVerifier$KeyState;->unhandled:Z