Searched refs:mGraphicalEditorIndex (Results 1 – 1 of 1) sorted by relevance
130 private int mGraphicalEditorIndex; field in LayoutEditorDelegate281 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()