Home
last modified time | relevance | path

Searched refs:mLayoutOutline (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/
DLayoutEditorDelegate.java133 private OutlinePage mLayoutOutline; field in LayoutEditorDelegate
658 if (mLayoutOutline == null) { in getGraphicalOutline()
659 mLayoutOutline = new OutlinePage(mGraphicalEditor); in getGraphicalOutline()
662 return mLayoutOutline; in getGraphicalOutline()