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.java105 int color = waitForChange(window, center, Color.WHITE); in testFirstFrames()
110 color = waitForChange(window, center, color); in testFirstFrames()
554 private int waitForChange(Window window, Point point, int color) in waitForChange() method in TextureViewTest