Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DPlatformViewsController.java337 View platformView = contextToPlatformView.get(view.getContext()); in checkInputConnectionProxy() local
DSingleViewPresentation.java51 private PlatformView platformView; field in SingleViewPresentation.PresentationState
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterEngine.mm132 - (fml::WeakPtr<flutter::PlatformView>)platformView { method