Home
last modified time | relevance | path

Searched refs:showFile (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/
DRenderPreview.java944 private int paintTitle(GC gc, int x, int y, boolean showFile) { in paintTitle() argument
946 return paintTitle(gc, x, y, showFile, displayName); in paintTitle()
958 int paintTitle(GC gc, int x, int y, boolean showFile, String displayName) { in paintTitle() argument
961 if (showFile && mIncludedWithin != null) { in paintTitle()
1008 if (showFile && (mAlternateInput != null || mIncludedWithin != null)) { in paintTitle()