Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android/ndk-samples
/ IsReady
Method
IsReady
teapots/image-decoder/src/main/cpp/TeapotNativeActivity.cpp:343–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
bool Engine::IsReady() {
344
if (has_focus_) return true;
345
346
return false;
347
}
348
349
void Engine::TransformPosition(ndk_helper::Vec2& vec) {
350
vec = ndk_helper::Vec2(2.0f, 2.0f) * vec /
Callers
1
android_main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected