5#ifndef FLUTTER_TESTING_ANDROID_NATIVE_ACTIVITY_GTEST_ACTIVITY_H_
6#define FLUTTER_TESTING_ANDROID_NATIVE_ACTIVITY_GTEST_ACTIVITY_H_
8#include "flutter/fml/macros.h"
9#include "flutter/fml/thread.h"
10#include "flutter/testing/android/native_activity/native_activity.h"
A native activity subclass an in implementation of flutter::NativeActivityMain that return it.
GTestActivity(ANativeActivity *activity)
void OnNativeWindowCreated(ANativeWindow *window) override
~GTestActivity() override
GTestActivity(const GTestActivity &)=delete
GTestActivity & operator=(const GTestActivity &)=delete
An instance of a native activity. Users of the native_activity_apk are meant to subclass this and ret...
struct ANativeWindow ANativeWindow