MCPcopy Create free account
hub / github.com/Tencent/tgfx / getLooper

Method getLooper

src/platform/android/HandlerThread.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 ~HandlerThread();
34
35 jobject getLooper() const {
36 return looper.get();
37 }
38
39 private:
40 Global<jobject> thread;

Callers 1

GetGlobalLooperFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected