OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:candidatesend
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/com/android/internal/view/
IInputMethodSession.aidl
38
int candidatesStart, int
candidatesEnd
);
/frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java
170
int newSelStart, int newSelEnd, int candidatesStart, int
candidatesEnd
) {
173
candidatesStart,
candidatesEnd
));
InputMethodService.java
484
int candidatesStart, int
candidatesEnd
) {
489
newSelStart, newSelEnd, candidatesStart,
candidatesEnd
);
[
all
...]
/frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java
58
* @param
candidatesEnd
The text offset of the current candidate
63
int candidatesStart, int
candidatesEnd
);
InputMethodManager.java
[
all
...]
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
266
int candidatesStart, int
candidatesEnd
) {
268
candidatesStart,
candidatesEnd
);
272
if (mComposing.length() > 0 && (newSelStart !=
candidatesEnd
273
|| newSelEnd !=
candidatesEnd
)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java
349
int
candidatesEnd
) {
351
boolean isNotComposing = ((candidatesStart < 0) && (
candidatesEnd
< 0));
[
all
...]
OpenWnnJAJP.java
539
@Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int
candidatesEnd
) {
559
boolean isNotComposing = ((candidatesStart < 0) && (
candidatesEnd
< 0));
[
all
...]
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 3319 milliseconds