summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/com/google/android/maps
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+121
| | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-121/+0
| | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
* LayoutLib: move MockView back into its original package.Xavier Ducrohet2011-01-121-1/+1
| | | | | | | | | | This is used by Eclipse when the custom view is not found. It couldn't find the view in the new package either. We should probably move this logic of creating a mock view into the layout library instead. Change-Id: Ifa1a717cddf7004a7719bb4d0798cd53b43273ea
* Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet2010-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | Since the new API prepare for stateful layoutlib, major reorganization of the code. New "android" sub-package for all extended android classes. Also moved BridgeInflater in here so that all extended classes are in this package. Only delegates and classes replacing renamed classes are in their original android.* packages. Also created full file for the empty implementations of IWindow and IWindowSession. New "impl" for the dirty work implementation. Main package contains the basic implementation of the API. Most of the code that was in Bridge is now in .impl.LayoutSceneImpl, with the main init/inflate/render code split into the contrustrutor, inflate() and render(). Change-Id: Ie15b15e5a1b2388cd6ef82e518345b1fc02ec981
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+121
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-121/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+121