/frameworks/base/core/tests/coretests/src/android/window/ |
D | WindowContextTest.java | 89 private final WindowContext mWindowContext = createWindowContext(); 174 final WindowContext windowContext = createWindowContext(params.type); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease() 202 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease() 230 final WindowContext windowContext = createWindowContext(TYPE_INPUT_METHOD); in testWindowContextAddViewWithSubWindowType_NotCrash() 268 final WindowContext windowContext = createWindowContext(); in testRegisterComponentCallbacks() 296 final WindowContext windowContext = createWindowContext(); in testRegisterComponentCallbacksOnWindowContextWrapper() 323 private WindowContext createWindowContext() { in createWindowContext() method in WindowContextTest 324 return createWindowContext(TYPE_APPLICATION_OVERLAY); in createWindowContext() 327 private WindowContext createWindowContext(@WindowType int type) { in createWindowContext() method in WindowContextTest 331 return (WindowContext) instContext.createWindowContext(display, type, null /* options */); in createWindowContext()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/display/ |
D | DisplayHelper.java | 49 .createWindowContext(windowContextType, null) in getMaxBounds()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodDialogWindowContext.java | 51 final Context windowContext = systemUiContext.createWindowContext( in get()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/dagger/ |
D | ClipboardOverlayModule.java | 54 return context.createWindowContext(display, TYPE_SCREENSHOT, null); in provideWindowContext()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | ModeSwitchesController.java | 135 final Context uiContext = mContext.createWindowContext(display, in createInstance()
|
D | Magnification.java | 119 final Context windowContext = mContext.createWindowContext(display, in createInstance() 169 final Context windowContext = mContext.createWindowContext(display, in createInstance() 208 final Context windowContext = mContext.createWindowContext(display, in createInstance()
|
D | MagnificationSettingsController.java | 72 mContext = context.createWindowContext( in MagnificationSettingsController()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowMetricsTest.java | 62 .createWindowContext(TYPE_APPLICATION_OVERLAY, null /* options */); in setUp()
|
/frameworks/base/core/java/android/service/games/ |
D | GameSessionService.java | 123 final Context windowContext = createWindowContext(display, in doCreate()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityService.java | 1155 public Context createWindowContext(int type, @Nullable Bundle options) { in createWindowContext() method in AccessibilityService 1156 final Context context = super.createWindowContext(type, options); in createWindowContext() 1165 public Context createWindowContext(@NonNull Display display, int type, in createWindowContext() method in AccessibilityService 1167 final Context context = super.createWindowContext(display, type, options); in createWindowContext() 3407 public Context createWindowContext(int type, @Nullable Bundle options) { 3408 final Context context = super.createWindowContext(type, options); 3417 public Context createWindowContext(@NonNull Display display, int type, 3419 final Context context = super.createWindowContext(display, type, options);
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContextWrapperTest.java | 119 final WindowContext windowContext = (WindowContext) appContext.createWindowContext(display, in testRegisterComponentCallbacks()
|
D | ContextTest.java | 281 .createWindowContext(TYPE_APPLICATION_OVERLAY, null /* options */); in createUiContext()
|
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
D | FakeBackgroundService.java | 79 .createWindowContext(TYPE_APPLICATION_OVERLAY, null /* options */); in onCreate()
|
D | FakeApp.java | 107 .createWindowContext(TYPE_APPLICATION_OVERLAY, null /* options */); in onCreate()
|
/frameworks/base/core/java/android/app/ |
D | Presentation.java | 328 .createWindowContext(getWindowType(type, display), null /* options */); in createPresentationContext()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | AccessibilityFloatingMenuController.java | 187 final Context windowContext = mContext.createWindowContext(defaultDisplay, in showFloatingMenu()
|
/frameworks/base/services/tests/powerstatstests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
D | TestService.java | 64 mOverlayContext = defaultDisplayContext.createWindowContext(TYPE_APPLICATION_OVERLAY, null); in onCreate()
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 1159 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in ContextWrapper 1160 return mBase.createWindowContext(type, options); in createWindowContext() 1165 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextWrapper 1167 return mBase.createWindowContext(display, type, options); in createWindowContext()
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 841 public @NonNull Context createWindowContext(int type, Bundle options) { in createWindowContext() method in MockContext 846 public @NonNull Context createWindowContext(Display display, int type, Bundle options) { in createWindowContext() method in MockContext
|
/frameworks/base/test-mock/api/ |
D | lint-baseline.txt | 38 MissingNullability: android.test.mock.MockContext#createWindowContext(int, android.os.Bundle) param… 39 Missing nullability on parameter `options` in method `createWindowContext`
|
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/ |
D | A11yMenuOverlayLayout.java | 142 final Context context = mService.createDisplayContext(display).createWindowContext( in configureLayout()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 832 final Context uiContext = displayContext.createWindowContext( in createMagnificationGestureHandler() 841 final Context uiContext = displayContext.createWindowContext( in createMagnificationGestureHandler()
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 315 final Context windowContext = getContext().createWindowContext(display, in assertDisplayCanShowPresentation()
|
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
D | MirrorSurfaceActivity.java | 89 mWm = createWindowContext(TYPE_APPLICATION_OVERLAY, null /* options */) in onCreate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | SplitDecorManager.java | 127 context = context.createWindowContext(context.getDisplay(), TYPE_APPLICATION_OVERLAY, in inflate()
|