Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DPlatformViewRegistry.java22 boolean registerViewFactory(String viewTypeId, PlatformViewFactory factory); in registerViewFactory() method
DPlatformViewRegistryImpl.java20 public boolean registerViewFactory(String viewTypeId, PlatformViewFactory factory) { in registerViewFactory() method in PlatformViewRegistryImpl