OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTextPageIndex
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
90
private int
mTextPageIndex
;
235
* If the special pageId TEXT_EDITOR_ID is given, switches to the
mTextPageIndex
page.
243
super.setActivePage(
mTextPageIndex
);
359
getEditor(
mTextPageIndex
).doSave(monitor);
375
IEditorPart editor = getEditor(
mTextPageIndex
);
377
setPageText(
mTextPageIndex
, editor.getTitle());
498
mTextPageIndex
= index;
AndroidXmlEditor.java
120
protected int
mTextPageIndex
;
405
* If the special pageId TEXT_EDITOR_ID is given, switches to the
mTextPageIndex
page.
413
super.setActivePage(
mTextPageIndex
);
558
getEditor(
mTextPageIndex
).doSave(monitor);
585
IEditorPart editor = getEditor(
mTextPageIndex
);
587
setPageText(
mTextPageIndex
, editor.getTitle());
740
mTextPageIndex
= index;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditor.java
384
if (getCurrentPage() ==
mTextPageIndex
&&
Completed in 120 milliseconds