diff options
author | Xavier Ducrohet <xav@android.com> | 2010-11-09 18:25:03 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-11-11 10:08:19 -0800 |
commit | c2e9651bf386a1f7bf7fc706cf5424950570470c (patch) | |
tree | 83d204bdbe75d466a6ce82587efed8d2a03f0641 /tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java | |
parent | 762b33f9494ba48aa1be3701d345b692e8432af9 (diff) | |
download | frameworks_base-c2e9651bf386a1f7bf7fc706cf5424950570470c.zip frameworks_base-c2e9651bf386a1f7bf7fc706cf5424950570470c.tar.gz frameworks_base-c2e9651bf386a1f7bf7fc706cf5424950570470c.tar.bz2 |
Layoutlib: New bridge implementation using the new API 5.
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
Diffstat (limited to 'tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java')
-rw-r--r-- | tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java b/tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java index 0966f39..77de32d 100644 --- a/tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java +++ b/tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java @@ -17,7 +17,7 @@ package android.graphics; -import com.android.layoutlib.bridge.DelegateManager; +import com.android.layoutlib.bridge.impl.DelegateManager; import android.graphics.Matrix.ScaleToFit; |