Home
last modified time | relevance | path

Searched refs:mGraphicalEditorIndex (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.java130 private int mGraphicalEditorIndex; field in LayoutEditorDelegate
281 mGraphicalEditorIndex = getEditor().addPage(mGraphicalEditor, in delegateCreateFormPages()
283 getEditor().setPageText(mGraphicalEditorIndex, mGraphicalEditor.getTitle()); in delegateCreateFormPages()
348 for (int i = count - 1 ; i > mGraphicalEditorIndex ; i--) { in showEditorInput()
352 for (int i = mGraphicalEditorIndex - 1 ; i >= 0 ; i--) { in showEditorInput()
668 newPageIndex == mGraphicalEditorIndex) { in delegatePageChange()
685 if (newPageIndex == mGraphicalEditorIndex) { in delegatePageChange()
742 if (getEditor().getActivePage() == mGraphicalEditorIndex) { in delegateActivated()
752 if (mGraphicalEditor != null && getEditor().getActivePage() == mGraphicalEditorIndex) { in delegateDeactivated()
792 return mGraphicalEditorIndex == getEditor().getActivePage(); in isGraphicalEditorActive()