HomeSort by relevance Sort by last modified time
    Searched refs:down (Results 51 - 75 of 403) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlmain.i 15 This module may only build a stripped down version of the
  /bionic/libc/arch-mips64/bionic/
syscall.S 43 move a0, a1 # shift args down
  /external/chromium_org/chromeos/dbus/
fake_power_manager_client.h 69 void SendPowerButtonEvent(bool down, const base::TimeTicks& timestamp);
power_manager_client.h 83 virtual void PowerButtonEventReceived(bool down,
  /external/chromium_org/remoting/host/
local_input_monitor_linux.cc 294 bool down = event->u.u.type == KeyPress; local
297 ctrl_pressed_ = down;
299 alt_pressed_ = down;
300 } else if (key_sym == XK_Escape && down && alt_pressed_ && ctrl_pressed_) {
input_injector_win.cc 294 bool down = event.button_down(); local
307 input.mi.dwFlags |= down ? MOUSEEVENTF_LEFTDOWN : MOUSEEVENTF_LEFTUP;
309 input.mi.dwFlags |= down ? MOUSEEVENTF_MIDDLEDOWN : MOUSEEVENTF_MIDDLEUP;
311 input.mi.dwFlags |= down ? MOUSEEVENTF_RIGHTDOWN : MOUSEEVENTF_RIGHTUP;
313 input.mi.dwFlags |= down ? MOUSEEVENTF_LEFTDOWN : MOUSEEVENTF_LEFTUP;
  /external/chromium_org/remoting/protocol/
input_event_tracker_unittest.cc 42 MATCHER_P4(EqualsMouseEvent, x, y, button, down, "") {
44 arg.button_down() == down;
64 MouseEvent::MouseButton button, bool down) {
69 event.set_button_down(down);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLabelElement.cpp 86 void HTMLLabelElement::setActive(bool down)
88 if (down == active())
92 HTMLElement::setActive(down);
96 element->setActive(down);
  /external/chromium_org/third_party/polymer/components/paper-toast/
paper-toast.css 43 :host(.core-transition.fade-out-down),
52 :host(.core-transition.fade-out-down) {
  /external/chromium_org/third_party/polymer/components-chromium/paper-toast/
paper-toast.css 43 :host(.core-transition.fade-out-down),
52 :host(.core-transition.fade-out-down) {
  /external/chromium_org/ui/events/
gesture_event_details.cc 50 data.swipe.down = delta_y > 0;
  /external/chromium_org/ui/events/ozone/evdev/
key_event_converter_evdev.cc 237 int down = (value != 0); local
245 modifiers_->UpdateModifierLock(modifier, down);
248 modifiers_->UpdateModifier(modifier, down);
255 down ? ET_KEY_PRESSED : ET_KEY_RELEASED,
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_interpreter_libevdev_cros.h 71 void DispatchMouseButton(unsigned int modifier, bool down);
  /external/oprofile/module/
compat24.h 52 #define lock_mmap(mm) down(&mm->mmap_sem)
  /external/ppp/pppd/
fsm.h 104 void (*down) /* Called when fsm leaves OPENED state */ member in struct:fsm_callbacks
123 #define INITIAL 0 /* Down, hasn't been opened */
124 #define STARTING 1 /* Down, been opened */
126 #define STOPPED 3 /* Open, waiting for down event */
139 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 26 * <li>Provides methods to move the cursor up / down / left / right.</li>
116 * Move down one box, potentially flipping to the next month.
120 public boolean down() { method in class:DayOfMonthCursor
122 // within current month, just move down
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 122 boolean down = event.getAction() == KeyEvent.ACTION_DOWN;
125 if (!down) {
130 if (!down) {
134 if (!down) {
174 // wake up on a touch down event, if dozing
  /frameworks/native/include/input/
KeyCharacterMap.h 235 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time);
237 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
240 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
244 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
Keyboard.h 88 extern int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState);
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 28 * <li>Provides methods to move the cursor up / down / left / right.</li>
118 * Move down one box, potentially flipping to the next month.
122 public boolean down() { method in class:DayOfMonthCursor
124 // within current month, just move down
  /external/iproute2/examples/
dhcp-client-script 136 LOG ifconfig $addrid down
137 ifconfig $addrid down
345 ifconfig $interface:dhcp down
346 ifconfig $interface:dhcp1 down
349 ifconfig $interface:dhcp down
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 39 * includes pointers to DOWN and UP and EOF nodes.
57 protected var down:Object;
62 * This buffer includes pointers to DOWN, UP, and EOF nodes.
67 * of interest for reverseIndexing. Slows us down a wee bit to
81 /** Reuse same DOWN, UP navigation nodes unless this is true */
104 down = this.adaptor.createFromType(TokenConstants.DOWN, "DOWN");
119 stream.down = parent.down;
    [all...]
  /system/core/healthd/
healthd_mode_charger.cpp 82 bool down; member in struct:key_state
464 int down = !!value; local
470 if (charger->keys[code].down == down)
473 /* only record the down even timestamp, as the amount
475 if (down)
477 charger->keys[code].down = down;
479 if (down) {
480 LOGV("[%" PRId64 "] key[%d] down\n", now, code)
    [all...]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-shift-key.js 10 * key-down and tapped for a key-down followed by an immediate key-up.
15 PRESSED: "pressed", // Key-down on shift key.
18 TAPPED: "tapped", // Key-down followed by key-up.
19 CHORDING: "chording" // Key-down followed by other keys.
92 down: function(event) {
154 * Notifies shift key that a non-control key was pressed down.
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.cc 350 // Set the down vector to match the expected direction of gravity given the
354 gfx::Vector3dF down(0.0f, 0.0f, 0.0f);
356 down.set_y(-1.0f);
358 down.set_x(-1.0f);
360 down.set_y(1.0f);
362 down.set_x(1.0f);
365 if (AngleBetweenVectorsInDegrees(down, lid_flattened) <

Completed in 619 milliseconds

1 23 4 5 6 7 8 91011>>