HomeSort by relevance Sort by last modified time
    Searched refs:mTextPageIndex (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 91 private int mTextPageIndex;
236 * If the special pageId TEXT_EDITOR_ID is given, switches to the mTextPageIndex page.
244 super.setActivePage(mTextPageIndex);
362 getEditor(mTextPageIndex).doSave(monitor);
378 IEditorPart editor = getEditor(mTextPageIndex);
380 setPageText(mTextPageIndex, editor.getTitle());
501 mTextPageIndex = index;
AndroidXmlEditor.java 124 protected int mTextPageIndex;
409 * If the special pageId TEXT_EDITOR_ID is given, switches to the mTextPageIndex page.
417 super.setActivePage(mTextPageIndex);
457 return getActivePage() == mTextPageIndex;
555 getEditor(mTextPageIndex).doSave(monitor);
605 IEditorPart editor = getEditor(mTextPageIndex);
607 setPageText(mTextPageIndex, editor.getTitle());
664 return mTextPageIndex;
769 mTextPageIndex = index;
    [all...]

Completed in 315 milliseconds