Home
last modified time | relevance | path

Searched defs:windowContext (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java162 final WindowContext windowContext = createWindowContext(params.type); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease() local
190 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease() local
218 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testWindowContextAddViewWithSubWindowType_NotCrash() local
/aosp12/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java109 Context windowContext = mContext.createWindowContext(mContext.getDisplayNoVerify(), in createVirtualDisplay() local
148 Context windowContext = mContext.createWindowContext(mContext.getDisplayNoVerify(), in createVirtualDisplay() local
197 Context windowContext) { in createVirtualDisplay()
/aosp12/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java78 final Context windowContext = createDisplayContext(display) in onCreate() local
H A DFakeApp.java106 final Context windowContext = createDisplayContext(defaultDisplay) in onCreate() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DWindowManagerCompat.java57 Context windowContext, PortraitSize size, int densityDpi, boolean consumeTaskBar) { in estimateDisplayProfiles()
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java48 IVirtualDisplayCallback token, Surface surface, Context windowContext) { in VirtualDisplay()
H A DDisplayManager.java894 @Nullable Context windowContext) { in createVirtualDisplay()
H A DDisplayManagerGlobal.java586 Handler handler, @Nullable Context windowContext) { in createVirtualDisplay()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowTokenClient.java228 final WindowContext windowContext = (WindowContext) context; in onConfigurationChanged() local
/aosp12/frameworks/base/core/java/android/app/
H A DPresentation.java327 Context windowContext = outerContext.createDisplayContext(display) in createPresentationContext() local
H A DContextImpl.java2699 final WindowContext windowContext = new WindowContext(windowContextBase, type, options); in createWindowContextInternal() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnification.java91 final Context windowContext = mContext.createWindowContext(display, in createInstance() local
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java227 final Context windowContext = systemUiContext.createWindowContext( in getSettingsContext() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarActivityContext.java115 public TaskbarActivityContext(Context windowContext, DeviceProfile dp, in TaskbarActivityContext()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java412 final Context windowContext; in estimateTaskBackgroundColor() local
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java704 Context windowContext = getWindowContext(); in getSystemService() local