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 WindowContextTest327     private WindowContext createWindowContext(@WindowType int type) {  in createWindowContext()  method in WindowContextTest
 
 | 
| /frameworks/base/core/java/android/accessibilityservice/ | 
| D | AccessibilityService.java | 1112     public Context createWindowContext(int type, @Nullable Bundle options) {  in createWindowContext()  method in AccessibilityService1122     public Context createWindowContext(@NonNull Display display, int type,  in createWindowContext()  method in AccessibilityService
 
 | 
| /frameworks/base/test-mock/src/android/test/mock/ | 
| D | MockContext.java | 847     public @NonNull Context createWindowContext(int type, Bundle options) {  in createWindowContext()  method in MockContext852     public @NonNull Context createWindowContext(Display display, int type, Bundle options) {  in createWindowContext()  method in MockContext
 
 | 
| /frameworks/base/core/java/android/content/ | 
| D | ContextWrapper.java | 1151     public Context createWindowContext(@WindowType int type, @Nullable Bundle options) {  in createWindowContext()  method in ContextWrapper1157     public Context createWindowContext(@NonNull Display display, @WindowType int type,  in createWindowContext()  method in ContextWrapper
 
 | 
| D | Context.java | 7349     public Context createWindowContext(@WindowType int type, @Nullable Bundle options)  {  in createWindowContext()  method in Context7377     public Context createWindowContext(@NonNull Display display, @WindowType int type,  in createWindowContext()  method in Context
 
 | 
| /frameworks/base/core/java/android/app/ | 
| D | ContextImpl.java | 2836     public WindowContext createWindowContext(@WindowType int type,  in createWindowContext()  method in ContextImpl2849     public WindowContext createWindowContext(@NonNull Display display, @WindowType int type,  in createWindowContext()  method in ContextImpl
 
 |