Searched defs:createWindowContext (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/window/ |
H A D | WindowContextTest.java | 254 private WindowContext createWindowContext() { in createWindowContext() method in WindowContextTest 258 private WindowContext createWindowContext(@WindowType int type) { in createWindowContext() method in WindowContextTest
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | AccessibilityService.java | 978 public Context createWindowContext(int type, @Nullable Bundle options) { in createWindowContext() method in AccessibilityService 988 public Context createWindowContext(@NonNull Display display, int type, in createWindowContext() method in AccessibilityService
|
/aosp12/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockContext.java | 827 public @NonNull Context createWindowContext(int type, Bundle options) { in createWindowContext() method in MockContext 832 public @NonNull Context createWindowContext(Display display, int type, Bundle options) { in createWindowContext() method in MockContext
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContextWrapper.java | 1055 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in ContextWrapper 1061 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextWrapper
|
H A D | Context.java | 6498 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in Context 6526 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in Context
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 2654 public WindowContext createWindowContext(@WindowType int type, in createWindowContext() method in ContextImpl 2667 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextImpl
|