Loading tools/layoutlib/bridge/src/android/content/res/Resources_Theme_Delegate.java +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import android.util.AttributeSet; import android.util.TypedValue; /** * Delegate used to provide new implementation of a select few methods of {@link Theme} * Delegate used to provide new implementation of a select few methods of {@link Resources$Theme} * * Through the layoutlib_create tool, the original methods of Theme have been replaced * by calls to methods of the same name in this delegate class. Loading tools/layoutlib/bridge/src/android/graphics/Typeface_Accessor.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ package android.graphics; /** * Class allowing access to package-protected methods/fields. */ public class Typeface_Accessor { public static void resetDefaults() { Loading tools/layoutlib/bridge/src/android/os/Looper_Accessor.java +3 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ */ package android.os; /** * Class allowing access to package-protected methods/fields. */ public class Looper_Accessor { public static void cleanupThread() { Loading tools/layoutlib/bridge/src/android/view/AttachInfo_Accessor.java +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ import com.android.layoutlib.bridge.android.BridgeWindowSession; import android.os.Handler; import android.view.View.AttachInfo; /** * Class allowing access to package-protected methods/fields. */ public class AttachInfo_Accessor { public static void setAttachInfo(View view) { Loading tools/layoutlib/bridge/src/android/view/ViewConfiguration_Accessor.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ package android.view; /** * Class allowing access to package-protected methods/fields. */ public class ViewConfiguration_Accessor { public static void clearConfigurations() { Loading Loading
tools/layoutlib/bridge/src/android/content/res/Resources_Theme_Delegate.java +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import android.util.AttributeSet; import android.util.TypedValue; /** * Delegate used to provide new implementation of a select few methods of {@link Theme} * Delegate used to provide new implementation of a select few methods of {@link Resources$Theme} * * Through the layoutlib_create tool, the original methods of Theme have been replaced * by calls to methods of the same name in this delegate class. Loading
tools/layoutlib/bridge/src/android/graphics/Typeface_Accessor.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ package android.graphics; /** * Class allowing access to package-protected methods/fields. */ public class Typeface_Accessor { public static void resetDefaults() { Loading
tools/layoutlib/bridge/src/android/os/Looper_Accessor.java +3 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,9 @@ */ package android.os; /** * Class allowing access to package-protected methods/fields. */ public class Looper_Accessor { public static void cleanupThread() { Loading
tools/layoutlib/bridge/src/android/view/AttachInfo_Accessor.java +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ import com.android.layoutlib.bridge.android.BridgeWindowSession; import android.os.Handler; import android.view.View.AttachInfo; /** * Class allowing access to package-protected methods/fields. */ public class AttachInfo_Accessor { public static void setAttachInfo(View view) { Loading
tools/layoutlib/bridge/src/android/view/ViewConfiguration_Accessor.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ package android.view; /** * Class allowing access to package-protected methods/fields. */ public class ViewConfiguration_Accessor { public static void clearConfigurations() { Loading