Searched defs:onStartBatchInput (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java71 public void onStartBatchInput(); method in interface:KeyboardActionListener
116 public void onStartBatchInput() {} method in class:KeyboardActionListener.Adapter
H A DPointerTracker.java511 public void onStartBatchInput() { method in class:PointerTracker
513 Log.d(TAG, String.format("[%d] onStartBatchInput", mPointerId));
515 sListener.onStartBatchInput();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DBatchInputArbiter.java30 public void onStartBatchInput(); method in interface:BatchInputArbiter.BatchInputArbiterListener
106 * @param listener {@link BatchInputArbiterListener#onStartBatchInput()} of this
118 listener.onStartBatchInput();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogicHandler.java50 public void onStartBatchInput() {}
106 public void onStartBatchInput() { method in class:InputLogicHandler
H A DInputLogic.java493 public void onStartBatchInput(final SettingsValues settingsValues, method in class:InputLogic
496 mInputLogicHandler.onStartBatchInput();
804 // See onStartBatchInput() to see how to do it.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1382 public void onStartBatchInput() { method in class:LatinIME
1383 mInputLogic.onStartBatchInput(mSettings.getCurrent(), mKeyboardSwitcher, mHandler);

Completed in 121 milliseconds