Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarControllerTest.java20 import static android.view.Display.INVALID_DISPLAY;
162 mNavigationBarController.checkNavBarModes(INVALID_DISPLAY); in testCheckNavBarModesWithInvalidDisplay()
186 mNavigationBarController.finishBarAnimations(INVALID_DISPLAY); in testFinishBarAnimationsWithInvalidDisplay()
210 mNavigationBarController.touchAutoDim(INVALID_DISPLAY); in testTouchAutoDimWithInvalidDisplay()
234 mNavigationBarController.transitionTo(INVALID_DISPLAY, 3, true); in testTransitionToWithInvalidDisplay()
258 mNavigationBarController.disableAnimationsDuringHide(INVALID_DISPLAY, 500L); in testDisableAnimationsDuringHideWithInvalidDisplay()
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTests.java20 import static android.view.Display.INVALID_DISPLAY;
70 INVALID_DISPLAY, sMustNotBeCalledChecker)); in testComputeImeDisplayId_InvalidDisplayId()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java19 import static android.view.Display.INVALID_DISPLAY;
106 public int portalToDisplayId = INVALID_DISPLAY;
DWindowInfo.java53 public int displayId = Display.INVALID_DISPLAY;
171 displayId = Display.INVALID_DISPLAY; in clear()
DKeyEvent.java20 import static android.view.Display.INVALID_DISPLAY;
1531 mDisplayId = INVALID_DISPLAY; in KeyEvent()
1557 mDisplayId = INVALID_DISPLAY; in KeyEvent()
1673 flags, source, INVALID_DISPLAY, characters); in obtain()
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java20 import static android.view.Display.INVALID_DISPLAY;
87 return INVALID_DISPLAY; in getDisplayId()
93 if (displayId == INVALID_DISPLAY) { in getDisplayId()
94 return INVALID_DISPLAY; in getDisplayId()
130 if (displayId == INVALID_DISPLAY in injectMotionEvent()
180 int displayId = INVALID_DISPLAY; in onCommand()
226 INVALID_DISPLAY, DEFAULT_DISPLAY); in onHelp()
/frameworks/base/services/core/java/com/android/server/vr/
DVr2dDisplay.java3 import static android.view.Display.INVALID_DISPLAY;
270 return INVALID_DISPLAY; in getVirtualDisplayId()
313 updateDisplayId(INVALID_DISPLAY); in startVirtualDisplay()
341 updateDisplayId(INVALID_DISPLAY); in stopVirtualDisplay()
/frameworks/base/core/java/android/app/servertransaction/
DActivityConfigurationChangeItem.java20 import static android.view.Display.INVALID_DISPLAY;
55 client.handleActivityConfigurationChanged(r, mConfiguration, INVALID_DISPLAY); in execute()
/frameworks/base/core/tests/coretests/src/android/view/
DKeyEventTest.java19 import static android.view.Display.INVALID_DISPLAY;
69 assertEquals(INVALID_DISPLAY, keyEvent.getDisplayId()); in testObtain()
168 DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, INVALID_DISPLAY, HMAC, CHARACTERS); in createKey()
DWindowInfoTest.java85 assertEquals(Display.INVALID_DISPLAY, w.displayId); in testDefaultValues()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContextListenerController.java19 import static android.view.Display.INVALID_DISPLAY;
177 private int mLastReportedDisplay = INVALID_DISPLAY;
232 mLastReportedDisplay = INVALID_DISPLAY; in clear()
DLaunchParamsController.java20 import static android.view.Display.INVALID_DISPLAY;
116 } else if (mService.mVr2dDisplayId != INVALID_DISPLAY) { in calculate()
DSafeActivityOptions.java28 import static android.view.Display.INVALID_DISPLAY;
241 if (aInfo != null && launchDisplayId != INVALID_DISPLAY in checkPermissions()
DRootWindowContainer.java35 import static android.view.Display.INVALID_DISPLAY;
215 private int mTopFocusedDisplayId = INVALID_DISPLAY;
462 int topFocusedDisplayId = INVALID_DISPLAY; in updateFocusedWindowLocked()
472 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked()
475 } else if (topFocusedDisplayId == INVALID_DISPLAY && dc.mFocusedApp != null) { in updateFocusedWindowLocked()
482 if (topFocusedDisplayId == INVALID_DISPLAY) { in updateFocusedWindowLocked()
1476 if (displayId == INVALID_DISPLAY) { in startHomeOnDisplay()
1752 : INVALID_DISPLAY; in canStartHomeOnDisplayArea()
1753 if (displayId == DEFAULT_DISPLAY || (displayId != INVALID_DISPLAY in canStartHomeOnDisplayArea()
1794 if (displayId == INVALID_DISPLAY) { in ensureVisibilityAndConfig()
[all …]
DInputMonitor.java21 import static android.view.Display.INVALID_DISPLAY;
620 inputWindowHandle.setPortalToDisplayId(INVALID_DISPLAY); in populateOverlayInputInfo()
/frameworks/opt/car/services/src/com/android/server/wm/
DCarLaunchParamsModifier.java304 if (originalDisplayId != Display.INVALID_DISPLAY) { in onCalculate()
415 int displayId = candidate != null ? candidate.getDisplayId() : Display.INVALID_DISPLAY; in sourceDisplayArea()
476 Display.INVALID_DISPLAY); in fallbackDisplayArea()
477 if (displayIdForUserProfile != Display.INVALID_DISPLAY) { in fallbackDisplayArea()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java23 import static android.view.Display.INVALID_DISPLAY;
278 activityThread.handleActivityConfigurationChanged(r, olderConfig, INVALID_DISPLAY); in testHandleActivityConfigurationChanged_SkipWhenNewerConfigurationPending()
282 activityThread.handleActivityConfigurationChanged(r, newerConfig, INVALID_DISPLAY); in testHandleActivityConfigurationChanged_SkipWhenNewerConfigurationPending()
301 config, INVALID_DISPLAY); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder() local
363 config, INVALID_DISPLAY); in testHandleActivityConfigurationChanged_OnlyAppliesNewestConfiguration() local
500 INVALID_DISPLAY); in testActivityOrientationChanged_DoesntOverrideVirtualDisplayOrientation()
697 activityThread.handleActivityConfigurationChanged(r, config, INVALID_DISPLAY); in applyConfigurationChange()
706 activityThread.handleActivityConfigurationChanged(r, config, INVALID_DISPLAY); in applyConfigurationChange()
/frameworks/base/core/java/android/app/
DActivityOptions.java23 import static android.view.Display.INVALID_DISPLAY;
395 private int mLaunchDisplayId = INVALID_DISPLAY;
396 private int mCallerDisplayId = INVALID_DISPLAY;
1137 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()
1138 mCallerDisplayId = opts.getInt(KEY_CALLER_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()
1873 if (mLaunchDisplayId != INVALID_DISPLAY) { in toBundle()
1876 if (mCallerDisplayId != INVALID_DISPLAY) { in toBundle()
DVrManager.java240 return Display.INVALID_DISPLAY; in getVr2dDisplayId()
DResourcesManager.java21 import static android.view.Display.INVALID_DISPLAY;
607 return key.mDisplayId != INVALID_DISPLAY ? key.mDisplayId : mResDisplayId; in generateDisplayId()
882 if (key.mDisplayId == INVALID_DISPLAY) { in rebaseKeyForActivity()
1093 overrideDisplayId != null ? overrideDisplayId : INVALID_DISPLAY, in getResources()
1137 if (displayId == INVALID_DISPLAY) { in updateResourcesForActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonView.java19 import static android.view.Display.INVALID_DISPLAY;
424 int displayId = INVALID_DISPLAY; in sendEvent()
430 if (displayId != INVALID_DISPLAY) { in sendEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchState.java69 private int mLastTouchDisplayId = Display.INVALID_DISPLAY;
87 mLastTouchDisplayId = Display.INVALID_DISPLAY; in reset()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DPowerManagerServiceTest.java470 null /* workSource */, null /* historyTag */, Display.INVALID_DISPLAY); in testWakefulnessAwake_AcquireCausesWakeup()
477 null /* workSource */, null /* historyTag */, Display.INVALID_DISPLAY); in testWakefulnessAwake_AcquireCausesWakeup()
484 null /* workSource */, null /* historyTag */, Display.INVALID_DISPLAY); in testWakefulnessAwake_AcquireCausesWakeup()
672 null /* workSource */, null /* historyTag */, Display.INVALID_DISPLAY); in testForceSuspend_pakeLocksDisabled()
730 null /* workSource */, null /* historyTag */, Display.INVALID_DISPLAY); in testSetDozeOverrideFromDreamManager_triggersSuspendBlocker()
857 null /* workSource */, null /* historyTag */, Display.INVALID_DISPLAY); in testInattentiveSleep_goesToSleepWithWakeLock()
928 null /* workSource */, null /* historyTag */, Display.INVALID_DISPLAY); in testInvalidDisplayGroupWakeLock_affectsAllDisplayGroups()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java111 private int mDisplayId = Display.INVALID_DISPLAY;
716 mDisplayId = Display.INVALID_DISPLAY; in clear()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLaunchParamsControllerTests.java24 import static android.view.Display.INVALID_DISPLAY;
258 mAtm.mVr2dDisplayId = INVALID_DISPLAY; in testVrPreferredDisplay()

123