Home | History | Annotate | Download | only in tests

Lines Matching refs:getAxisValue

50     ASSERT_EQ(0, coords.getAxisValue(0))
51 << "getAxisValue should return zero because axis is not present";
52 ASSERT_EQ(0, coords.getAxisValue(1))
53 << "getAxisValue should return zero because axis is not present";
60 ASSERT_EQ(0, coords.getAxisValue(0))
61 << "getAxisValue should return zero because axis is not present";
62 ASSERT_EQ(5, coords.getAxisValue(1))
63 << "getAxisValue should return value of axis";
71 ASSERT_EQ(0, coords.getAxisValue(0))
72 << "getAxisValue should return zero because axis is not present";
73 ASSERT_EQ(5, coords.getAxisValue(1))
74 << "getAxisValue should return value of axis";
75 ASSERT_EQ(0, coords.getAxisValue(2))
76 << "getAxisValue should return zero because axis is not present";
77 ASSERT_EQ(2, coords.getAxisValue(3))
78 << "getAxisValue should return value of axis";
87 ASSERT_EQ(4, coords.getAxisValue(0))
88 << "getAxisValue should return value of axis";
89 ASSERT_EQ(5, coords.getAxisValue(1))
90 << "getAxisValue should return value of axis";
91 ASSERT_EQ(0, coords.getAxisValue(2))
92 << "getAxisValue should return zero because axis is not present";
93 ASSERT_EQ(2, coords.getAxisValue(3))
94 << "getAxisValue should return value of axis";
104 ASSERT_EQ(4, coords.getAxisValue(0))
105 << "getAxisValue should return value of axis";
106 ASSERT_EQ(5, coords.getAxisValue(1))
107 << "getAxisValue should return value of axis";
108 ASSERT_EQ(1, coords.getAxisValue(2))
109 << "getAxisValue should return value of axis";
110 ASSERT_EQ(2, coords.getAxisValue(3))
111 << "getAxisValue should return value of axis";
121 ASSERT_EQ(4, coords.getAxisValue(0))
122 << "getAxisValue should return value of axis";
123 ASSERT_EQ(6, coords.getAxisValue(1))
124 << "getAxisValue should return value of axis";
125 ASSERT_EQ(1, coords.getAxisValue(2))
126 << "getAxisValue should return value of axis";
127 ASSERT_EQ(2, coords.getAxisValue(3))
128 << "getAxisValue should return value of axis";
330 getAxisValue(AMOTION_EVENT_AXIS_Y));
332 getAxisValue(AMOTION_EVENT_AXIS_Y));
334 getAxisValue(AMOTION_EVENT_AXIS_Y));
336 getAxisValue(AMOTION_EVENT_AXIS_Y));
338 getAxisValue(AMOTION_EVENT_AXIS_Y));
340 getAxisValue(AMOTION_EVENT_AXIS_Y));