Home
last modified time | relevance | path

Searched refs:dispatched (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
DInternalInsetsAnimationController.java30 void setReadyDispatched(boolean dispatched); in setReadyDispatched() argument
DInsetsResizeAnimationRunner.java236 public void setReadyDispatched(boolean dispatched) { in setReadyDispatched() argument
DInsetsAnimationControlImpl.java189 public void setReadyDispatched(boolean dispatched) { in setReadyDispatched() argument
190 mReadyDispatched = dispatched; in setReadyDispatched()
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.md7 * **Normal** broadcast intents are dispatched to relevant receivers.
8 * **Ordered** broadcast intents are dispatched in a specific order to
11 * **Sticky** broadcast intents are dispatched to relevant receivers, and are
74 After each broadcast is dispatched to a given process, we consider dispatching
91 * An "urgent" broadcast dispatched to a process with a large backlog of
DBroadcastProcessQueue.java1048 final boolean dispatched = isDispatchedInQueue(mPending, intent); in isDispatched()
1052 return (activeDispatched && dispatched && urgentDispatched && offloadDispatched) in isDispatched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceRequestController.kt193 private val dispatched = AtomicBoolean(false) constant
196 if (dispatched.compareAndSet(false, true)) { in accept()
/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md29 * Broadcasts will be dispatched on the main thread (same as `system_server`) by default but a `Hand…
61 * @param filter A filter to determine what broadcasts should be dispatched to this receiver.
66 * @param user A user handle to determine which broadcast should be dispatched to this receiver.
/frameworks/native/services/inputflinger/docs/
Danr.md16 When the event is being dispatched to an application, the normal flow is: `mPendingEvent` → `connec…
27 …t value. If a window timeout changes, it only affects new events being dispatched, and does not al…
53 …e is a focused event, however, it would require a focused window to be dispatched. InputDispatcher…
Dpointer_capture.md11 - Events from mouse and touchpad devices are dispatched to the focused `InputWindow`.
/frameworks/base/core/proto/android/server/alarm/
Dalarmmanagerservice.proto122 // For each uid, this is the last time we dispatched an "allow while idle"
262 // For a RESCHEDULED op, this is the last time we dispatched an "allow while
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2911 boolean dispatched = super.dispatchTouchEvent(ev); in dispatchTouchEvent()
2918 if (!dispatched && !mIsExpanded && mIsGestureInProgress) { in dispatchTouchEvent()
2919 dispatched = mBubbleTouchListener.onTouch(this /* view */, ev); in dispatchTouchEvent()
2932 return dispatched; in dispatchTouchEvent()
/frameworks/proto_logging/stats/
Datoms.proto8668 // The name of the dispatched message.
8674 // Total number of successfully dispatched messages.