summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Collapse)AuthorAgeFilesLines
* minor clean-up to Rect and Point.Mathias Agopian2009-05-262-34/+27
| | | | | | - 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
* Modify camera framework to use new streamlined binder interface.Dave Sparks2009-05-112-32/+18
| | | | | | | | | 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/+21
| | | | | | | 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-1/+0
| | | | | | | 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-2/+2
| | | | | | | | 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 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-6/+6
| | | | Automated import of CL 145778
* AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation ↵Mathias Agopian2009-03-272-2/+7
| | | | | | | | | when triggered by sensor Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143171
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0324-0/+2766
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0324-2763/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+3
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-1/+3
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-9/+3
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1012-28/+171
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-3/+3
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-154-6/+8
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-099-47/+75
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1713-213/+274
|
* Initial ContributionThe Android Open Source Project2008-10-2123-0/+2533