HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_UP (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
SlidingDrawer.java 406 case MotionEvent.ACTION_UP:
    [all...]
GridView.java     [all...]
Gallery.java 842 if (action == MotionEvent.ACTION_UP) {
960 * Called when a touch event's action is MotionEvent.ACTION_UP.
    [all...]
PopupWindow.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 603 } else if (event.getAction() == KeyEvent.ACTION_UP) {
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 573 case MotionEvent.ACTION_UP:
EditStyledText.java 212 event.getAction() == MotionEvent.ACTION_UP) {
216 if (event.getAction() == MotionEvent.ACTION_UP) {
    [all...]
LockPatternView.java 621 case MotionEvent.ACTION_UP:
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java 477 case MotionEvent.ACTION_UP:
  /packages/apps/IM/src/com/android/im/app/
ChatSwitcher.java 278 } else if (event.getAction() == KeyEvent.ACTION_UP) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 731 if (keyCode == KeyEvent.KEYCODE_ENTER && event.getAction() == KeyEvent.ACTION_UP) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 653 case MotionEvent.ACTION_UP:
  /frameworks/base/core/java/android/app/
SearchDialog.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 727 case MotionEvent.ACTION_UP:
    [all...]
AllApps3D.java 681 case MotionEvent.ACTION_UP:
684 if (action == MotionEvent.ACTION_UP) {
    [all...]
  /frameworks/base/core/java/android/view/
ViewRoot.java     [all...]
MotionEvent.java 48 public static final int ACTION_UP = 1;
52 * press gesture (between {@link #ACTION_DOWN} and {@link #ACTION_UP}).
282 * {@link #ACTION_DOWN}, {@link #ACTION_MOVE}, {@link #ACTION_UP}, or
360 * {@link #ACTION_DOWN}, {@link #ACTION_MOVE}, {@link #ACTION_UP}, or
418 * {@link #ACTION_DOWN}, {@link #ACTION_MOVE}, {@link #ACTION_UP}, or
479 * {@link #ACTION_DOWN}, {@link #ACTION_MOVE}, {@link #ACTION_UP}, or
640 * {@link #ACTION_DOWN}, {@link #ACTION_MOVE}, {@link #ACTION_UP}, or
652 * {@link #ACTION_MOVE}, {@link #ACTION_UP}, {@link #ACTION_CANCEL},
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /frameworks/base/services/java/com/android/server/
KeyInputQueue.java 496 down ? KeyEvent.ACTION_DOWN : KeyEvent.ACTION_UP,
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 710 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
MetaKeyKeyListenerTest.java 443 new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_SHIFT_LEFT));
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java     [all...]

Completed in 307 milliseconds

1 2 3 45 6