Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DSingleViewPresentation.java55 private WindowManagerHandler windowManagerHandler; field in SingleViewPresentation.PresentationState
241 private final WindowManagerHandler windowManagerHandler; field in SingleViewPresentation.PresentationContext
243 PresentationContext(Context base, WindowManagerHandler windowManagerHandler) { in PresentationContext()