Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/window/
DWindowContextTest.java323 private WindowContext createWindowContext() { in createWindowContext() method in WindowContextTest
327 private WindowContext createWindowContext(@WindowType int type) { in createWindowContext() method in WindowContextTest
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java1155 public Context createWindowContext(int type, @Nullable Bundle options) { in createWindowContext() method in AccessibilityService
1165 public Context createWindowContext(@NonNull Display display, int type, in createWindowContext() method in AccessibilityService
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java841 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/core/java/android/content/
DContextWrapper.java1159 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in ContextWrapper
1165 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextWrapper
DContext.java7591 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in Context
7619 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java2902 public WindowContext createWindowContext(@WindowType int type, in createWindowContext() method in ContextImpl
2915 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextImpl