HomeSort by relevance Sort by last modified time
    Searched refs:layoutLib (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 205 LayoutLibrary layoutLib = data.getLayoutLibrary();
206 if (layoutLib.getStatus() != LoadStatus.LOADED) {
207 fail("Fail to load the bridge: " + layoutLib.getLoadMessage());
270 RenderSession session = layoutLib.createSession(new SessionParams(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
RenderService.java 176 // Make sure this is initialized before we attempt to use it from layoutlib
197 LayoutLibrary layoutLib = targetData.getLayoutLibrary();
198 if (layoutLib != null) {
199 return layoutLib.supports(capability);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 100 * @param layoutLib The layout library this callback is going to be invoked from
105 public ProjectCallback(LayoutLibrary layoutLib,
107 mLayoutLib = layoutLib;
108 mParentClassLoader = layoutLib.getClassLoader();
233 // TODO: Do this in layoutlib's MockView class instead.
450 // Try to compute the ResourceValue for this layout since layoutlib
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 577 LayoutLibrary layoutLib = targetData.getLayoutLibrary();
578 if (layoutLib != null) {
579 if (layoutLib.isRtl(locale.toLocaleId())) {
    [all...]

Completed in 193 milliseconds