Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/window/
DWindowContextTest.java245 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/
DMockContext.java827 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/
DContextWrapper.java1055 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
DContext.java6490 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/
DContextImpl.java2635 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