summaryrefslogtreecommitdiff
path: root/tools/layoutlib/bridge/src/android/view/SurfaceView.java
AgeCommit message (Collapse)Author
2017-05-10Removing layout from frameworks/baseDiego Perez
The directory is being moved to its own project in frameworks/layoutlib Bug: 36889565 Test: Built manually Change-Id: I69a1a826d0bac8ede1f9a337c9c1d930bbcd04f3
2016-12-07Adding missing SurfaceView methodsDiego Perez
Some methods were not implemented in the mock SurfaceView and they were causing some custom components to fail on the preview. Bug: http://b.android.com/158592 Test: This is a mock class, not tested. Change-Id: Id8faa7e6b5edf1238b02ae07f3dd59dc6539cb62
2014-06-21Fix SurfaceView in LayoutLib.Deepanshu Gupta
Added missing constructor. Change-Id: I3dc8eb510bf4210568d4bb71ad551446d6835ae2
2014-01-27Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski
This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
2013-08-28Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood
Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
2012-02-02Make Layoutlib compile on Java 6.Xavier Ducrohet
Change-Id: Ic8f0e321c6c218de83664fc01f253a07fa80852c
2011-01-12LayoutLib: move MockView back into its original package.Xavier Ducrohet
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
2010-11-11Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet
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
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project