OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSelectionEnd
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
ImeTest.java
385
private final int
mSelectionEnd
;
393
mSelectionEnd
= selectionEnd;
402
assertEquals("Selection end did not match", selectionEnd,
mSelectionEnd
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java
177
private final int
mSelectionEnd
;
237
mSelectionEnd
= Integer.parseInt(arguments.get(KEY_SEL_END));
242
mSelectionStart =
mSelectionEnd
= -1;
259
args.put(KEY_SEL_END, Integer.toString(
mSelectionEnd
));
282
mSelectionEnd
= mSelectionStart + Math.max(0, selection.getLength() - 1);
301
mSelectionStart =
mSelectionEnd
= -1;
489
scanner.getCurrentTokenEndPosition() >=
mSelectionEnd
) {
495
} else if (scanner.getCurrentTokenStartPosition() >
mSelectionEnd
) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
117
protected int
mSelectionEnd
= -1;
123
/** Same as {@link #
mSelectionEnd
} but not adjusted to element edges */
143
mSelectionEnd
= Integer.parseInt(arguments.get(KEY_SEL_END));
145
mOriginalSelectionEnd =
mSelectionEnd
;
160
mSelectionEnd
= 0;
177
mSelectionEnd
= end;
191
// Initialize mSelectionStart and
mSelectionEnd
based on the selection context, which
216
mSelectionEnd
= end;
218
mOriginalSelectionEnd =
mSelectionEnd
;
227
mSelectionEnd
= mSelectionStart + selection.getLength()
[
all
...]
/frameworks/base/core/java/android/widget/
NumberPicker.java
[
all
...]
Completed in 110 milliseconds