Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DSystemGestureExclusionRectsTest.java123 Rect prev = null; in animatingView() local
128 if (prev != null) { in animatingView()
129 assertTrue("left edge " + first.left + " >= previous " + prev.left, in animatingView()
130 first.left >= prev.left); in animatingView()
134 prev = first; in animatingView()
137 assertEquals("reached expected animated destination", prev.right, 35); in animatingView()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingHoverListener.java93 String prev = received.get(received.size() - 1); in assertPropagated() local
94 if (!prev.equals(MotionEvent.actionToString(ACTION_HOVER_MOVE))) { in assertPropagated()
DEventCapturingTouchListener.java96 String prev = received.get(received.size() - 1); in assertPropagated() local
97 if (!prev.equals(MotionEvent.actionToString(ACTION_MOVE))) { in assertPropagated()
/cts/tests/tests/display/src/android/display/cts/
DBrightnessTest.java511 float prev = values[0]; in assertMonotonic() local
513 if (prev > values[i] || (prev == values[i] && strictlyIncreasing)) { in assertMonotonic()
517 prev = values[i]; in assertMonotonic()
/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java196 long prev = System.currentTimeMillis(); in measureIO() local
204 result[i] = current - prev; in measureIO()
205 prev = current; in measureIO()
/cts/tests/tests/os/src/android/os/cts/
DLaunchpadActivity.java560 boolean prev = false; in gotReceive()
564 prev = true; in gotReceive()
572 if (prev) { in gotReceive()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java645 ViewStateSnapshot prev; in emulateScrollToBottom() local
648 prev = next; in emulateScrollToBottom()
652 } while (!prev.equals(next)); in emulateScrollToBottom()
/cts/tests/app/app/src/android/app/stubs/
DLaunchpadActivity.java588 boolean prev = false; in gotReceive()
592 prev = true; in gotReceive()
600 if (prev) { in gotReceive()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h132 struct list_head *next, *prev; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h132 struct list_head *next, *prev; member
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java317 final Context prev = mCurrentCallerPackage; in runWithCaller() local
323 setCurrentCaller(prev); in runWithCaller()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...