summaryrefslogtreecommitdiffstats
path: root/native/include/android/looper.h
Commit message (Expand)AuthorAgeFilesLines
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-1/+2
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-0/+9
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-61/+128
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-7/+9
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-4/+130
* Add new native Looper API.Dianne Hackborn2010-07-021-0/+51