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

  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeRobot.java 48 * @param press A key is pressed if true, released otherwise
52 void keyEvent(int keycode, boolean press);
55 * Generate a native system mouse button(s) press or release event.
57 * @param press buttons are pressed if true, released otherwise
60 void mouseButton(int buttons, boolean press);
  /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/webkit/WebCore/accessibility/
AccessibilityMenuList.h 43 virtual bool press() const;
AccessibilityMenuListPopup.h 57 virtual bool press() const;
AccessibilityMenuList.cpp 41 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 428 virtual bool press() const;
429 bool performDefaultAction() const { return press(); }
AccessibilityObject.cpp 140 bool AccessibilityObject::press() const function in class:WebCore::AccessibilityObject
    [all...]
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunner.java 220 press("menu", false);
221 press("menu", false);
222 press("home", false);
300 * Press function for scripts to call on a particular button or key
302 * @param key key to press
304 public static boolean press(String key) throws IOException { method in class:MonkeyRunner
305 return press(key, true);
309 * Press function for scripts to call on a particular button or key
311 * @param key key to press
314 private static boolean press(String key, boolean print) throws IOException method in class:MonkeyRunner
    [all...]
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 210 press(content, CAP); method
216 press(content, ALT); method
221 press(content, SYM); method
228 private void press(Editable content, Object what) { method in class:MetaKeyKeyListener
400 return press(state, META_SHIFT_ON, META_SHIFT_MASK);
405 return press(state, META_ALT_ON, META_ALT_MASK);
409 return press(state, META_SYM_ON, META_SYM_MASK);
415 private static long press(long state, int what, long mask) { method in class:MetaKeyKeyListener
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt.S 173 | Keyboard press/release
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]

Completed in 816 milliseconds