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.java1056 public Context createWindowContext(int type, @Nullable Bundle options) { in createWindowContext() method in AccessibilityService
1066 public Context createWindowContext(@NonNull Display display, int type, in createWindowContext() method in AccessibilityService
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java842 public @NonNull Context createWindowContext(int type, Bundle options) { in createWindowContext() method in MockContext
847 public @NonNull Context createWindowContext(Display display, int type, Bundle options) { in createWindowContext() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java1103 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in ContextWrapper
1109 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextWrapper
DContext.java6923 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in Context
6951 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java2700 public WindowContext createWindowContext(@WindowType int type, in createWindowContext() method in ContextImpl
2713 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextImpl