Searched refs:pendingAction (Results 1 – 2 of 2) sorted by relevance
536 int pendingAction, lastCompactAction; in handleMessage() local544 pendingAction = proc.reqCompactAction; in handleMessage()550 if ((pendingAction == COMPACT_PROCESS_SOME in handleMessage()551 || pendingAction == COMPACT_PROCESS_FULL) in handleMessage()581 if (pendingAction == COMPACT_PROCESS_SOME) { in handleMessage()595 } else if (pendingAction == COMPACT_PROCESS_FULL) { in handleMessage()609 } else if (pendingAction == COMPACT_PROCESS_PERSISTENT) { in handleMessage()618 } else if (pendingAction == COMPACT_PROCESS_BFGS) { in handleMessage()630 switch (pendingAction) { in handleMessage()698 switch (pendingAction) { in handleMessage()[all …]
1792 int pendingAction = mPendingAnimationActions.get(i); in transferPendingActions() local1793 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()