Searched refs:RESUMED (Results 1 – 10 of 10) sorted by relevance
67 static final int RESUMED = 4; // Created started and resumed. field in LocalActivityManager145 if (desiredState == RESUMED) { in moveToState()148 r.curState = RESUMED; in moveToState()167 if (desiredState == RESUMED) { in moveToState()171 r.curState = RESUMED; in moveToState()176 if (desiredState == RESUMED) { in moveToState()181 r.curState = RESUMED; in moveToState()190 case RESUMED: in moveToState()296 if (old != null && old != r && mCurState == RESUMED) { in startActivity()360 if (r.curState == RESUMED && !finish) { in performDestroy()[all …]
1016 case Fragment.RESUMED: in moveToState()1017 if (newState < Fragment.RESUMED) { in moveToState()1159 if (mNeedMenuInvalidate && mHost != null && mCurState == Fragment.RESUMED) { in moveToState()1963 moveToState(Fragment.RESUMED, false); in dispatchResume()2108 if (mHost != null && mCurState == Fragment.RESUMED) { in invalidateOptionsMenu()
364 static final int RESUMED = 5; // Created started and resumed. field in Fragment864 if (mState >= RESUMED) { in getChildFragmentManager()
140 RESUMED, enumConstant665 r.state = ActivityState.RESUMED; in minimalResumeActivityLocked()1347 if (r.state == ActivityState.RESUMED) { in ensureActivitiesVisibleLocked()1354 if (r.state != ActivityState.RESUMED && r != starting) { in ensureActivitiesVisibleLocked()1410 case RESUMED: in ensureActivitiesVisibleLocked()1570 if ((parent != null && parent.state != ActivityState.RESUMED) || in resumeTopActivityInnerLocked()1614 if (mResumedActivity == next && next.state == ActivityState.RESUMED && in resumeTopActivityInnerLocked()1876 next.state = ActivityState.RESUMED; in resumeTopActivityInnerLocked()2779 if (r.state == ActivityState.RESUMED in finishTopRunningActivityLocked()3578 if (r.state == ActivityState.RESUMED) { in removeHistoryRecordsForAppLocked()[all …]
215 != ActivityStack.ActivityState.RESUMED) { in sendInner()
727 if ((state == ActivityState.RESUMED in deliverNewIntentLocked()1080 state == ActivityState.RESUMED; in isInterestingToUserLocked()
669 if (r != null && r.state != RESUMED) { in allResumedActivitiesComplete()948 container.mParentActivity.state != RESUMED) { in startActivityMayWait()1078 if (r.nowVisible && r.state == RESUMED) { in startActivityMayWait()3344 if (r.visible || !r.stopped || !r.haveState || r.state == RESUMED || r.state == PAUSING in releaseSomeActivitiesLocked()3486 if (state != INITIALIZING && state != RESUMED) Slog.e(TAG, in validateTopActivitiesLocked()3495 if (r != null && (state == INITIALIZING || state == RESUMED)) Slog.e(TAG, in validateTopActivitiesLocked()
4499 if (self.state == ActivityState.RESUMED in overridePendingTransition()18021 (a.visible || a.state == ActivityState.RESUMED in computeOomAdjLocked()
1066 case Fragment.RESUMED: in moveToState()1067 if (newState < Fragment.RESUMED) { in moveToState()1210 if (mNeedMenuInvalidate && mHost != null && mCurState == Fragment.RESUMED) { in moveToState()2003 moveToState(Fragment.RESUMED, false); in dispatchResume()
179 static final int RESUMED = 5; // Created started and resumed. field in Fragment698 if (mState >= RESUMED) { in getChildFragmentManager()