HomeSort by relevance Sort by last modified time
    Searched refs:OnKeyboardActionListener (Results 1 - 13 of 13) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 36 import jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener;
43 public class DefaultSoftKeyboard implements InputViewManager, KeyboardView.OnKeyboardActionListener {
304 private OnKeyboardActionListener mSymbolOnKeyboardAction = new OnKeyboardActionListener() {
794 * onKeyboardActionListener
796 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#onKey */
799 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeRight */
802 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeLeft */
805 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeDown */
808 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeUp *
    [all...]
KeyboardView.java 66 public interface OnKeyboardActionListener {
163 /** Listener for {@link OnKeyboardActionListener}. */
164 private OnKeyboardActionListener mKeyboardActionListener;
437 * Set the {@link OnKeyboardActionListener} object.
438 * @param listener The OnKeyboardActionListener to set.
440 public void setOnKeyboardActionListener(OnKeyboardActionListener listener) {
445 * Returns the {@link OnKeyboardActionListener} object.
448 protected OnKeyboardActionListener getOnKeyboardActionListener() {
592 * When enabled, calls to {@link OnKeyboardActionListener#onKey} will include key
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 23 import android.inputmethodservice.KeyboardView.OnKeyboardActionListener;
38 public class PasswordEntryKeyboardHelper implements OnKeyboardActionListener {
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 74 public interface OnKeyboardActionListener {
162 /** Listener for {@link OnKeyboardActionListener}. */
163 private OnKeyboardActionListener mKeyboardActionListener;
439 public void setOnKeyboardActionListener(OnKeyboardActionListener listener) {
444 * Returns the {@link OnKeyboardActionListener} object.
447 protected OnKeyboardActionListener getOnKeyboardActionListener() {
552 * When enabled, calls to {@link OnKeyboardActionListener#onKey} will include key
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 44 implements KeyboardView.OnKeyboardActionListener {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2378 milliseconds