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

1 2 3

  /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/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuList.h 43 virtual bool press() const OVERRIDE;
AXMenuListPopup.h 56 virtual bool press() const OVERRIDE;
AXSpinButton.h 67 virtual bool press() const OVERRIDE;
AXMenuListPopup.cpp 82 bool AXMenuListPopup::press() const function in class:WebCore::AXMenuListPopup
87 m_parent->press();
AXMenuList.cpp 45 bool AXMenuList::press() const function in class:WebCore::AXMenuList
AXSpinButton.cpp 113 bool AXSpinButtonPart::press() const function in class:WebCore::AXSpinButtonPart
AXObject.h 519 bool performDefaultAction() const { return press(); }
520 virtual bool press() const;
  /external/chromium_org/ui/app_list/views/
speech_view_unittest.cc 59 ui::MouseEvent press(ui::ET_MOUSE_PRESSED,
69 widget()->OnMouseEvent(&press);
78 press = ui::MouseEvent(ui::ET_MOUSE_PRESSED,
88 widget()->OnMouseEvent(&press);
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 327 press(content, CAP); method
333 press(content, ALT); method
338 press(content, SYM); method
345 private void press(Editable content, Object what) { method in class:MetaKeyKeyListener
543 return press(state, META_SHIFT_ON, META_SHIFT_MASK,
549 return press(state, META_ALT_ON, META_ALT_MASK,
554 return press(state, META_SYM_ON, META_SYM_MASK,
560 private static long press(long state, int what, long mask, method in class:MetaKeyKeyListener
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 716 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(101, 201),
718 DispatchEventUsingWindowDispatcher(&press);
774 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(101, 201),
776 press.set_radius_x(5);
777 press.set_radius_y(12);
778 DispatchEventUsingWindowDispatcher(&press);
817 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(365, 290),
819 press.set_radius_x(8);
820 press.set_radius_y(14);
821 DispatchEventUsingWindowDispatcher(&press);
    [all...]
  /external/chromium_org/ui/keyboard/resources/
constants.js 102 * The size of the pool to use for playing audio sounds on key press. This is to
110 * Whether or not to enable sounds on key press.
  /external/chromium_org/ui/aura/
window_targeter_unittest.cc 70 ui::MouseEvent press(ui::ET_MOUSE_PRESSED,
75 DispatchEventUsingWindowDispatcher(&press);
79 DispatchEventUsingWindowDispatcher(&press);
  /external/chromium_org/ui/aura/test/
event_generator.cc 283 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
287 Dispatch(&press);
291 press.time_stamp() + base::TimeDelta::FromMilliseconds(50));
297 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
301 Dispatch(&press);
305 press.time_stamp() + base::TimeDelta::FromMilliseconds(1000));
325 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, start, kTouchId, timestamp);
326 Dispatch(&press);
396 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
400 Dispatch(&press);
    [all...]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-data.js 29 * Retrieves a list of alternative keys to display on a long-press.
53 * Registers lists of alternative keys displayed on a long-press.
68 * long-press.
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 228 label.bind("<ButtonPress>", self.press)
240 def press(self, event): member in class:Icon
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 228 label.bind("<ButtonPress>", self.press)
240 def press(self, event): member in class:Icon
  /external/chromium_org/chrome/browser/chromeos/events/
event_rewriter_unittest.cc 548 // Press Search. Confirm the event is not rewritten.
553 // Press left Control. Confirm the event is not rewritten.
558 // Press right Control. Confirm the event is not rewritten.
563 // Press left Alt. Confirm the event is not rewritten.
568 // Press right Alt. Confirm the event is not rewritten.
591 // Press Alt with Shift. Confirm the event is not rewritten.
596 // Press Search with Caps Lock mask. Confirm the event is not rewritten.
606 // Press Shift+Ctrl+Alt+Search+A. Confirm the event is not rewritten.
634 // Press Alt with Shift. This key press shouldn't be affected by th
    [all...]
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 129 // initiates a nested message-loop when it receives a mouse-press event.
313 ui::MouseEvent press(ui::ET_MOUSE_PRESSED, click_location, click_location,
320 toplevel->OnMouseEvent(&press);
329 toplevel->OnMouseEvent(&press);
337 // Checks that if a mouse-press triggers a capture on a different widget (which
338 // consumes the mouse-release event), then the target of the press does not have
345 // The test sends a mouse-press event to |first|, and posts a task to send a
369 ui::MouseEvent press(ui::ET_MOUSE_PRESSED, location, location,
371 first->OnMouseEvent(&press);
    [all...]

Completed in 2639 milliseconds

1 2 3