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

1 2

  /device/ti/panda/audio/test/
music-monkey.py 24 device.press('KEYCODE_MEDIA_PLAY','DOWN_AND_UP')
28 device.press('KEYCODE_MEDIA_PAUSE', 'DOWN_AND_UP')
33 device.press('KEYCODE_MEDIA_NEXT', 'DOWN_AND_UP')
38 device.press('KEYCODE_MEDIA_PREVIOUS', 'DOWN_AND_UP')
43 device.press('KEYCODE_MEDIA_FAST_FORWARD', 'DOWN_AND_UP')
45 device.press('KEYCODE_MEDIA_FAST_FORWARD', 'DOWN')
47 device.press('KEYCODE_MEDIA_FAST_FORWARD', 'UP')
52 device.press('KEYCODE_MEDIA_REWIND', 'DOWN_AND_UP')
54 device.press('KEYCODE_MEDIA_REWIND', 'DOWN')
56 device.press('KEYCODE_MEDIA_REWIND', 'UP'
    [all...]
  /packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorHitSomeButtons.java 72 press(KeyEvent.KEYCODE_ENTER);
73 press(KeyEvent.KEYCODE_CLEAR);
76 press(KeyEvent.KEYCODE_3);
77 press(KeyEvent.KEYCODE_PLUS);
78 press(KeyEvent.KEYCODE_4);
79 press(KeyEvent.KEYCODE_9 | KeyEvent.META_SHIFT_ON);
80 press(KeyEvent.KEYCODE_5);
81 press(KeyEvent.KEYCODE_ENTER);
117 private void press(int keycode) { method in class:CalculatorHitSomeButtons
  /external/replicaisland/src/com/replica/replicaisland/
InputXY.java 35 public final void press(float currentTime, float x, float y) { method in class:InputXY
36 mXAxis.press(currentTime, x);
37 mYAxis.press(currentTime, y);
91 press(other.getLastPressedTime(), other.getX(), other.getY());
InputKeyboard.java 34 public void press(float currentTime, int keycode) { method in class:InputKeyboard
37 mKeys[keycode].press(currentTime, 1.0f);
InputSystem.java 47 mTrackball.press(time.getGameTime(), mTrackball.getX() + x, mTrackball.getY() + y);
56 mTouchScreen.press(index, time.getGameTime(), x, params.gameHeight - y);
82 mOrientationSensor.press(time.getGameTime(), horizontalMotion, verticalMotion);
89 mKeyboard.press(gameTime, keycode);
InputButton.java 26 public void press(float currentTime, float magnitude) { method in class:InputButton
InputGameInterface.java 106 mDirectionalPad.press(gameTime, magnitude, 0.0f);
145 mDirectionalPad.press(gameTime, newX, newY);
189 mDirectionalPad.press(pressTime, xMagnitude, yMagnitude);
216 mJumpButton.press(jumpKey.getLastPressedTime(), jumpKey.getMagnitude());
219 mJumpButton.press(jumpTouch.getLastPressedTime(), 1.0f);
235 mAttackButton.press(clickButton.getLastPressedTime(), clickButton.getMagnitude());
237 mAttackButton.press(attackKey.getLastPressedTime(), attackKey.getMagnitude());
239 // Since touch events come in constantly, we only want to press the attack button
242 mAttackButton.press(stompTouch.getLastPressedTime(), 1.0f);
InputTouchScreen.java 22 public final void press(int index, float currentTime, float x, float y) { method in class:InputTouchScreen
25 mTouchPoints[index].press(currentTime, x, y); method
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuList.h 43 virtual bool press() const;
AccessibilityMenuListPopup.h 57 virtual bool press() const;
AccessibilityMenuList.cpp 40 bool AccessibilityMenuList::press() const function in class:WebCore::AccessibilityMenuList
AccessibilityMenuListPopup.cpp 79 bool AccessibilityMenuListPopup::press() const function in class:WebCore::AccessibilityMenuListPopup
81 m_menuList->press();
AccessibilityObject.h 467 virtual bool press() const;
468 bool performDefaultAction() const { return press(); }
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
TestComboMoves.java 118 fireball.press("Down").notPress("Right").done();
119 fireball.press("Right", "Down").done();
120 fireball.press("Right").notPress("Down").done();
125 shuriken.press("Left").notPress("Down", "Attack1").done();
126 shuriken.press("Down").notPress("Attack1").timeElapsed(0.11f).done();
127 shuriken.press("Attack1").notPress("Left").timeElapsed(0.11f).done();
132 jab.press("Attack1").done();
135 punch.press("Attack1").done();
137 punch.press("Attack1").done();
ComboMove.java 103 public ComboMove press(String ... pressedMappings){ method in class:ComboMove
  /external/skia/tools/
roll_autogen.sh 51 echo "Please do so and press any key to continue."
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 268 press(content, CAP); method
274 press(content, ALT); method
279 press(content, SYM); method
286 private void press(Editable content, Object what) { method in class:MetaKeyKeyListener
484 return press(state, META_SHIFT_ON, META_SHIFT_MASK,
490 return press(state, META_ALT_ON, META_ALT_MASK,
495 return press(state, META_SYM_ON, META_SYM_MASK,
501 private static long press(long state, int what, long mask, method in class:MetaKeyKeyListener
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.h 103 void press();
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdinterrupt.S 241 | Keyboard press/release
  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 635 void AccessibilityUIElement::press() function in class:AccessibilityUIElement
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 541 void AccessibilityUIElement::press() function in class:AccessibilityUIElement
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 214 Bool press; /* true if act caused by key press */ member in struct:_XkbActionMessage
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 214 Bool press; /* true if act caused by key press */ member in struct:_XkbActionMessage
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 214 Bool press; /* true if act caused by key press */ member in struct:_XkbActionMessage

Completed in 714 milliseconds

1 2