Searched refs:mTmpActions (Results 1 – 2 of 2) sorted by relevance
449 Runnable[] mTmpActions; field in FragmentManagerImpl1568 if (mTmpActions == null || mTmpActions.length < numActions) { in execPendingActions()1569 mTmpActions = new Runnable[numActions]; in execPendingActions()1571 mPendingActions.toArray(mTmpActions); in execPendingActions()1578 mTmpActions[i].run(); in execPendingActions()1579 mTmpActions[i] = null; in execPendingActions()
496 Runnable[] mTmpActions; field in FragmentManagerImpl1661 if (mTmpActions == null || mTmpActions.length < numActions) { in execPendingActions()1662 mTmpActions = new Runnable[numActions]; in execPendingActions()1664 mPendingActions.toArray(mTmpActions); in execPendingActions()1671 mTmpActions[i].run(); in execPendingActions()1672 mTmpActions[i] = null; in execPendingActions()