OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSteps
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/compositor/
transform_animation_curve_adapter_unittest.cc
41
static const int
kSteps
= 1000;
42
double step = 1.0 /
kSteps
;
43
for (int i = 0; i <=
kSteps
; ++i) {
45
message << "Step " << i << " of " <<
kSteps
;
/external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc
300
const int
kSteps
= 15;
313
generator.GestureMultiFingerScroll(kTouchPoints, points, 15,
kSteps
, 0, 150);
322
generator.GestureMultiFingerScroll(kTouchPoints, points, 15,
kSteps
, 0, -150);
329
generator.GestureMultiFingerScroll(kTouchPoints, points, 15,
kSteps
, 150, 0);
339
generator.GestureMultiFingerScroll(kTouchPoints, left_points, 15,
kSteps
,
346
generator.GestureMultiFingerScroll(kTouchPoints, points, 15,
kSteps
, 150, 0);
359
const int
kSteps
= 15;
372
generator.GestureMultiFingerScroll(kTouchPoints, points, 15,
kSteps
, 0, 150);
379
generator.GestureMultiFingerScroll(kTouchPoints, points, 15,
kSteps
, 0, -150);
387
generator.GestureMultiFingerScroll(kTouchPoints, points, 15,
kSteps
, 150, 0)
[
all
...]
/external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc
458
const int
kSteps
= 4;
460
for (int i = 0; i <
kSteps
; ++i) {
468
for (int i = 0; i <
kSteps
; ++i) {
481
const int
kSteps
= 4;
483
for (int i = 0; i <
kSteps
; ++i) {
491
for (int i = 0; i <
kSteps
; ++i) {
/external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc
[
all
...]
Completed in 293 milliseconds