summaryrefslogtreecommitdiffstats
path: root/native/android/native_activity.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue #3117918: No way to finish a native activityDianne Hackborn2010-10-211-0/+4
| | | | Change-Id: Ic53e712f7ab5412d72a31b96ecba252344b91644
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-0/+8
| | | | | | | | | | | | | | | And also: - APIs to show and hide the IME, and control its interaction with the app. - APIs to tell the app when its window resizes and needs to be redrawn. - API to tell the app the content rectangle of its window (to layout around the IME or status bar). There is still a problem with IME interaction -- we need a way for the app to deliver events to the IME before it handles them, so that for example the back key will close the IME instead of finishing the app. Change-Id: I37b75fc2ec533750ef36ca3aedd2f0cc0b5813cd
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-0/+31
Also other cleanup and fixes: - We now properly set the default window format to 565. - New APIs to set the window format and flags from native code. - Tweaked glue for simpler handling of the "destroy" message. - Um, other stuff. Change-Id: Id7790a21a2fa9a19b91854d225324a7c1e7c6ade