HomeSort by relevance Sort by last modified time
    Searched full:layoutlib (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/tools/layoutlib/create/
manifest.txt 1 Main-Class: com.android.tools.layoutlib.create.Main
  /development/sdk/
platform_source.properties 7 Layoutlib.Api=7
8 Layoutlib.Revision=1
  /frameworks/base/tools/layoutlib/
README 0 Layoutlib is a custom version of the android View framework designed to run inside Eclipse.
4 None of the com.android.* or android.* classes in layoutlib run on devices
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
build.properties 10 layoutlib.jar,\
12 unittests/com/android/layoutlib/testdata/,\
  /sdk/eclipse/scripts/
create_bridge_symlinks.sh 21 if [ "x$1" == "x" ] || [ `basename "$1"` != "layoutlib.jar" ]; then
22 echo "Usage: $0 [yoursdk/platforms/xxx/data/layoutlib.jar]"
23 echo "WARNING: Argument 1 should be the SDK path to the layoutlib.jar to update."
26 LIBS="layoutlib ninepatch"
30 if [ "x$1" == "x" ] || [ `basename "$1"` != "layoutlib.jar" ]; then
31 echo "Skip updating layoutlib.jar from an SDK"
34 cp -vf "out/host/windows-x86/framework/layoutlib.jar" "$1"
  /sdk/layoutlib_api/
README.txt 0 LayoutLib API is a jar describing the API used to load and interact with layoutlib.jar
2 It is to be packaged with clients accessing layoutlib.jar
4 Layoutlib.jar is built from frameworks/base.git and therefore is versioned with the platform.
8 - The API must stay compatible. This is because while layoutlib.jar compiles against it,
9 the client provides the implementation and must be able to load earlier versions of layoutlib.jar.
11 com.android.layoutlib.api although the latter is obsolete and should not be changed at all.
  /sdk/common/
README.txt 2 by layoutlib.jar
4 Layoutlib.jar is built from frameworks/base.git and therefore is versioned with the platform.
8 - The API must stay compatible. This is because while layoutlib.jar compiles against it,
9 the client provides the implementation and must be able to load earlier versions of layoutlib.jar.
  /sdk/layoutlib_api/sample/testproject/src/com/example/layoutlib/testproject/
Main.java 1 package com.example.layoutlib.testproject;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentResolver.java 17 package com.android.layoutlib.bridge.android;
27 * A mock content resolver for the LayoutLib Bridge.
66 * Stub for the layoutlib bridge content resolver.
75 * Stub for the layoutlib bridge content resolver.
83 * Stub for the layoutlib bridge content resolver.
91 * Stub for the layoutlib bridge content resolver.
99 * Stub for the layoutlib bridge content resolver.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LayoutlibVersionMixin.java 28 * Helper class to handle the layoutlib version provided by a package.
33 * The layoutlib version.
35 * It will be equal to {@link #LAYOUTLIB_API_NOT_SPECIFIED} (0) if the layoutlib
43 * Parses an XML node to process the {@code <layoutlib>} element.
45 * The layoutlib element is new in the XSD rev 4, so we need to cope with it missing
64 * Parses the layoutlib version optionally available in the given {@link Properties}.
77 * Stores the layoutlib version in the given {@link Properties}.
87 * Returns the layoutlib version.
90 * It will be equal to {@link #LAYOUTLIB_API_NOT_SPECIFIED} (0) if the layoutlib
ILayoutlibVersion.java 30 * Returns the layoutlib version. Mandatory starting with repository XSD rev 4.
33 * It will be equal to {@link #LAYOUTLIB_API_NOT_SPECIFIED} (0) if the layoutlib
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
Build_Delegate.java 19 import com.android.layoutlib.bridge.Bridge;
20 import com.android.layoutlib.bridge.impl.DelegateManager;
21 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
HandlerThread_Delegate.java 19 import com.android.layoutlib.bridge.android.BridgeContext;
20 import com.android.layoutlib.bridge.impl.RenderAction;
21 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
OuterClass_InnerClass_Delegate.java 17 package com.android.tools.layoutlib.create.dataclass;
19 import com.android.tools.layoutlib.create.DelegateClassAdapterTest;
20 import com.android.tools.layoutlib.create.dataclass.OuterClass.InnerClass;
ClassWithNative.java 17 package com.android.tools.layoutlib.create.dataclass;
19 import com.android.tools.layoutlib.create.DelegateClassAdapterTest;
ClassWithNative_Delegate.java 17 package com.android.tools.layoutlib.create.dataclass;
19 import com.android.tools.layoutlib.create.DelegateClassAdapterTest;
OuterClass.java 17 package com.android.tools.layoutlib.create.dataclass;
19 import com.android.tools.layoutlib.create.DelegateClassAdapterTest;
OuterClass_Delegate.java 17 package com.android.tools.layoutlib.create.dataclass;
19 import com.android.tools.layoutlib.create.DelegateClassAdapterTest;
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ClassHasNativeVisitor.java 17 package com.android.tools.layoutlib.create;
19 import com.android.tools.layoutlib.annotations.VisibleForTesting;
20 import com.android.tools.layoutlib.annotations.VisibleForTesting.Visibility;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/
MANIFEST.MF 12 layoutlib.jar,
  /sdk/layoutlib_api/sample/testproject/
AndroidManifest.xml 3 package="com.example.layoutlib.testproject"
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
AttachInfo_Accessor.java 19 import com.android.layoutlib.bridge.android.BridgeWindow;
20 import com.android.layoutlib.bridge.android.BridgeWindowSession;
  /frameworks/base/tools/layoutlib/bridge/tests/
Android.mk 24 LOCAL_MODULE := layoutlib-tests
27 LOCAL_JAVA_LIBRARIES := layoutlib kxml2-2.3.0 junit
  /sdk/ninepatch/src/com/android/ninepatch/
NinePatch.java 29 * DO NOT CHANGE THIS API OR OLDER VERSIONS OF LAYOUTLIB WILL CRASH.
34 * Newer versions of the Layoutlib will use only the {@link NinePatchChunk} as the default
54 * LEGACY METHOD to run older versions of Android Layoutlib.
80 * LEGACY METHOD to run older versions of Android Layoutlib.
106 * LEGACY METHOD to run older versions of Android Layoutlib.
133 * LEGACY METHOD to run older versions of Android Layoutlib.
143 * LEGACY METHOD to run older versions of Android Layoutlib.
153 * LEGACY METHOD to run older versions of Android Layoutlib.
166 * LEGACY METHOD to run older versions of Android Layoutlib.

Completed in 6442 milliseconds

1 2 3 4 5 6 7 8 9