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.kt62 private var pendingAction: Action? = null in <lambda>() variable in com.android.systemui.controls.ui.ControlActionCoordinatorImpl
126 if (pendingAction?.controlId == controlId) { in <lambda>()
127 pendingAction?.invoke() in <lambda>()
128 pendingAction = null in <lambda>()
154 pendingAction = action in <lambda>()
160 }, { pendingAction = null }, true /* afterKeyguardGone */) in <lambda>()
/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java1053 int pendingAction, lastCompactAction; in handleMessage() local
1062 pendingAction = opt.getReqCompactAction(); in handleMessage()
1069 if ((pendingAction == COMPACT_PROCESS_SOME in handleMessage()
1070 || pendingAction == COMPACT_PROCESS_FULL) in handleMessage()
1098 if (pendingAction == COMPACT_PROCESS_SOME) { in handleMessage()
1112 } else if (pendingAction == COMPACT_PROCESS_FULL) { in handleMessage()
1126 } else if (pendingAction == COMPACT_PROCESS_PERSISTENT) { in handleMessage()
1135 } else if (pendingAction == COMPACT_PROCESS_BFGS) { in handleMessage()
1147 switch (pendingAction) { in handleMessage()
1216 switch (pendingAction) { in handleMessage()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java1783 int pendingAction = mPendingAnimationActions.get(i); in transferPendingActions() local
1784 if (pendingAction == START_ANIMATION) { in transferPendingActions()
1786 } else if (pendingAction == END_ANIMATION) { in transferPendingActions()
1788 } else if (pendingAction == REVERSE_ANIMATION) { in transferPendingActions()
1790 } else if (pendingAction == RESET_ANIMATION) { in transferPendingActions()
1794 pendingAction + "is not supported"); in transferPendingActions()