Home
last modified time | relevance | path

Searched refs:mIncludedWithin (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreview.java171 private @Nullable Reference mIncludedWithin; field in RenderPreview
293 return mAlternateInput != null || mIncludedWithin != null; in isForked()
306 } else if (mIncludedWithin != null) { in getAlternateInput()
307 return mIncludedWithin.getFile(); in getAlternateInput()
482 mIncludedWithin = includedWithin; in setIncludedWithin()
522 if (mIncludedWithin != null) { in renderSync()
523 renderService.setIncludedWithin(mIncludedWithin); in renderSync()
961 if (showFile && mIncludedWithin != null) { in paintTitle()
1008 if (showFile && (mAlternateInput != null || mIncludedWithin != null)) { in paintTitle()
1011 ? mAlternateInput : mIncludedWithin.getFile(); in paintTitle()
DRenderService.java107 private Reference mIncludedWithin; field in RenderService
393 mIncludedWithin = includedWithin; in setIncludedWithin()
428 if (mIncludedWithin != null) { in createRenderSession()
430 String contextLayoutName = mIncludedWithin.getName(); in createRenderSession()
DGraphicalEditorPart.java276 private Reference mIncludedWithin; field in GraphicalEditorPart
892 return mIncludedWithin; in getIncludedWithin()
1156 mIncludedWithin = (Reference) mEditedFile.getSessionProperty(NAME_INCLUDE); in openFile()
1157 if (mIncludedWithin != null) { in openFile()
1203 if (mIncludedWithin != null && !layoutLib.supports(Capability.EMBEDDED_LAYOUT)) { in updateCapabilities()
1582 .setIncludedWithin(mIncludedWithin) in renderWithBridge()
2824 mIncludedWithin = includeWithin; in showIn()