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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 171 private @Nullable Reference mIncludedWithin;
293 return mAlternateInput != null || mIncludedWithin != null;
306 } else if (mIncludedWithin != null) {
307 return mIncludedWithin.getFile();
482 mIncludedWithin = includedWithin;
522 if (mIncludedWithin != null) {
523 renderService.setIncludedWithin(mIncludedWithin);
    [all...]
RenderService.java 106 private Reference mIncludedWithin;
392 mIncludedWithin = includedWithin;
427 if (mIncludedWithin != null) {
429 String contextLayoutName = mIncludedWithin.getName();
GraphicalEditorPart.java 276 private Reference mIncludedWithin;
    [all...]

Completed in 32 milliseconds