Home
last modified time | relevance | path

Searched refs:DEFAULT_DISPLAY (Results 1 – 25 of 213) sorted by relevance

123456789

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java84 private static final int SECONDARY_DISPLAY_ID = Display.DEFAULT_DISPLAY + 1;
115 Display.DEFAULT_DISPLAY, SECONDARY_DISPLAY_ID));
146 startTrackingPerDisplay(Display.DEFAULT_DISPLAY); in setUp()
163 assertTrue(mA11yWindowManager.isTrackingWindowsLocked(Display.DEFAULT_DISPLAY)); in startTrackingWindows_shouldEnableWindowManagerCallback()
165 mCallbackOfWindows.get(Display.DEFAULT_DISPLAY); in startTrackingWindows_shouldEnableWindowManagerCallback()
167 eq(Display.DEFAULT_DISPLAY), eq(callbacks)); in startTrackingWindows_shouldEnableWindowManagerCallback()
172 assertTrue(mA11yWindowManager.isTrackingWindowsLocked(Display.DEFAULT_DISPLAY)); in stopTrackingWindows_shouldDisableWindowManagerCallback()
175 mA11yWindowManager.stopTrackingWindows(Display.DEFAULT_DISPLAY); in stopTrackingWindows_shouldDisableWindowManagerCallback()
176 assertFalse(mA11yWindowManager.isTrackingWindowsLocked(Display.DEFAULT_DISPLAY)); in stopTrackingWindows_shouldDisableWindowManagerCallback()
178 eq(Display.DEFAULT_DISPLAY), isNull()); in stopTrackingWindows_shouldDisableWindowManagerCallback()
[all …]
DAccessibilityInputFilterTest.java19 import static android.view.Display.DEFAULT_DISPLAY;
76 private static int sNextDisplayId = DEFAULT_DISPLAY;
77 private static final int SECOND_DISPLAY = DEFAULT_DISPLAY + 1;
206 EventStreamTransformation next = mEventHandler.get(DEFAULT_DISPLAY); in testEventHandler_shouldHaveCorrectOrderForEventStreamTransformation()
231 mEventHandler.put(DEFAULT_DISPLAY, mCaptor1); in testInputEvent_shouldDispatchToCorrespondingEventHandlers()
235 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_TOUCHSCREEN)); in testInputEvent_shouldDispatchToCorrespondingEventHandlers()
250 mEventHandler.put(DEFAULT_DISPLAY, mCaptor1); in testInputEvent_shouldClearEventsForAllEventHandlers()
252 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_TOUCHSCREEN)); in testInputEvent_shouldClearEventsForAllEventHandlers()
253 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_TOUCHSCREEN)); in testInputEvent_shouldClearEventsForAllEventHandlers()
258 send(downEvent(DEFAULT_DISPLAY, InputDevice.SOURCE_MOUSE)); in testInputEvent_shouldClearEventsForAllEventHandlers()
[all …]
/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java19 import static android.view.Display.DEFAULT_DISPLAY;
124 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testConstructor_defaultDisplayAdjustments_matchesDisplayInfo()
136 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testConstructor_defaultResources_matchesDisplayInfo()
148 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testGetRotation_defaultDisplayAdjustments_rotationNotAdjusted()
164 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testGetRotation_displayAdjustmentsWithoutOverride_rotationNotAdjusted()
177 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testGetRotation_resourcesWithoutOverride_rotationNotAdjusted()
190 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testGetRotation_resourcesWithOverrideDisplayAdjustments_rotationAdjusted()
200 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testGetRealSize_defaultResourcesPortrait_matchesLogicalSize()
210 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testGetRealSize_defaultResourcesLandscape_matchesRotatedLogicalSize()
220 final Display display = new Display(mDisplayManagerGlobal, DEFAULT_DISPLAY, mDisplayInfo, in testGetRealSize_defaultDisplayAdjustmentsPortrait_matchesLogicalSize()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java18 import static android.view.Display.DEFAULT_DISPLAY;
87 mCommandQueue.disable(DEFAULT_DISPLAY, state1, state2); in testDisable()
89 verify(mCallbacks).disable(eq(DEFAULT_DISPLAY), eq(state1), eq(state2), eq(true)); in testDisable()
125 doTestOnSystemBarAttributesChanged(DEFAULT_DISPLAY, 1, in testOnSystemBarAttributesChanged()
150 mCommandQueue.showTransient(DEFAULT_DISPLAY, types); in testShowTransient()
152 verify(mCallbacks).showTransient(eq(DEFAULT_DISPLAY), eq(types)); in testShowTransient()
166 mCommandQueue.abortTransient(DEFAULT_DISPLAY, types); in testAbortTransient()
168 verify(mCallbacks).abortTransient(eq(DEFAULT_DISPLAY), eq(types)); in testAbortTransient()
181 mCommandQueue.setImeWindowStatus(DEFAULT_DISPLAY, null, 1, 2, true, false); in testShowImeButton()
184 eq(DEFAULT_DISPLAY), eq(null), eq(1), eq(2), eq(true)); in testShowImeButton()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DDisplayIdIndexSupplierTest.java56 Object object = mDisplayIdIndexSupplier.get(Display.DEFAULT_DISPLAY); in get_instanceIsNotNull()
62 Object object = mDisplayIdIndexSupplier.get(Display.DEFAULT_DISPLAY); in get_removeExistedObject_newObject()
63 mDisplayIdIndexSupplier.remove(Display.DEFAULT_DISPLAY); in get_removeExistedObject_newObject()
65 Object newObject = mDisplayIdIndexSupplier.get(Display.DEFAULT_DISPLAY); in get_removeExistedObject_newObject()
72 Object object = mDisplayIdIndexSupplier.get(Display.DEFAULT_DISPLAY); in get_clearAllObjects_newObject()
75 Object newObject = mDisplayIdIndexSupplier.get(Display.DEFAULT_DISPLAY); in get_clearAllObjects_newObject()
DModeSwitchesControllerTest.java57 mModeSwitchesController.showButton(Display.DEFAULT_DISPLAY, in testShowButton()
65 mModeSwitchesController.showButton(Display.DEFAULT_DISPLAY, in testRemoveButton()
68 mModeSwitchesController.removeButton(Display.DEFAULT_DISPLAY); in testRemoveButton()
75 mModeSwitchesController.showButton(Display.DEFAULT_DISPLAY, in testControllerOnConfigurationChanged_notifyShowingButton()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragmentTest.java17 import static android.view.Display.DEFAULT_DISPLAY;
90 fragment.disable(DEFAULT_DISPLAY, 0, 0, false); in testDisableNone()
104 fragment.disable(DEFAULT_DISPLAY, StatusBarManager.DISABLE_SYSTEM_INFO, 0, false); in testDisableSystemInfo()
109 fragment.disable(DEFAULT_DISPLAY, 0, 0, false); in testDisableSystemInfo()
121 fragment.disable(DEFAULT_DISPLAY, StatusBarManager.DISABLE_NOTIFICATION_ICONS, 0, false); in testDisableNotifications()
125 fragment.disable(DEFAULT_DISPLAY, 0, 0, false); in testDisableNotifications()
136 fragment.disable(DEFAULT_DISPLAY, StatusBarManager.DISABLE_CLOCK, 0, false); in testDisableClock()
140 fragment.disable(DEFAULT_DISPLAY, 0, 0, false); in testDisableClock()
153 fragment.disable(DEFAULT_DISPLAY, 0, 0, false); in disable_noOngoingCall_chipHidden()
167 fragment.disable(DEFAULT_DISPLAY, 0, 0, false); in disable_hasOngoingCall_chipDisplayedAndNotificationIconsHidden()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTests.java19 import static android.view.Display.DEFAULT_DISPLAY;
60 assertEquals(DEFAULT_DISPLAY, in testComputeImeDisplayId_defaultDisplayId()
62 DEFAULT_DISPLAY, sMustNotBeCalledChecker)); in testComputeImeDisplayId_defaultDisplayId()
68 assertEquals(DEFAULT_DISPLAY, in testComputeImeDisplayId_InvalidDisplayId()
77 assertEquals(DEFAULT_DISPLAY, in testComputeImeDisplayId_noSystemDecorationSupportDisplay()
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesManagerTest.java67 mDisplayMetricsMap.put(Display.DEFAULT_DISPLAY, defaultDisplayMetrics); in setUp()
174 expectedConfig.densityDpi = mDisplayMetricsMap.get(Display.DEFAULT_DISPLAY).densityDpi; in testUpdateConfigurationUpdatesAllAssetManagers()
207 activity1, APP_ONE_RES_DIR, null, null, null, null, Display.DEFAULT_DISPLAY, null, in testThemesGetUpdatedWithNewImpl()
223 Display.DEFAULT_DISPLAY); in testThemesGetUpdatedWithNewImpl()
240 activity1, APP_ONE_RES_DIR, null, null, null, null, Display.DEFAULT_DISPLAY, in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
272 mResourcesManager.updateResourcesForActivity(activity1, config1, Display.DEFAULT_DISPLAY); in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
290 null /* overlayDirs */,null /* libDirs */, Display.DEFAULT_DISPLAY, overrideConfig, in testOverrideDisplayAdjustments()
318 activity, APP_ONE_RES_DIR, null, null, null,null, Display.DEFAULT_DISPLAY, null, in testChangingActivityDisplayDoesntOverrideDisplayRequestedByResources()
323 activity, APP_ONE_RES_DIR, null, null, null, null, Display.DEFAULT_DISPLAY, null, in testChangingActivityDisplayDoesntOverrideDisplayRequestedByResources()
326 assertEquals(mDisplayMetricsMap.get(Display.DEFAULT_DISPLAY).widthPixels, in testChangingActivityDisplayDoesntOverrideDisplayRequestedByResources()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarControllerTest.java19 import static android.view.Display.DEFAULT_DISPLAY;
122 mDefaultNavBar.mDisplayId = DEFAULT_DISPLAY; in initializeNavigationBars()
124 .when(mNavigationBarController.mNavigationBars).get(DEFAULT_DISPLAY); in initializeNavigationBars()
146 argThat(display -> display.getDisplayId() == DEFAULT_DISPLAY), any(), any()); in testCreateNavigationBarsIncludeDefaultTrue()
156 argThat(display -> display.getDisplayId() == DEFAULT_DISPLAY), any(), any()); in testCreateNavigationBarsIncludeDefaultFalse()
169 mNavigationBarController.checkNavBarModes(DEFAULT_DISPLAY); in testCheckNavBarModesWithDefaultDisplay()
193 mNavigationBarController.finishBarAnimations(DEFAULT_DISPLAY); in testFinishBarAnimationsWithDefaultDisplay()
217 mNavigationBarController.touchAutoDim(DEFAULT_DISPLAY); in testTouchAutoDimWithDefaultDisplay()
241 mNavigationBarController.transitionTo(DEFAULT_DISPLAY, 3, true); in testTransitionToWithDefaultDisplay()
265 mNavigationBarController.disableAnimationsDuringHide(DEFAULT_DISPLAY, 500L); in testDisableAnimationsDuringHideWithDefaultDisplay()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DSimpleSwipeTest.java66 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in sendSingleDownEvent_onGestureCanceledAfterTimeout()
82 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in sendSwipeEvent_onGestureCompleted()
84 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in sendSwipeEvent_onGestureCompleted()
98 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCanceled()
100 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCanceled()
DTwoFingersDownOrSwipeTest.java78 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in sendSingleDownEvent_GestureCanceledAfterTimeout()
89 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in sendTwoFingerDownEvent_onGestureCompleted()
103 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCancelled()
105 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCancelled()
117 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in firstPointerMove_twoPointersDown_onGestureCompleted()
133 final List<MotionEvent> downEvents = twoPointersDownEvents(Display.DEFAULT_DISPLAY, in secondPointerMove_twoPointersDown_onGestureCompleted()
DMagnificationGesturesObserverTest.java77 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in onActionMove_onGestureCanceled()
90 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in onActionDown_shouldNotDetection_onGestureCanceled()
102 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in onMotionEvent_unrecognizedEvents_onDetectionCanceledAfterTimeout()
116 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in sendEventsOfSwiping_onGestureCompleted()
119 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in sendEventsOfSwiping_onGestureCompleted()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayAreaOrganizerTest.java19 import static android.view.Display.DEFAULT_DISPLAY;
139 organizer, DEFAULT_DISPLAY, FEATURE_ROOT, newTdaName); in testCreateTaskDisplayArea_topBelowRoot()
147 assertThat(tdaInfo.getDisplayAreaInfo().displayId).isEqualTo(DEFAULT_DISPLAY); in testCreateTaskDisplayArea_topBelowRoot()
165 organizer, DEFAULT_DISPLAY, FEATURE_DEFAULT_TASK_CONTAINER, newTdaName); in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea()
171 assertThat(tdaInfo.getDisplayAreaInfo().displayId).isEqualTo(DEFAULT_DISPLAY); in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea()
188 organizer, DEFAULT_DISPLAY, FEATURE_ROOT, newTdaName); in testCreateTaskDisplayArea_incrementalTdaFeatureId()
190 organizer, DEFAULT_DISPLAY, FEATURE_ROOT, newTdaName); in testCreateTaskDisplayArea_incrementalTdaFeatureId()
211 organizer, DEFAULT_DISPLAY, FEATURE_ROOT - 1, "testTda")); in testCreateTaskDisplayArea_invalidDisplayAndRoot()
216 organizer, DEFAULT_DISPLAY, FEATURE_ROOT, "testTda")); in testCreateTaskDisplayArea_invalidDisplayAndRoot()
224 organizer, DEFAULT_DISPLAY, FEATURE_ROOT, newTdaName); in testDeleteTaskDisplayArea()
[all …]
/frameworks/base/core/tests/coretests/src/android/window/
DWindowContextControllerTest.java19 import static android.view.Display.DEFAULT_DISPLAY;
69 mController.attachToDisplayArea(TYPE_APPLICATION_OVERLAY, DEFAULT_DISPLAY, in testAttachToDisplayAreaTwiceThrowException()
71 mController.attachToDisplayArea(TYPE_APPLICATION_OVERLAY, DEFAULT_DISPLAY, in testAttachToDisplayAreaTwiceThrowException()
84 mController.attachToDisplayArea(TYPE_APPLICATION_OVERLAY, DEFAULT_DISPLAY, in testAttachAndDetachDisplayArea()
/frameworks/base/services/core/java/com/android/server/display/layout/
DLayout.java19 import static android.view.Display.DEFAULT_DISPLAY;
37 private static int sNextNonDefaultDisplayId = DEFAULT_DISPLAY + 1;
45 return isDefault ? DEFAULT_DISPLAY : sNextNonDefaultDisplayId++; in assignDisplayIdLocked()
68 if (isDefault && getById(DEFAULT_DISPLAY) != null) { in createDisplayLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DLogicalDisplayMapperTest.java126 assertEquals(Display.DEFAULT_DISPLAY, id(displayAdded)); in testDisplayDeviceAddAndRemove_Internal()
133 assertEquals(Display.DEFAULT_DISPLAY, id(displayRemoved)); in testDisplayDeviceAddAndRemove_Internal()
158 assertNotEquals(Display.DEFAULT_DISPLAY, id(display1)); in testDisplayDeviceAdd_TwoInternalOneDefault()
162 assertEquals(Display.DEFAULT_DISPLAY, id(display2)); in testDisplayDeviceAdd_TwoInternalOneDefault()
174 assertEquals(Display.DEFAULT_DISPLAY, id(display1)); in testDisplayDeviceAdd_TwoInternalBothDefault()
179 assertNotEquals(Display.DEFAULT_DISPLAY, id(display2)); in testDisplayDeviceAdd_TwoInternalBothDefault()
192 assertEquals(Display.DEFAULT_DISPLAY, ids[0]); in testGetDisplayIdsLocked()
290 assertNotEquals(Display.DEFAULT_DISPLAY, id(displayAdded)); in testDisplayDeviceAddAndRemove_NonInternal()
297 assertNotEquals(Display.DEFAULT_DISPLAY, id(displayRemoved)); in testDisplayDeviceAddAndRemove_NonInternal()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipInputConsumer.java19 import static android.view.Display.DEFAULT_DISPLAY;
141 mWindowManager.destroyInputConsumer(mName, DEFAULT_DISPLAY); in registerInputConsumer()
142 mWindowManager.createInputConsumer(mToken, mName, DEFAULT_DISPLAY, inputChannel); in registerInputConsumer()
166 mWindowManager.destroyInputConsumer(mName, DEFAULT_DISPLAY); in unregisterInputConsumer()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
DHideDisplayCutoutOrganizer.java19 import static android.view.Display.DEFAULT_DISPLAY;
82 if (displayId != DEFAULT_DISPLAY) {
86 mDisplayController.getDisplayLayout(DEFAULT_DISPLAY);
150 if (displayAreaInfo.displayId != DEFAULT_DISPLAY) { in addDisplayAreaInfoAndLeashToMap()
167 final DisplayLayout displayLayout = mDisplayController.getDisplayLayout(DEFAULT_DISPLAY); in enableHideDisplayCutout()
192 final Display display = mDisplayController.getDisplay(DEFAULT_DISPLAY); in getDisplayCutoutInsetsOfNaturalOrientation()
205 final DisplayLayout displayLayout = mDisplayController.getDisplayLayout(DEFAULT_DISPLAY); in getDisplayBoundsOfNaturalOrientation()
222 final DisplayLayout displayLayout = mDisplayController.getDisplayLayout(DEFAULT_DISPLAY); in isDisplayBoundsChanged()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputConsumerController.java19 import static android.view.Display.DEFAULT_DISPLAY;
151 mWindowManager.destroyInputConsumer(mName, DEFAULT_DISPLAY); in registerInputConsumer()
152 mWindowManager.createInputConsumer(mToken, mName, DEFAULT_DISPLAY, inputChannel); in registerInputConsumer()
170 mWindowManager.destroyInputConsumer(mName, DEFAULT_DISPLAY); in unregisterInputConsumer()
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
DDecorContextTest.java19 import static android.view.Display.DEFAULT_DISPLAY;
57 private static final int EXTERNAL_DISPLAY = DEFAULT_DISPLAY + 1;
71 Display defaultDisplay = new Display(DisplayManagerGlobal.getInstance(), DEFAULT_DISPLAY, in testDecorContextWithDefaultDisplay()
77 assertDecorContextDisplay(DEFAULT_DISPLAY, context); in testDecorContextWithDefaultDisplay()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardDisplayManagerTest.java83 mDefaultDisplay = new Display(DisplayManagerGlobal.getInstance(), Display.DEFAULT_DISPLAY, in setUp()
86 Display.DEFAULT_DISPLAY + 1, in setUp()
90 differentGroupInfo.displayId = Display.DEFAULT_DISPLAY + 2; in setUp()
93 Display.DEFAULT_DISPLAY, in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DGesturesObserverTest.java72 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in onActionMove_onGestureCancelled()
84 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in onMotionEvent_unrecognizedEvents_onGestureCancelledAfterTimeout()
98 final MotionEvent downEvent = TouchEventGenerator.downEvent(Display.DEFAULT_DISPLAY, in onMotionEvent_recognizedEvents_onGestureCompleted()
100 final MotionEvent moveEvent = TouchEventGenerator.moveEvent(Display.DEFAULT_DISPLAY, in onMotionEvent_recognizedEvents_onGestureCompleted()
/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardController.java22 import static android.view.Display.DEFAULT_DISPLAY;
114 if (displayId == DEFAULT_DISPLAY && mAodShowing) { in isKeyguardUnoccludedOrAodShowing()
181 mWindowManager.mTaskSnapshotController.snapshotForSleeping(DEFAULT_DISPLAY); in setKeyguardShown()
359 if (displayId != DEFAULT_DISPLAY) { in handleOccludedChanged()
364 mWindowManager.mPolicy.onKeyguardOccludedChangedLw(isDisplayOccluded(DEFAULT_DISPLAY)); in handleOccludedChanged()
370 isDisplayOccluded(DEFAULT_DISPLAY) in handleOccludedChanged()
382 updateKeyguardSleepToken(DEFAULT_DISPLAY); in handleOccludedChanged()
417 if (displayId != DEFAULT_DISPLAY) { in handleTurnScreenOn()
445 if (!turningScreenOn && (!mKeyguardShowing || !isDisplayOccluded(DEFAULT_DISPLAY))) { in dismissMultiWindowModeForTaskIfNeeded()
569 if (mDisplayId != DEFAULT_DISPLAY) { in updateVisibility()
DInputManagerCallback.java19 import static android.view.Display.DEFAULT_DISPLAY;
194 return DEFAULT_DISPLAY; in getPointerDisplayId()
198 int firstExternalDisplayId = DEFAULT_DISPLAY; in getPointerDisplayId()
208 if (firstExternalDisplayId == DEFAULT_DISPLAY in getPointerDisplayId()
209 && displayContent.getDisplayId() != DEFAULT_DISPLAY) { in getPointerDisplayId()

123456789