Searched refs:mSourceDisplayId (Results 1 – 1 of 1) sorted by relevance
171 private int mSourceDisplayId; field in ActivityStarter226 mSourceDisplayId = INVALID_DISPLAY; in reset()1274 mSourceDisplayId = getSourceDisplayId(mSourceRecord, mStartActivity); in setInitialState()1528 intentActivity = mSupervisor.findTaskLocked(mStartActivity, mSourceDisplayId); in getReusableIntentActivity()2072 if (mSourceDisplayId != DEFAULT_DISPLAY) { in computeStackFocus()2074 stack = mSupervisor.getValidLaunchStackOnDisplay(mSourceDisplayId, r); in computeStackFocus()2078 "computeStackFocus: Can't launch on mSourceDisplayId=" + mSourceDisplayId in computeStackFocus()2080 stack = mSupervisor.getNextValidLaunchStackLocked(r, mSourceDisplayId); in computeStackFocus()2138 && (mSourceDisplayId == focusedStack.mDisplayId); in canLaunchIntoFocusedStack()2186 ActivityStack as = mSupervisor.getValidLaunchStackOnDisplay(mSourceDisplayId, r); in getLaunchStack()[all …]