Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java159 int color = waitForChange(window, center, Color.WHITE); in testFirstFrames()
164 color = waitForChange(window, center, color); in testFirstFrames()
871 private int waitForChange(Window window, Point point, int color) in waitForChange() method in TextureViewTest