Flutter Engine
The Flutter Engine
|
#include <platform_view_android.h>
Public Member Functions | |
AndroidSurfaceFactoryImpl (const std::shared_ptr< AndroidContext > &context, bool enable_impeller) | |
~AndroidSurfaceFactoryImpl () override | |
std::unique_ptr< AndroidSurface > | CreateSurface () override |
Public Member Functions inherited from flutter::AndroidSurfaceFactory | |
AndroidSurfaceFactory ()=default | |
virtual | ~AndroidSurfaceFactory ()=default |
virtual std::unique_ptr< AndroidSurface > | CreateSurface ()=0 |
Definition at line 28 of file platform_view_android.h.
flutter::AndroidSurfaceFactoryImpl::AndroidSurfaceFactoryImpl | ( | const std::shared_ptr< AndroidContext > & | context, |
bool | enable_impeller | ||
) |
Definition at line 38 of file platform_view_android.cc.
|
overridedefault |
|
overridevirtual |
Implements flutter::AndroidSurfaceFactory.
Definition at line 45 of file platform_view_android.cc.