Home | History | Annotate | Download | only in docs

Lines Matching full:callbacks

31     activity. Because the main thread of your application handles the callbacks, your callback
39 native_activity.h interface. It spawns another thread to handle things such as callbacks or
40 input events. This prevents any callbacks from blocking your main thread and adds some
41 flexibility in how you implement the callbacks, so you might find this programming model a bit
55 callbacks in an event loop in another thread. See the native-activity sample application for more
100 ANativeActivity->callbacks to the implementations of your callbacks.
107 6/ Implement the rest of the callbacks that you set in ANativeActivity->callbacks. For more
108 information on when the callbacks are called, see the SDK documentation for Activity
110 ANR (Application Not Responding) errors because the main UI thread is waiting for the callbacks