Home
last modified time | relevance | path

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

123

/frameworks/base/cmds/wm/src/com/android/commands/wm/
DWm.java133 mWm.getInitialDisplaySize(Display.DEFAULT_DISPLAY, initialSize); in runDisplaySize()
134 mWm.getBaseDisplaySize(Display.DEFAULT_DISPLAY, baseSize); in runDisplaySize()
164 mWm.setForcedDisplaySize(Display.DEFAULT_DISPLAY, w, h); in runDisplaySize()
166 mWm.clearForcedDisplaySize(Display.DEFAULT_DISPLAY); in runDisplaySize()
177 int initialDensity = mWm.getInitialDisplayDensity(Display.DEFAULT_DISPLAY); in runDisplayDensity()
178 int baseDensity = mWm.getBaseDisplayDensity(Display.DEFAULT_DISPLAY); in runDisplayDensity()
204 mWm.setForcedDisplayDensity(Display.DEFAULT_DISPLAY, density); in runDisplayDensity()
206 mWm.clearForcedDisplayDensity(Display.DEFAULT_DISPLAY); in runDisplayDensity()
232 mWm.setOverscan(Display.DEFAULT_DISPLAY, rect.left, rect.top, rect.right, rect.bottom); in runDisplayOverscan()
240 mWm.setForcedDisplayScalingMode(Display.DEFAULT_DISPLAY, 0); in runDisplayScaling()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesManagerTest.java72 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithIdenticalParametersCacheReference()
77 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithIdenticalParametersCacheReference()
86 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
93 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, overrideConfig, in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
102 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testAddingASplitCreatesANewImpl()
108 Display.DEFAULT_DISPLAY, null, CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testAddingASplitCreatesANewImpl()
118 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testUpdateConfigurationUpdatesAllAssetManagers()
123 null, APP_TWO_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testUpdateConfigurationUpdatesAllAssetManagers()
131 activity, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, in testUpdateConfigurationUpdatesAllAssetManagers()
163 activity1, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testTwoActivitiesWithIdenticalParametersShareImpl()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java149 if (displayId == Display.DEFAULT_DISPLAY) { in addDisplayLocked()
241 return keyguardOn && !allowWhenLocked && (win.getDisplayId() == Display.DEFAULT_DISPLAY) in shouldForceHide()
315 setPendingLayoutChanges(Display.DEFAULT_DISPLAY, in updateWindowsLocked()
320 getPendingLayoutChanges(Display.DEFAULT_DISPLAY)); in updateWindowsLocked()
375 && displayId == Display.DEFAULT_DISPLAY; in updateWindowsLocked()
429 setPendingLayoutChanges(Display.DEFAULT_DISPLAY, in updateWindowsLocked()
434 getPendingLayoutChanges(Display.DEFAULT_DISPLAY)); in updateWindowsLocked()
693 && displayId == Display.DEFAULT_DISPLAY) { in animateLocked()
730 && displayId == Display.DEFAULT_DISPLAY) { in animateLocked()
799 + Integer.toHexString(getPendingLayoutChanges(Display.DEFAULT_DISPLAY))); in animateLocked()
DInputConsumerImpl.java51 mWindowHandle = new InputWindowHandle(mApplicationHandle, null, Display.DEFAULT_DISPLAY); in InputConsumerImpl()
DSession.java166 return addToDisplay(window, seq, attrs, viewVisibility, Display.DEFAULT_DISPLAY, in add()
182 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets); in addWithoutInputChannel()
DWindowLayersController.java110 && windows.get(windows.size() - 1).getDisplayId() == Display.DEFAULT_DISPLAY) { in assignLayersLocked()
DDisplayContent.java128 isDefaultDisplay = mDisplayId == Display.DEFAULT_DISPLAY; in DisplayContent()
188 if (mHomeStack == null && mDisplayId == Display.DEFAULT_DISPLAY) { in getHomeStack()
DWindowStateAnimator.java21 import static android.view.Display.DEFAULT_DISPLAY;
536 && mWin.getDisplayId() == DEFAULT_DISPLAY) { in finishExit()
1013 if (mService.mAccessibilityController != null && displayId == DEFAULT_DISPLAY) { in computeShownFrameLocked()
1107 if (mService.mAccessibilityController != null && displayId == DEFAULT_DISPLAY) { in computeShownFrameLocked()
1828 && mWin.getDisplayId() == DEFAULT_DISPLAY) { in applyEnterAnimationLocked()
DWindowManagerService.java2409 && win.getDisplayId() == Display.DEFAULT_DISPLAY) { in removeWindowLocked()
2665 if (window != null && window.getDisplayId() == Display.DEFAULT_DISPLAY) { in onRectangleOnScreenRequested()
3021 && win.getDisplayId() == Display.DEFAULT_DISPLAY) { in tryStartExitingAnimation()
4320 && window.getDisplayId() == Display.DEFAULT_DISPLAY) { in setTokenVisibilityLocked()
4350 && win.getDisplayId() == Display.DEFAULT_DISPLAY) { in setTokenVisibilityLocked()
4364 && win.getDisplayId() == Display.DEFAULT_DISPLAY) { in setTokenVisibilityLocked()
6159 Bitmap bm = screenshotApplicationsInner(null, Display.DEFAULT_DISPLAY, -1, -1, in requestAssistScreenshot()
6407 mAnimator.getScreenRotationAnimationLocked(Display.DEFAULT_DISPLAY); in screenshotApplicationsInner()
6586 mAnimator.getScreenRotationAnimationLocked(Display.DEFAULT_DISPLAY); in updateRotationUncheckedLocked()
6648 mAnimator.getScreenRotationAnimationLocked(Display.DEFAULT_DISPLAY); in updateRotationUncheckedLocked()
[all …]
DAppWindowAnimator.java262 mAnimator.getScreenRotationAnimationLocked(Display.DEFAULT_DISPLAY); in stepThumbnailAnimation()
DInputMonitor.java330 final boolean onDefaultDisplay = (child.getDisplayId() == Display.DEFAULT_DISPLAY); in updateInputWindowsLw()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java36 mDisplay = new Display(null, Display.DEFAULT_DISPLAY, info, in WindowManagerImpl()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java177 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testPublicPresentationVirtualDisplay()
231 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testSecurePublicPresentationVirtualDisplay()
253 display.getDisplayId() != Display.DEFAULT_DISPLAY); in assertDisplayRegistered()
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DDumpCommand.java95 DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); in run()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DShellUiAutomatorBridge.java50 return DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); in getDefaultDisplay()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java173 private int mNextNonDefaultDisplayId = Display.DEFAULT_DISPLAY + 1;
254 while (mLogicalDisplays.get(Display.DEFAULT_DISPLAY) == null) { in onBootPhase()
772 if (isDefault && mLogicalDisplays.get(Display.DEFAULT_DISPLAY) != null) { in addLogicalDisplayLocked()
806 return isDefault ? Display.DEFAULT_DISPLAY : mNextNonDefaultDisplayId++; in assignDisplayIdLocked()
926 display = mLogicalDisplays.get(Display.DEFAULT_DISPLAY); in configureDisplayInTransactionLocked()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
DDisplayDensityUtils.java88 Display.DEFAULT_DISPLAY); in DisplayDensityUtils()
/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java79 wm.getInitialDisplaySize(Display.DEFAULT_DISPLAY, size); in getRotationLockOrientation()
/frameworks/base/core/java/android/app/
DResourcesManager.java152 return getDisplayMetrics(Display.DEFAULT_DISPLAY, in getDisplayMetrics()
289 final boolean isDefaultDisplay = (key.mDisplayId == Display.DEFAULT_DISPLAY); in generateConfig()
801 boolean isDefaultDisplay = (displayId == Display.DEFAULT_DISPLAY); in applyConfigurationToResourcesLocked()
DUiAutomation.java681 .getRealDisplay(Display.DEFAULT_DISPLAY); in takeScreenshot()
/frameworks/base/services/core/java/com/android/server/policy/
DBurnInProtectionHelper.java117 mDisplay = displayManager.getDisplay(Display.DEFAULT_DISPLAY); in BurnInProtectionHelper()
/frameworks/base/core/java/com/android/internal/policy/
DDividerSnapAlgorithm.java81 Display.DEFAULT_DISPLAY).getDisplayInfo(displayInfo); in create()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java220 wm.getBaseDisplaySize(Display.DEFAULT_DISPLAY, p); in applyDisplaySize()
DActivityStarter.java254 Display.DEFAULT_DISPLAY : mSupervisor.mFocusedStack.mDisplayId) : in startActivityLocked()
255 (container.mActivityDisplay == null ? Display.DEFAULT_DISPLAY : in startActivityLocked()
445 Display.DEFAULT_DISPLAY : mSupervisor.mFocusedStack.mDisplayId) : in startActivityLocked()
446 (container.mActivityDisplay == null ? Display.DEFAULT_DISPLAY : in startActivityLocked()
/frameworks/base/core/java/android/view/
DChoreographer.java220 Display.DEFAULT_DISPLAY); in getRefreshRate()

123