Home
last modified time | relevance | path

Searched refs:INVALID_DISPLAY (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DLaunchParamsController.java30 import static android.view.Display.INVALID_DISPLAY;
175 mPreferredDisplayId = INVALID_DISPLAY; in reset()
188 return mBounds.isEmpty() && mPreferredDisplayId == INVALID_DISPLAY in isEmpty()
197 return mPreferredDisplayId != INVALID_DISPLAY; in hasPreferredDisplay()
DSafeActivityOptions.java23 import static android.view.Display.INVALID_DISPLAY;
209 if (aInfo != null && launchDisplayId != INVALID_DISPLAY in checkPermissions()
DKeyguardController.java21 import static android.view.Display.INVALID_DISPLAY;
73 private int mSecondaryDisplayShowing = INVALID_DISPLAY;
DActivityStarter.java54 import static android.view.Display.INVALID_DISPLAY;
1500 mPreferredDisplayId = INVALID_DISPLAY; in reset()
1824 if (displayId != INVALID_DISPLAY) { in getPreferedDisplayId()
1833 (options != null) ? options.getLaunchDisplayId() : INVALID_DISPLAY; in getPreferedDisplayId()
1834 if (launchDisplayId != INVALID_DISPLAY) { in getPreferedDisplayId()
1838 displayId = sourceRecord != null ? sourceRecord.getDisplayId() : INVALID_DISPLAY; in getPreferedDisplayId()
1840 if (displayId != INVALID_DISPLAY) { in getPreferedDisplayId()
2416 mPreferredDisplayId != DEFAULT_DISPLAY ? mPreferredDisplayId : INVALID_DISPLAY; in getLaunchStack()
DActivityStackSupervisor.java51 import static android.view.Display.INVALID_DISPLAY;
520 if (displayId == INVALID_DISPLAY) { in displayConfigMatchesGlobal()
2394 return getLaunchStack(r, options, candidateTask, onTop, INVALID_DISPLAY); in getLaunchStack()
2410 int displayId = INVALID_DISPLAY; in getLaunchStack()
2439 if (displayId == INVALID_DISPLAY) { in getLaunchStack()
2442 if (displayId != INVALID_DISPLAY && canLaunchOnDisplay(r, displayId)) { in getLaunchStack()
4483 (preferredDisplayId != DEFAULT_DISPLAY && preferredDisplayId != INVALID_DISPLAY); in handleNonResizableTaskIfNeeded()
DActivityManagerShellCommand.java104 import static android.view.Display.INVALID_DISPLAY;
299 mDisplayId = INVALID_DISPLAY; in makeIntent()
441 if (mDisplayId != INVALID_DISPLAY) {
DActivityStack.java38 import static android.view.Display.INVALID_DISPLAY;
722 mDisplayId = INVALID_DISPLAY; in removeFromDisplay()
2024 final int displayId = mDisplayId != INVALID_DISPLAY ? mDisplayId : DEFAULT_DISPLAY; in checkKeyguardVisibility()
5181 final int displayId = mDisplayId != INVALID_DISPLAY ? mDisplayId : DEFAULT_DISPLAY; in createTaskRecord()
DActivityManagerService.java128 import static android.view.Display.INVALID_DISPLAY;
715 int mVr2dDisplayId = INVALID_DISPLAY;
11219 if (stack != null && stack.mDisplayId != INVALID_DISPLAY) {
/frameworks/base/core/java/android/app/servertransaction/
DActivityConfigurationChangeItem.java20 import static android.view.Display.INVALID_DISPLAY;
43 client.handleActivityConfigurationChanged(token, mConfiguration, INVALID_DISPLAY); in execute()
/frameworks/base/services/core/java/com/android/server/vr/
DVr2dDisplay.java3 import static android.view.Display.INVALID_DISPLAY;
272 return INVALID_DISPLAY; in getVirtualDisplayId()
310 updateDisplayId(INVALID_DISPLAY); in startVirtualDisplay()
338 updateDisplayId(INVALID_DISPLAY); in stopVirtualDisplay()
DVrManagerService.java18 import static android.view.Display.INVALID_DISPLAY;
1347 return INVALID_DISPLAY; in getVr2dDisplayId()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java18 import static android.view.Display.INVALID_DISPLAY;
136 ? mPresentation.getDisplay().getDisplayId() : INVALID_DISPLAY; in updateDisplays()
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java3 import static android.view.Display.INVALID_DISPLAY;
217 false /* aodShowing */, INVALID_DISPLAY);
/frameworks/base/core/java/android/app/
DActivityOptions.java23 import static android.view.Display.INVALID_DISPLAY;
306 private int mLaunchDisplayId = INVALID_DISPLAY;
927 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()
DContextImpl.java2374 displayId = (displayId != Display.INVALID_DISPLAY) ? displayId : Display.DEFAULT_DISPLAY; in createActivityContext()
DActivityThread.java26 import static android.view.Display.INVALID_DISPLAY;
5217 final boolean movedToDifferentDisplay = displayId != INVALID_DISPLAY in handleActivityConfigurationChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java53 import static android.view.Display.INVALID_DISPLAY;
759 final DisplayContent vrDisplay = mService.mVr2dDisplayId != INVALID_DISPLAY in performSurfacePlacement()
DWindowManagerService.java33 import static android.view.Display.INVALID_DISPLAY;
377 int mVr2dDisplayId = INVALID_DISPLAY;
5839 mFrozenDisplayId = INVALID_DISPLAY; in stopFreezingDisplayLocked()
DWindowState.java1401 return Display.INVALID_DISPLAY; in getDisplayId()
/frameworks/base/core/java/android/view/
DDisplay.java105 public static final int INVALID_DISPLAY = -1; field in Display
DViewRootImpl.java19 import static android.view.Display.INVALID_DISPLAY;
2016 INVALID_DISPLAY /* same display */); in performTraversals()
3924 if (newDisplayId != INVALID_DISPLAY) { in updateConfiguration()
4123 ? displayId : INVALID_DISPLAY /* same display */); in handleMessage()
4248 INVALID_DISPLAY /* same display */); in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java20 import static android.view.Display.INVALID_DISPLAY;
244 private int mSecondaryDisplayShowing = INVALID_DISPLAY;
/frameworks/base/api/
Dcurrent.txt45948 field public static final int INVALID_DISPLAY = -1; // 0xffffffff
/frameworks/base/config/
Dhiddenapi-public-dex.txt48387 Landroid/view/Display;->INVALID_DISPLAY:I