commit | 682674154e3fe88f6061245145f934f25f1a2eb8 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Fri Jul 02 18:52:01 2010 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Fri Jul 02 18:57:02 2010 -0700 |
tree | a105ce9f0ae4d88732bfc8fb1a52d4474f17bc86 | |
parent | 8ecfb60a8e74dfcd51bbf3f236d5f414a4d5ac7d [diff] |
Add new native Looper API. This allows us to avoid exposing the file descriptor of the event queue; instead, you attach an event queue to a looper. This will also should allow native apps to be written without the need for a separate thread, by attaching the event queue to the main thread's looper and scheduling their own messages there. Change-Id: I38489282635895ae2cbfacb88599c1b1cad9b239