Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java174 final WindowContext windowContext = createWindowContext(params.type); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease() local
202 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease() local
230 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testWindowContextAddViewWithSubWindowType_NotCrash() local
268 final WindowContext windowContext = createWindowContext(); in testRegisterComponentCallbacks() local
296 final WindowContext windowContext = createWindowContext(); in testRegisterComponentCallbacksOnWindowContextWrapper() local
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodDialogWindowContext.java51 final Context windowContext = systemUiContext.createWindowContext( in get() local
/aosp14/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
/aosp14/frameworks/base/core/java/android/service/games/
H A DGameSessionService.java125 final Context windowContext = createWindowContext(display, in doCreate() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContextWrapperTest.java119 final WindowContext windowContext = (WindowContext) appContext.createWindowContext(display, in testRegisterComponentCallbacks() local
/aosp14/frameworks/base/core/java/android/window/
H A DWindowTokenClient.java254 final WindowContext windowContext = (WindowContext) context; in onConfigurationChanged() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuController.java187 final Context windowContext = mContext.createWindowContext(defaultDisplay, in showFloatingMenu() local
/aosp14/frameworks/base/core/java/android/app/
H A DPresentation.java327 Context windowContext = outerContext.createDisplayContext(display) in createPresentationContext() local
H A DContextImpl.java2881 final WindowContext windowContext = new WindowContext(windowContextBase, type, options); in createWindowContextInternal() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnification.java102 final Context windowContext = mContext.createWindowContext(display, in createInstance() local
141 final Context windowContext = mContext.createWindowContext(display, in createInstance() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java254 final Context windowContext; in estimateTaskBackgroundColor() local