Home
last modified time | relevance | path

Searched refs:createWindowContextInternal (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DContextImpl.java2643 return createWindowContextInternal(getDisplay(), type, options); in createWindowContext()
2653 return createWindowContextInternal(display, type, options); in createWindowContext()
2665 private WindowContext createWindowContextInternal(@NonNull Display display, in createWindowContextInternal() method in ContextImpl