HomeSort by relevance Sort by last modified time
    Searched defs:onPress (Results 1 - 14 of 14) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ModifierKeyState.java 26 public void onPress() {
PointerTracker.java 286 mListener.onPress(mKeys[keyIndex].codes[0]);
287 // This onPress call may have changed keyboard layout. Those cases are detected at
318 // In this case, we must call onPress() to notify that the new key is being pressed.
320 mListener.onPress(getKey(keyIndex).codes[0]);
321 // This onPress call may have changed keyboard layout. Those cases are detected
334 // onPress() to notify that the new key is being pressed.
340 mListener.onPress(getKey(keyIndex).codes[0]);
341 // This onPress call may have changed keyboard layout. Those cases are detected
LatinIME.java     [all...]
LatinKeyboardBaseView.java 88 void onPress(int primaryCode);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 236 public void onPress(int primaryCode) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 205 public void onPress() {
263 mAdapter.getItem(which).onPress();
348 void onPress();
382 abstract public void onPress();
491 public final void onPress() {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 678 public void onPress(int primaryCode) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 718 /** @see android.inputmethodservice.KeyboardView.OnKeyboardActionListener#onPress */
719 public void onPress(int x) {
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 78 void onPress(int primaryCode);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 200 milliseconds