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.java1112 public Context createWindowContext(int type, @Nullable Bundle options) { in createWindowContext() method in AccessibilityService
1122 public Context createWindowContext(@NonNull Display display, int type, in createWindowContext() method in AccessibilityService
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java847 public @NonNull Context createWindowContext(int type, Bundle options) { in createWindowContext() method in MockContext
852 public @NonNull Context createWindowContext(Display display, int type, Bundle options) { in createWindowContext() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java1151 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in ContextWrapper
1157 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextWrapper
DContext.java7349 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in Context
7377 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java2836 public WindowContext createWindowContext(@WindowType int type, in createWindowContext() method in ContextImpl
2849 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextImpl