summaryrefslogtreecommitdiffstats
path: root/libs/ui
Commit message (Collapse)AuthorAgeFilesLines
* minor clean-up to Rect and Point.Mathias Agopian2009-05-263-22/+19
| | | | | | - return "const" objects for overloaded operators to disallow constructs like: (a+b) = c; - don't return references to non-static members, it's not always safe. - Point.cpp was empty, so get rid of it
* split boot animation out of SurfaceFlingerMathias Agopian2009-05-211-3/+10
| | | | | | Conflicts: data/etc/platform.xml
* bring the native_handle stuff back from master_glMathias Agopian2009-05-201-8/+4
|
* Modify camera framework to use new streamlined binder interface.Dave Sparks2009-05-112-189/+55
| | | | | | | | | This is the second half of bug 1837832. Modifies the camera client and camera service to use the new binder interface. Removes the old binder interface. There will be one more part to this change to surface the undefined callbacks to the Java layer so that partners can implement new features without having to touch the stack.
* Add new binder methods to camera client to support generic callbacksDave Sparks2009-05-072-0/+55
| | | | | | | This is the first step in a multi-step change to move from the old specific callbacks to a generic callback. This will allow future flexibility in the interface without requiring binder rewrites. Bug 1837832
* Bug fix(1807910): media recorder crash due to the use of locked camera ↵James Dong2009-04-271-13/+7
| | | | | | | object (last part) - remove an unused Camera constructor - add a check on the argument in Camera::create() method
* Fix a media server crash (bug 1807910): part oneJames Dong2009-04-231-0/+13
| | | | | | | | Add a factory method that creates a Camera object from a remote client Next: The changes in authordriver.cpp and android_camera_input.cpp will come. and the constructor for Camera object will be removed.
* AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation ↵Mathias Agopian2009-03-272-4/+7
| | | | | | | | | when triggered by sensor Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143171
* Automated import from //branches/donutburger/...@142727,142727Dianne Hackborn2009-03-251-0/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0329-0/+7072
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0329-7070/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-2/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+2
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+1
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1010-102/+372
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-202-38/+44
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-154-16/+32
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-096-66/+145
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1714-527/+463
|
* Initial ContributionThe Android Open Source Project2008-10-2128-0/+6763