Home
last modified time | relevance | path

Searched defs:createWindowContext (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java254 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 DAccessibilityService.java978 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 DMockContext.java827 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 DContextWrapper.java1055 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 DContext.java6498 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 DContextImpl.java2654 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