Searched refs:LogEntry (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DragDropTest.java | 104 class LogEntry { class in DragDropTest 116 LogEntry(View v, int action, float x, float y, ClipData clipData, in LogEntry() method in DragDropTest.LogEntry 133 if (!(obj instanceof LogEntry)) { in equals() 136 final LogEntry other = (LogEntry) obj; in equals() 157 final private ArrayList<LogEntry> mActual = new ArrayList<LogEntry> (); 158 final private ArrayList<LogEntry> mExpected = new ArrayList<LogEntry> (); 181 mActual.add(new LogEntry(v, ev.getAction(), ev.getX(), ev.getY(), ev.getClipData(), in logEvent() 188 mExpected.add(new LogEntry(v, action, 0, 0, obtainClipData(action), in expectEvent5() 196 mExpected.add(new LogEntry(v, action, x, y, obtainClipData(action), in expectEndEvent() 213 mExpected.add(new LogEntry(v, action, in expectEndEventFailure6() [all …]
|