Searched refs:kScrollAmount (Results 1 - 1 of 1) sorted by relevance
/external/chromium_org/ui/aura/gestures/ |
H A D | gesture_recognizer_unittest.cc | 1173 const int kScrollAmount = 50; local 1175 1, 1, kTouchId, 1, kScrollAmount, delegate.get()); local 1178 EXPECT_EQ(gfx::Rect(kPositionX + kScrollAmount - radius, 1179 kPositionY + kScrollAmount - radius, 1187 gfx::Point(kPositionX + kScrollAmount, 1188 kPositionY + kScrollAmount), 1192 EXPECT_EQ(gfx::Rect(kPositionX + kScrollAmount - radius, 1193 kPositionY + kScrollAmount - radius,
|
Completed in 137 milliseconds