summaryrefslogtreecommitdiffstats
path: root/include/ui/Rect.h
Commit message (Collapse)AuthorAgeFilesLines
* oops forgot these changes in the previous merge. fixes buildMathias Agopian2009-05-271-1/+7
|
* minor clean-up to Rect and Point.Mathias Agopian2009-05-261-23/+17
| | | | | | - 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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+152
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-152/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+152