Home
last modified time | relevance | path

Searched refs:InputMethodService (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/tests/utils/DummyIME/src/com/android/testing/dummyime/
DDummyIme.java19 import android.inputmethodservice.InputMethodService;
24 public class DummyIme extends InputMethodService {
/frameworks/base/core/java/android/inputmethodservice/
DExtractEditText.java30 private InputMethodService mIME;
49 void setIME(InputMethodService ime) { in setIME()
DInputMethodService.java223 public class InputMethodService extends AbstractInputMethodService { class
498 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd, in updateSelection()
507 InputMethodService.this.onViewClicked(focusChanged); in viewClicked()
518 InputMethodService.this.onUpdateCursor(newCursor); in updateCursor()
529 InputMethodService.this.onAppPrivateCommand(action, data); in appPrivateCommand()
536 InputMethodService.this.onToggleSoftInput(showFlags, hideFlags); in toggleSoftInput()
547 InputMethodService.this.onUpdateCursorAnchorInfo(info); in updateCursorAnchorInfo()
705 mThemeAttrs = obtainStyledAttributes(android.R.styleable.InputMethodService); in initViews()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java21 import android.inputmethodservice.InputMethodService;
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd43 containing a class that extends {@link android.inputmethodservice.InputMethodService}. In
127 {@link android.inputmethodservice.InputMethodService}. In addition to implementing the
130 {@link android.inputmethodservice.InputMethodService} class provides most of the implementation
163 {@link android.inputmethodservice.InputMethodService#onCreateInputView()} callback. In your
166 {@link android.inputmethodservice.InputMethodService#onCreateInputView()} method:
193 {@link android.inputmethodservice.InputMethodService#onCreateCandidatesView()} when it's ready
233 …{@link android.inputmethodservice.InputMethodService#onStartInputView(EditorInfo, boolean) onStart…
312 …{@link android.inputmethodservice.InputMethodService#getCurrentInputConnection InputMethodService.…
408 {@link android.inputmethodservice.InputMethodService#onKeyDown(int, KeyEvent) onKeyDown()}
409 and {@link android.inputmethodservice.InputMethodService#onKeyUp(int, KeyEvent) onKeyUp()}.
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java70 import android.inputmethodservice.InputMethodService;
391 int mBackDisposition = InputMethodService.BACK_DISPOSITION_DEFAULT;
940 mImeWindowVis = (inputActive ? InputMethodService.IME_ACTIVE : 0) in refreshImeWindowVisibilityLocked()
941 | (inputVisible ? InputMethodService.IME_VISIBLE : 0); in refreshImeWindowVisibilityLocked()
1380 if ((mImeWindowVis & InputMethodService.IME_ACTIVE) != 0 && savePosition) { in unbindCurrentMethodLocked()
1583 final boolean iconVisibility = ((vis & (InputMethodService.IME_ACTIVE)) != 0) in setImeWindowStatus()
1585 || (vis & (InputMethodService.IME_VISIBLE)) != 0); in setImeWindowStatus()
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd170 <li>{@link android.inputmethodservice.InputMethodService Input Method
Dandroid-1.5.jd226 <li>{@link android.inputmethodservice.InputMethodService Input Method
Dandroid-4.3.jd1138 android.inputmethodservice.InputMethodService}) and should be installed only on devices that
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java62 import android.inputmethodservice.InputMethodService;
2792 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0;
2794 if ((backDisposition == InputMethodService.BACK_DISPOSITION_WILL_DISMISS) || imeShown) {
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt65 NO DOC BLOCK: android.inputmethodservice.InputMethodService Method enableHardwareAcceleration()
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt220 NO DOC BLOCK: android.inputmethodservice.InputMethodService Method onKeyLongPress(int, android.view…
/frameworks/base/docs/html/
Dsitemap.txt1697 http://developer.android.com/reference/android/inputmethodservice/InputMethodService.html
3085 http://developer.android.com/reference/android/inputmethodservice/InputMethodService.InputMethodImp…
3362 http://developer.android.com/reference/android/inputmethodservice/InputMethodService.InputMethodSes…
3363 http://developer.android.com/reference/android/inputmethodservice/InputMethodService.Insets.html
4418 http://developer.android.com/sdk/api_diff/17/changes/android.inputmethodservice.InputMethodService.…
4984 http://developer.android.com/sdk/api_diff/11/changes/android.inputmethodservice.InputMethodService.…
5045 http://developer.android.com/sdk/api_diff/11/changes/android.inputmethodservice.InputMethodService.…
5233 http://developer.android.com/sdk/api_diff/5/changes/android.inputmethodservice.InputMethodService.h…
5775 http://developer.android.com/sdk/api_diff/11/changes/android.inputmethodservice.InputMethodService.…
6251 http://developer.android.com/sdk/api_diff/14/changes/android.inputmethodservice.InputMethodService.…
[all …]
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt475 NO DOC BLOCK: android.inputmethodservice.InputMethodService Method getInputMethodWindowRecommendedH…
762 NO DOC BLOCK: android.inputmethodservice.InputMethodService Method onUpdateCursorAnchorInfo(android…
1001 NO DOC BLOCK: android.inputmethodservice.InputMethodService.InputMethodSessionImpl Method updateCur…
/frameworks/base/api/
Dsystem-current.txt14157 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {
14158 ctor public InputMethodService();
14179 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);
14237 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…
14238 ctor public InputMethodService.InputMethodImpl();
14249 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…
14250 ctor public InputMethodService.InputMethodSessionImpl();
14262 public static final class InputMethodService.Insets {
14263 ctor public InputMethodService.Insets();
Dcurrent.txt13437 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {
13438 ctor public InputMethodService();
13459 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);
13517 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…
13518 ctor public InputMethodService.InputMethodImpl();
13529 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…
13530 ctor public InputMethodService.InputMethodSessionImpl();
13542 public static final class InputMethodService.Insets {
13543 ctor public InputMethodService.Insets();