Searched refs:pointer_count (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_android_unittest.cc51 int pointer_count = 2; local
64 pointer_count,
108 EXPECT_EQ(static_cast<size_t>(pointer_count), event.GetPointerCount());
122 int pointer_count = 1; local
134 pointer_count,
164 int pointer_count = 1; local
177 pointer_count,
204 EXPECT_EQ(static_cast<size_t>(pointer_count),
H A Dsynthetic_gesture_target_android.cc41 JNIEnv* env, Action action, int pointer_count, int64 time_in_ms) {
44 static_cast<int>(action), pointer_count,
40 TouchInject( JNIEnv* env, Action action, int pointer_count, int64 time_in_ms) argument
H A Dsynthetic_gesture_target_android.h56 JNIEnv* env, Action action, int pointer_count, int64 time_in_ms);
H A Dmotion_event_android.cc129 jint pointer_count,
152 cached_pointer_count_(pointer_count),
159 DCHECK_GT(pointer_count, 0);
124 MotionEventAndroid(float pix_to_dip, JNIEnv* env, jobject event, jlong time_ms, jint android_action, jint pointer_count, jint history_size, jint action_index, jfloat pos_x_0_pixels, jfloat pos_y_0_pixels, jfloat pos_x_1_pixels, jfloat pos_y_1_pixels, jint pointer_id_0, jint pointer_id_1, jfloat touch_major_0_pixels, jfloat touch_major_1_pixels, jfloat touch_minor_0_pixels, jfloat touch_minor_1_pixels, jfloat orientation_0_rad, jfloat orientation_1_rad, jfloat raw_pos_x_pixels, jfloat raw_pos_y_pixels, jint android_tool_type_0, jint android_tool_type_1, jint android_button_state, jint meta_state) argument
H A Dmotion_event_android.h31 jint pointer_count,
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.cc40 const size_t pointer_count = GetPointerCount(); local
41 for (size_t i = 0; i < pointer_count; ++i) {
H A Dmotion_event_buffer.cc38 const size_t pointer_count = event0.GetPointerCount(); local
39 if (pointer_count != event1.GetPointerCount())
42 for (size_t event0_i = 0; event0_i < pointer_count; ++event0_i) {
144 const size_t pointer_count = event0.GetPointerCount();
145 DCHECK_EQ(pointer_count, event1.GetPointerCount());
146 for (size_t event0_i = 0; event0_i < pointer_count; ++event0_i) {
H A Dvelocity_tracker.cc322 size_t pointer_count = event.GetPointerCount(); local
323 if (pointer_count > MAX_POINTERS) {
324 pointer_count = MAX_POINTERS;
328 for (size_t i = 0; i < pointer_count; i++) {
333 for (size_t i = 0; i < pointer_count; i++) {
340 for (size_t i = 0; i < pointer_count; i++) {
348 for (size_t i = 0; i < pointer_count; i++) {
H A Dgesture_provider_unittest.cc370 const size_t pointer_count = i + 1; local
371 std::vector<gfx::PointF> event_positions(pointer_count);
373 positions.begin() + pointer_count);
376 pointer_count > 1 ? MotionEvent::ACTION_POINTER_DOWN
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h73 size_t pointer_count,
H A Dmotion_event_aura.cc22 size_t pointer_count,
28 : pointer_count_(pointer_count),
34 for (size_t i = 0; i < pointer_count; ++i)
21 MotionEventAura( size_t pointer_count, const base::TimeTicks& last_touch_time, Action cached_action, int cached_action_index, int flags, const PointData (&active_touches)[MotionEvent::MAX_TOUCH_POINT_COUNT]) argument
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp408 uint32_t pointer_count = 0; local
473 ++pointer_count;
550 while (pointer_count > 0)
561 --pointer_count;
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h91 jint pointer_count,
H A Dcontent_view_core_impl.cc855 jint pointer_count,
887 pointer_count,
850 OnTouchEvent(JNIEnv* env, jobject obj, jobject motion_event, jlong time_ms, jint android_action, jint pointer_count, jint history_size, jint action_index, jfloat pos_x_0, jfloat pos_y_0, jfloat pos_x_1, jfloat pos_y_1, jint pointer_id_0, jint pointer_id_1, jfloat touch_major_0, jfloat touch_major_1, jfloat touch_minor_0, jfloat touch_minor_1, jfloat orientation_0, jfloat orientation_1, jfloat raw_pos_x, jfloat raw_pos_y, jint android_tool_type_0, jint android_tool_type_1, jint android_button_state, jint android_meta_state, jboolean is_touch_handle_event) argument

Completed in 286 milliseconds