HomeSort by relevance Sort by last modified time
    Searched defs:tap (Results 1 - 13 of 13) sorted by null

  /device/lge/hammerhead/
device.mk 278 ro.qti.sensors.tap=false \
  /external/chromium_org/content/browser/renderer_host/input/
gesture_text_selector_unittest.cc 147 // 3. DOUBLE TAP
223 // 4. TAP
225 const GestureEventData tap = local
227 EXPECT_TRUE(selector_->OnGestureEvent(tap));
touch_action_filter_unittest.cc 28 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build( local
39 EXPECT_FALSE(filter.FilterGestureEvent(&tap));
53 EXPECT_FALSE(filter.FilterGestureEvent(&tap));
487 // Double tap is allowed with touch action auto.
492 // The tap cancel will come as part of the next touch sequence.
494 // Changing the touch action for the second tap doesn't effect the behaviour
515 // Double tap is disabled with any touch action other than auto.
521 // Changing the touch action for the second tap doesn't effect the behaviour
522 // of the event. The tap cancel will come as part of the next touch sequence.
539 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build local
558 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build( local
574 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build( local
    [all...]
  /external/libpcap/
pcap-enet.c 39 struct tap_header tap; member in struct:packet_header
80 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap
83 ph->tap.th_wirelen, caplen)) {
87 (struct timeval *)ph->tap.th_timestamp,
88 ph->tap.th_wirelen, caplen);
  /external/chromium_org/content/public/test/
browser_test_utils.cc 299 blink::WebGestureEvent tap; local
300 tap.type = blink::WebGestureEvent::GestureTap;
301 tap.x = point.x();
302 tap.y = point.y();
305 widget_host->ForwardGestureEvent(tap);
  /external/chromium_org/third_party/webrtc/base/
httpclient.cc 483 StreamTap* tap = new StreamTap(output, stream.release()); local
484 response().document.reset(tap);
505 StreamTap* tap = static_cast<StreamTap*>(response().document.release()); local
506 response().document.reset(tap->Detach());
509 StreamResult result = tap->GetTapResult(&error);
511 // Delete the tap and cache stream (which completes cache unlock)
512 delete tap;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 354 int tap, tap_dir, tap_num; local
357 fscanf(fp, "%d\n", &tap);
360 tap_dir = tap/8;
361 tap_num = tap%8 + 1;
364 printf("GT:Tap Handler **\n");
365 printf("Tap= %x\n", tap);
366 printf("Tap Dir= %x\n", tap_dir);
367 printf("Tap Num= %x\n", tap_num);
372 printf("Tap Axis->X Pos, ")
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 419 // Tap information must be set for GestureTap, GestureTapUnconfirmed,
425 } tap; member in union:blink::WebGestureEvent::__anon16090
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 1225 int tap[UNROLL]; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 1127 int tap[UNROLL]; local
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 146 bool tap() const { return tap_; } function in class:aura::test::__anon283::GestureEventConsumeDelegate
645 // Check that appropriate touch events generate tap gesture events.
661 EXPECT_FALSE(delegate->tap());
677 // recognized as a tap.
683 EXPECT_TRUE(delegate->tap());
695 // Check that appropriate touch events generate tap gesture events
716 EXPECT_FALSE(delegate->tap());
726 // is recognized as a tap.
734 EXPECT_TRUE(delegate->tap());
759 EXPECT_FALSE(delegate->tap());
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2757 NetdevTapOptions * tap; member in union:NetClientOptions::__anon13760
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 

Completed in 797 milliseconds