Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Window_android.h
Go to the documentation of this file.
1/*
2* Copyright 2016 Google Inc.
3*
4* Use of this source code is governed by a BSD-style license that can be
5* found in the LICENSE file.
6*/
7
8#ifndef Window_android_DEFINED
9#define Window_android_DEFINED
10
11#include "tools/sk_app/Window.h"
13
14namespace sk_app {
15
16class Window_android : public Window {
17public:
19 ~Window_android() override {}
20
21 bool init(SkiaAndroidApp* skiaAndroidApp);
23 void onDisplayDestroyed();
24
25 void setTitle(const char*) override;
26 void show() override {}
27
28 bool attach(BackendType) override;
29 void onInval() override;
30 void setUIState(const char* state) override;
31
32 void paintIfNeeded();
33
34 bool scaleContentToFit() const override { return true; }
35
36private:
37 SkiaAndroidApp* fSkiaAndroidApp = nullptr;
38 BackendType fBackendType;
39};
40
41} // namespace sk_app
42
43#endif
void setTitle(const char *) override
bool scaleContentToFit() const override
bool init(SkiaAndroidApp *skiaAndroidApp)
bool attach(BackendType) override
void initDisplay(ANativeWindow *window)
void setUIState(const char *state) override
GLFWwindow * window
Definition main.cc:45
AtkStateType state
struct ANativeWindow ANativeWindow