HomeSort by relevance Sort by last modified time
    Searched defs:onStartInputView (Results 1 - 25 of 39) sorted by null

1 2

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
StatsUtilsManager.java 48 public void onStartInputView() {
StatsUtils.java 71 public static void onStartInputView(int inputType, int displayOrientation, boolean restarting) {
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
CtsBaseInputMethod.java 86 public void onStartInputView(EditorInfo editorInfo, boolean restarting) {
88 Log.d(mLogTag, "onStartInputView:"
94 super.onStartInputView(editorInfo, restarting);
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
CarLatinIME.java 191 public void onStartInputView(EditorInfo editorInfo, boolean reastarting) {
192 super.onStartInputView(editorInfo, reastarting);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 229 /** @see android.inputmethodservice.InputMethodService#onStartInputView */
230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
231 super.onStartInputView(attribute, restarting);
OpenWnnEN.java 309 /** @see jp.co.omronsoft.openwnn.OpenWnn#onStartInputView */
310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
311 super.onStartInputView(attribute, restarting);
    [all...]
OpenWnnJAJP.java 534 /** @see jp.co.omronsoft.openwnn.OpenWnn#onStartInputView */
535 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
539 super.onStartInputView(attribute, restarting);
550 super.onStartInputView(attribute, restarting);
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 257 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
258 super.onStartInputView(attribute, restarting);
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java 391 public void onStartInputView(EditorInfo editorInfo, boolean restarting) {
392 getTracer().onStartInputView(editorInfo, restarting,
393 () -> super.onStartInputView(editorInfo, restarting));
596 public void onStartInputView(EditorInfo editorInfo, boolean restarting,
601 recordEventInternal("onStartInputView", runnable, arguments);
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 158 // null even after onStartInputView() is called.
245 public void onStartInputView(EditorInfo info, boolean restarting) {
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 158 // null even after onStartInputView() is called.
245 public void onStartInputView(EditorInfo info, boolean restarting) {
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 158 // null even after onStartInputView() is called.
245 public void onStartInputView(EditorInfo info, boolean restarting) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 494 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) {
497 // Typically this is the second onStartInputView after orientation changed.
501 // This is the first onStartInputView after orientation changed.
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 227 mLatinIME.onStartInputView(ei, false);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 105 * <li> {@link #onStartInputView(EditorInfo, boolean)} to deal with input
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 378 milliseconds

1 2