Searched refs:pendingAction (Results 1 – 3 of 3) sorted by relevance
62 private var pendingAction: Action? = null in <lambda>() variable in com.android.systemui.controls.ui.ControlActionCoordinatorImpl126 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>()
1053 int pendingAction, lastCompactAction; in handleMessage() local1062 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 …]
1783 int pendingAction = mPendingAnimationActions.get(i); in transferPendingActions() local1784 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()