HomeSort by relevance Sort by last modified time
    Searched refs:delta_y (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/ui/events/
gesture_event_details.cc 13 float delta_y)
21 data.scroll_begin.y_hint = delta_y;
26 data.scroll_update.y = delta_y;
31 data.fling_velocity.y = delta_y;
36 data.first_finger_enclosing_rectangle.height = delta_y;
41 CHECK_EQ(0.f, delta_y) << "Unknown data in delta_y for pinch";
47 data.swipe.up = delta_y < 0;
48 data.swipe.down = delta_y > 0;
55 CHECK_EQ(0.f, delta_y) << "Unknown data in delta_y for tap."
61 << delta_x << "," << delta_y; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
scroll_end_effect_controller.h 24 virtual void OverscrollUpdate(int delta_y) = 0;
scroll_end_effect_controller_ash.cc 17 void ScrollEndEffectControllerAsh::OverscrollUpdate(int delta_y) {
scroll_end_effect_controller_ash.h 17 virtual void OverscrollUpdate(int delta_y) OVERRIDE;
  /external/chromium_org/ash/wm/
window_resizer.h 82 void AdjustDeltaForTouchResize(int* delta_x, int* delta_y);
86 gfx::Point GetOriginForDrag(int delta_x, int delta_y);
89 gfx::Size GetSizeForDrag(int* delta_x, int* delta_y);
95 int GetHeightForDrag(int min_height, int* delta_y);
window_resizer.cc 127 int delta_y = location.y() - details().initial_location_in_parent.y(); local
129 AdjustDeltaForTouchResize(&delta_x, &delta_y);
134 gfx::Size size = GetSizeForDrag(&delta_x, &delta_y);
135 gfx::Point origin = GetOriginForDrag(delta_x, delta_y);
247 void WindowResizer::AdjustDeltaForTouchResize(int* delta_x, int* delta_y) {
263 *delta_y += details().initial_location_in_parent.y() -
266 *delta_y += details().initial_location_in_parent.y() -
272 gfx::Point WindowResizer::GetOriginForDrag(int delta_x, int delta_y) {
280 origin.Offset(0, delta_y);
285 gfx::Size WindowResizer::GetSizeForDrag(int* delta_x, int* delta_y) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller_delegate.h 27 virtual void OnOverscrollUpdate(float delta_x, float delta_y) = 0;
overscroll_controller.h 96 float delta_y,
  /external/chromium_org/ppapi/c/
pp_input_event.h 146 * (when scroll_by_page is true). For example, delta_y = -3 means scroll up 3
166 * (when scroll_by_page is true). For example, delta_y = -3 means scroll up 3
179 float delta_y; member in struct:PP_InputEvent_Wheel
184 * as for <code>delta_x</code> and <code>delta_y</code>.
202 * Indicates if the scroll <code>delta_x</code>/<code>delta_y</code>
  /external/chromium_org/cc/test/
animation_test_common.cc 88 int delta_y) {
91 start_operations.AppendTranslate(delta_x, delta_y, 0.0);
95 operations.AppendTranslate(delta_x, delta_y, 0.0);
264 int delta_y) {
268 delta_y);
306 int delta_y) {
307 return AddAnimatedTransform(layer, duration, delta_x, delta_y);
313 int delta_y) {
317 delta_y);
animation_test_common.h 130 int delta_y);
152 int delta_y);
157 int delta_y);
  /external/chromium_org/ppapi/api/
pp_input_event.idl 137 * (when scroll_by_page is true). For example, delta_y = -3 means scroll up 3
158 * (when scroll_by_page is true). For example, delta_y = -3 means scroll up 3
171 float_t delta_y;
177 * as for <code>delta_x</code> and <code>delta_y</code>.
197 * Indicates if the scroll <code>delta_x</code>/<code>delta_y</code>
  /external/chromium_org/ui/events/gestures/
gesture_provider_aura.cc 138 const float delta_y = previous_tap.y - current_tap.y; local
139 return (delta_x * delta_x + delta_y * delta_y < double_tap_slop_square);
  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.h 39 virtual void OnOverscrollUpdate(float delta_x, float delta_y) OVERRIDE;
  /external/chromium_org/cc/animation/
scroll_offset_animation_curve.cc 43 float delta_y = std::abs(target_value_.y() - initial_value_.y()); local
44 float max_delta = std::max(delta_x, delta_y);
  /external/chromium_org/ui/gfx/geometry/
point_base.h 31 void Offset(Type delta_x, Type delta_y) {
33 y_ += delta_y;
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 307 static int delta_y = 1; local
351 y += delta_y;
354 delta_y = -delta_y;
358 delta_y = -delta_y;
380 static int delta_y = 1; local
432 y += delta_y;
435 delta_y = -delta_y;
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 160 int delta_y = static_cast<int>(wheel_delta_y_); local
161 if (delta_x != 0 || delta_y != 0) {
163 wheel_delta_y_ -= delta_y;
166 mouse_event.set_wheel_delta_y(delta_y);
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 334 const float delta_y = focus_y - down_focus_y_; local
335 const float distance_square = delta_x * delta_x + delta_y * delta_y;
522 const float delta_y = first_down.GetY() - second_down.GetY();
523 return (delta_x * delta_x + delta_y * delta_y < double_tap_slop_square_);
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc 79 const int delta_y = abs(last_bounds.y() - cursor_bounds.y()); local
81 (delta_y <= kKeepPositionThreshold)) {
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 91 gfx::Vector2d GetTranslationForOverscroll(int delta_x, int delta_y);
103 void OverscrollUpdateForWebContentsDelegate(int delta_y);
142 virtual void OnOverscrollUpdate(float delta_x, float delta_y) OVERRIDE;
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 205 float delta_y = top - bottom; local
211 (delta_y <= 0.0f) ||
212 (delta_y <= 0.0f))
219 frust.m[1][1] = 2.0f * near_z / delta_y;
223 frust.m[2][1] = (top + bottom) / delta_y;
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.cc 188 float delta_y = top - bottom; local
194 (delta_y <= 0.0f) ||
195 (delta_y <= 0.0f))
202 frust.m[1][1] = 2.0f * near_z / delta_y;
206 frust.m[2][1] = (top + bottom) / delta_y;
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
spinning_cube.cc 204 float delta_y = top - bottom; local
210 (delta_y <= 0.0f) ||
211 (delta_y <= 0.0f))
218 frust.m[1][1] = 2.0f * near_z / delta_y;
222 frust.m[2][1] = (top + bottom) / delta_y;
  /external/chromium_org/athena/wm/
window_overview_mode.cc 221 // Scroll the window list by |delta_y| amount. |delta_y| is negative when
223 void DoScroll(float delta_y) {
226 float delta_y_p = std::abs(delta_y) / GetScrollableHeight();
227 if (delta_y < 0) {

Completed in 1071 milliseconds

1 2 3 4