Home | History | Annotate | Download | only in tests

Lines Matching full:events

30 // An arbitrary injector pid / uid pair that has permission to inject events.
131 << "Should reject key events with undefined action.";
139 << "Should reject key events with ACTION_MULTIPLE.";
159 << "Should reject motion events with undefined action.";
169 << "Should reject motion events with pointer down index too large.";
178 << "Should reject motion events with pointer down index too small.";
188 << "Should reject motion events with pointer up index too large.";
197 << "Should reject motion events with pointer up index too small.";
199 // Rejects motion events with invalid number of pointers.
206 << "Should reject motion events with 0 pointers.";
214 << "Should reject motion events with more than MAX_POINTERS pointers.";
216 // Rejects motion events with invalid pointer ids.
224 << "Should reject motion events with pointer ids less than 0.";
233 << "Should reject motion events with pointer ids greater than MAX_POINTER_ID.";
235 // Rejects motion events with duplicate pointer ids.
244 << "Should reject motion events with duplicate pointer ids.";