Searched refs:pendingAction (Results 1 – 2 of 2) sorted by relevance
65 private var pendingAction: Action? = null172 if (pendingAction?.controlId == controlId) {173 pendingAction?.invoke()174 pendingAction = null203 pendingAction = action209 }, { pendingAction = null }, true /* afterKeyguardGone */)
1801 int pendingAction = mPendingAnimationActions.get(i); in transferPendingActions() local1802 if (pendingAction == START_ANIMATION) { in transferPendingActions()1804 } else if (pendingAction == END_ANIMATION) { in transferPendingActions()1806 } else if (pendingAction == REVERSE_ANIMATION) { in transferPendingActions()1808 } else if (pendingAction == RESET_ANIMATION) { in transferPendingActions()1812 pendingAction + "is not supported"); in transferPendingActions()