Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Protected Member Functions | Static Package Functions | List of all members
org.skia.jetskidemo.RuntimeShaderActivity Class Reference
Inheritance diagram for org.skia.jetskidemo.RuntimeShaderActivity:

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 

Static Package Functions

 [static initializer]
 

Detailed Description

Definition at line 39 of file RuntimeShaderActivity.java.

Member Function Documentation

◆ [static initializer]()

org.skia.jetskidemo.RuntimeShaderActivity.[static initializer]
inlinestaticpackage

◆ onCreate()

void org.skia.jetskidemo.RuntimeShaderActivity.onCreate ( Bundle  savedInstanceState)
inlineprotected

Definition at line 45 of file RuntimeShaderActivity.java.

45 {
46 super.onCreate(savedInstanceState);
47 setContentView(R.layout.activity_animation);
48
49 SurfaceView sv = findViewById(R.id.surfaceView);
50 sv.getHolder().addCallback(new RuntimeShaderRenderer(getResources(),
51 R.raw.runtime_shader1));
52 }
#define R(r)

The documentation for this class was generated from the following file: