Home
last modified time | relevance | path

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

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