MCPcopy 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
343bool Engine::IsReady() {
344 if (has_focus_) return true;
345
346 return false;
347}
348
349void Engine::TransformPosition(ndk_helper::Vec2& vec) {
350 vec = ndk_helper::Vec2(2.0f, 2.0f) * vec /

Callers 1

android_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected