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

  /external/chromium_org/ui/events/gestures/
gesture_types.h 127 int tap_count() const { function in struct:ui::GestureEventDetails
129 return data.tap_count;
170 int tap_count; // TAP repeat count. member in union:ui::GestureEventDetails::__anon17549
gesture_sequence.cc 1105 int tap_count = 1; local
    [all...]
  /external/chromium_org/ash/touch/
touch_uma.cc 119 int tap_count = gesture.details().tap_count(); local
120 if (tap_count == 1)
122 if (tap_count == 2)
124 if (tap_count == 3)
126 NOTREACHED() << "Received tap with tapcount " << tap_count;
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 193 int tap_count() const { return tap_count_; } function in class:aura::test::__anon17420::GestureEventConsumeDelegate
208 tap_count_ = gesture->details().tap_count();
742 EXPECT_EQ(1, delegate->tap_count());
793 EXPECT_EQ(1, delegate->tap_count());
834 EXPECT_EQ(1, delegate->tap_count());
891 EXPECT_EQ(1, delegate->tap_count());
977 EXPECT_EQ(1, delegate->tap_count());
    [all...]

Completed in 535 milliseconds