Searched refs:allowMoveToFront (Results 1 – 4 of 4) sorted by relevance
5272 final boolean allowMoveToFront = options == null || !options.getAvoidMoveToFront();5275 if (!r.mLaunchTaskBehind && allowMoveToFront && (!isOrhasTask || newTask)) {5311 if (!allowMoveToFront) {
851 if (mKeyguardController.checkKeyguardVisibility(r) && r.allowMoveToFront()) { in realStartActivityLocked()
5417 boolean allowMoveToFront() { in allowMoveToFront() method in ActivityRecord
25510 PLcom/android/server/wm/ActivityRecord;->allowMoveToFront()Z