Searched refs:mTmpActions (Results 1 – 2 of 2) sorted by relevance
449 Runnable[] mTmpActions; field in FragmentManagerImpl1554 if (mTmpActions == null || mTmpActions.length < numActions) { in execPendingActions()1555 mTmpActions = new Runnable[numActions]; in execPendingActions()1557 mPendingActions.toArray(mTmpActions); in execPendingActions()1564 mTmpActions[i].run(); in execPendingActions()1565 mTmpActions[i] = null; in execPendingActions()
448 Runnable[] mTmpActions; field in FragmentManagerImpl1525 if (mTmpActions == null || mTmpActions.length < numActions) { in execPendingActions()1526 mTmpActions = new Runnable[numActions]; in execPendingActions()1528 mPendingActions.toArray(mTmpActions); in execPendingActions()1535 mTmpActions[i].run(); in execPendingActions()1536 mTmpActions[i] = null; in execPendingActions()