Searched refs:dispatched (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InternalInsetsAnimationController.java | 30 void setReadyDispatched(boolean dispatched); in setReadyDispatched() argument
|
D | InsetsResizeAnimationRunner.java | 236 public void setReadyDispatched(boolean dispatched) { in setReadyDispatched() argument
|
D | InsetsAnimationControlImpl.java | 189 public void setReadyDispatched(boolean dispatched) { in setReadyDispatched() argument 190 mReadyDispatched = dispatched; in setReadyDispatched()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastQueue.md | 7 * **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
|
D | BroadcastProcessQueue.java | 1048 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/ |
D | TileServiceRequestController.kt | 193 private val dispatched = AtomicBoolean(false) constant 196 if (dispatched.compareAndSet(false, true)) { in accept()
|
/frameworks/base/packages/SystemUI/docs/ |
D | broadcasts.md | 29 * 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/ |
D | anr.md | 16 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…
|
D | pointer_capture.md | 11 - Events from mouse and touchpad devices are dispatched to the focused `InputWindow`.
|
/frameworks/base/core/proto/android/server/alarm/ |
D | alarmmanagerservice.proto | 122 // 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/ |
D | BubbleStackView.java | 2911 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/ |
D | atoms.proto | 8668 // The name of the dispatched message. 8674 // Total number of successfully dispatched messages.
|