Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java2823 public void showIn(Reference includeWithin) { in showIn() argument
2824 mIncludedWithin = includeWithin; in showIn()
2826 if (includeWithin != null) { in showIn()
2827 IFile file = includeWithin.getFile(); in showIn()