summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Preparation for deleting WebViewClassicJonathan Dixon2013-08-251-16/+0
| | | | | | | | | | Bug: 10427705 - layoutlib has references to classes that no longer build into the host core JAR when WebViewClassic is removed. - preloaded-classes should not reference WebViewClassic classes. Change-Id: I4d6773a88ea2932982278127a3c96d38be54ddf5
* 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
* remove GearsAndrei Popescu2009-08-131-7/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+261
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-261/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+261