Searched defs:touch_minor_1_pixels (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_android.cc141 jfloat touch_minor_1_pixels,
172 cached_touch_minors_[1] = ToDips(touch_minor_1_pixels);
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

Completed in 49 milliseconds