Searched refs:InputMethodService (Results 1 – 16 of 16) sorted by relevance
19 import android.inputmethodservice.InputMethodService;24 public class DummyIme extends InputMethodService {
30 private InputMethodService mIME;49 void setIME(InputMethodService ime) { in setIME()
223 public class InputMethodService extends AbstractInputMethodService { class498 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()
21 import android.inputmethodservice.InputMethodService;
43 containing a class that extends {@link android.inputmethodservice.InputMethodService}. In127 {@link android.inputmethodservice.InputMethodService}. In addition to implementing the130 {@link android.inputmethodservice.InputMethodService} class provides most of the implementation163 {@link android.inputmethodservice.InputMethodService#onCreateInputView()} callback. In your166 {@link android.inputmethodservice.InputMethodService#onCreateInputView()} method:193 {@link android.inputmethodservice.InputMethodService#onCreateCandidatesView()} when it's ready233 …{@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()}.
70 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()
170 <li>{@link android.inputmethodservice.InputMethodService Input Method
226 <li>{@link android.inputmethodservice.InputMethodService Input Method
1138 android.inputmethodservice.InputMethodService}) and should be installed only on devices that
62 import android.inputmethodservice.InputMethodService;2792 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0;2794 if ((backDisposition == InputMethodService.BACK_DISPOSITION_WILL_DISMISS) || imeShown) {
65 NO DOC BLOCK: android.inputmethodservice.InputMethodService Method enableHardwareAcceleration()
220 NO DOC BLOCK: android.inputmethodservice.InputMethodService Method onKeyLongPress(int, android.view…
1697 http://developer.android.com/reference/android/inputmethodservice/InputMethodService.html3085 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.html4418 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 …]
475 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…
14157 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();
13437 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();