Home
last modified time | relevance | path

Searched refs:pendingAction (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlActionCoordinatorImpl.kt53 private var pendingAction: Action? = null in <lambda>() variable in com.android.systemui.controls.ui.ControlActionCoordinatorImpl
109 if (pendingAction?.controlId == controlId) { in <lambda>()
110 pendingAction?.invoke() in <lambda>()
111 pendingAction = null in <lambda>()
137 pendingAction = action in <lambda>()
148 }, { pendingAction = null }, true /* afterKeyguardGone */) in <lambda>()
/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java704 int pendingAction, lastCompactAction; in handleMessage() local
712 pendingAction = proc.reqCompactAction; in handleMessage()
718 if ((pendingAction == COMPACT_PROCESS_SOME in handleMessage()
719 || pendingAction == COMPACT_PROCESS_FULL) in handleMessage()
747 if (pendingAction == COMPACT_PROCESS_SOME) { in handleMessage()
761 } else if (pendingAction == COMPACT_PROCESS_FULL) { in handleMessage()
775 } else if (pendingAction == COMPACT_PROCESS_PERSISTENT) { in handleMessage()
784 } else if (pendingAction == COMPACT_PROCESS_BFGS) { in handleMessage()
796 switch (pendingAction) { in handleMessage()
864 switch (pendingAction) { in handleMessage()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java1792 int pendingAction = mPendingAnimationActions.get(i); in transferPendingActions() local
1793 if (pendingAction == START_ANIMATION) { in transferPendingActions()
1795 } else if (pendingAction == END_ANIMATION) { in transferPendingActions()
1797 } else if (pendingAction == REVERSE_ANIMATION) { in transferPendingActions()
1799 } else if (pendingAction == RESET_ANIMATION) { in transferPendingActions()
1803 pendingAction + "is not supported"); in transferPendingActions()