Home
last modified time | relevance | path

Searched refs:mTmpActions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DFragmentManager.java449 Runnable[] mTmpActions; field in FragmentManagerImpl
1568 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()
/frameworks/support/v4/java/android/support/v4/app/
DFragmentManager.java496 Runnable[] mTmpActions; field in FragmentManagerImpl
1661 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()