Home
last modified time | relevance | path

Searched refs:LogEntry (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDragDropTest.java103 class LogEntry { class in DragDropTest
115 LogEntry(View v, int action, float x, float y, ClipData clipData, in LogEntry() method in DragDropTest.LogEntry
132 if (!(obj instanceof LogEntry)) { in equals()
135 final LogEntry other = (LogEntry) obj; in equals()
156 final private ArrayList<LogEntry> mActual = new ArrayList<LogEntry> ();
157 final private ArrayList<LogEntry> mExpected = new ArrayList<LogEntry> ();
180 mActual.add(new LogEntry(v, ev.getAction(), ev.getX(), ev.getY(), ev.getClipData(), in logEvent()
187 mExpected.add(new LogEntry(v, action, 0, 0, obtainClipData(action), in expectEvent5()
195 mExpected.add(new LogEntry(v, action, x, y, obtainClipData(action), in expectEndEvent()
212 mExpected.add(new LogEntry(v, action, in expectEndEventFailure6()
[all …]