|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for AndroidImmersive:Classes | |
| class | Listener |
Static Public Member Functions | |
| static void | Activate () |
| static void | Deactivate (bool blockReactivation) |
Private Member Functions | |
| delegate void | RunPtr () |
Static Private Member Functions | |
| static void | RunActivate () |
| static void | RunDeactivate () |
| static int | GetSDKLevel () |
Static Private Attributes | |
| static AndroidJavaObject | _viewInstance |
| static AndroidJavaObject | _viewInstanceBackup |
| static bool | _blockReactivation |
| const int | SYSTEM_UI_FLAG_HIDE_NAVIGATION = 2 |
| const int | SYSTEM_UI_FLAG_FULLSCREEN = 4 |
| const int | SYSTEM_UI_FLAG_LAYOUT_STABLE = 256 |
| const int | SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION = 512 |
| const int | SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN = 1024 |
| const int | SYSTEM_UI_FLAG_IMMERSIVE = 2048 |
| const int | SYSTEM_UI_FLAG_IMMERSIVE_STICKY = 4096 |
Definition at line 7 of file AndroidImmersive.cs.