Searched refs:has_bit (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dbitset_32_unittest.cc20 EXPECT_FALSE(bits.has_bit(0));
21 EXPECT_FALSE(bits.has_bit(31));
28 EXPECT_TRUE(bits.has_bit(0));
29 EXPECT_FALSE(bits.has_bit(31));
39 EXPECT_TRUE(bits.has_bit(0));
40 EXPECT_TRUE(bits.has_bit(31));
41 EXPECT_FALSE(bits.has_bit(15));
55 EXPECT_FALSE(bits.has_bit(0));
56 EXPECT_TRUE(bits.has_bit(31));
69 EXPECT_FALSE(bits.has_bit(
[all...]
H A Dvelocity_tracker_state.cc88 calculated_id_bits_.has_bit(id)) {
H A Dbitset_32.h42 inline bool has_bit(uint32_t n) const { function in struct:ui::BitSet32
H A Dvelocity_tracker.cc248 if (active_pointer_id_ >= 0 && id_bits.has_bit(active_pointer_id_)) {
273 if (active_pointer_id_ < 0 || !id_bits.has_bit(active_pointer_id_))
586 if (!movement.id_bits.has_bit(id))
723 if (pointer_id_bits_.has_bit(id))
737 if (pointer_id_bits_.has_bit(id)) {
H A Dtouch_disposition_gesture_filter.cc418 last_gesture_of_type_dropped_.has_bit(
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_event_queue.cc753 if (touch_consumer_states_.has_bit(point.id))

Completed in 124 milliseconds