#include <android_native_window.h>
Public Types | |
| using | Handle = std::nullptr_t |
Public Member Functions | |
| bool | IsValid () const |
| Handle | handle () const |
| DlISize | GetSize () const |
| bool | IsFakeWindow () const |
Public Member Functions inherited from fml::RefCountedThreadSafe< AndroidNativeWindow > | |
| void | Release () const |
Public Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| void | AddRef () const |
| bool | HasOneRef () const |
| void | AssertHasOneRef () const |
Additional Inherited Members | |
Protected Member Functions inherited from fml::RefCountedThreadSafe< AndroidNativeWindow > | |
| RefCountedThreadSafe () | |
| ~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| RefCountedThreadSafeBase () | |
| ~RefCountedThreadSafeBase () | |
| bool | Release () const |
| void | Adopt () |
Definition at line 20 of file android_native_window.h.
| using flutter::AndroidNativeWindow::Handle = std::nullptr_t |
Definition at line 26 of file android_native_window.h.
| DlISize flutter::AndroidNativeWindow::GetSize | ( | ) | const |
Definition at line 32 of file android_native_window.cc.
| AndroidNativeWindow::Handle flutter::AndroidNativeWindow::handle | ( | ) | const |
Definition at line 28 of file android_native_window.cc.
|
inline |
Returns true when this AndroidNativeWindow is not backed by a real window (used for testing).
Definition at line 37 of file android_native_window.h.
| bool flutter::AndroidNativeWindow::IsValid | ( | ) | const |
Definition at line 24 of file android_native_window.cc.