Searched defs:createWindowContext (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/window/ |
D | WindowContextTest.java | 245 private WindowContext createWindowContext() { in createWindowContext() method in WindowContextTest 249 private WindowContext createWindowContext(@WindowType int type) { in createWindowContext() method in WindowContextTest
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 827 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
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 1055 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
|
D | Context.java | 6490 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext() method in Context 6518 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in Context
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2635 public WindowContext createWindowContext(@WindowType int type, in createWindowContext() method in ContextImpl 2648 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext() method in ContextImpl
|