Searched defs:createWindowContext (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/window/ |
D | WindowContextTest.java | 323 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/ |
D | AccessibilityService.java | 1155 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/ |
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/core/java/android/content/ |
D | ContextWrapper.java | 1159 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
|
D | Context.java | 7591 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/ |
D | ContextImpl.java | 2902 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
|