Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DGlRectDrawerTest.java67 final int expectedG = expected.get() & 0xFF; in assertEquals() local
69 if (actualR != expectedR || actualG != expectedG || actualB != expectedB) { in assertEquals()
72 + "(" + expectedR + ", " + expectedG + ", " + expectedB + ")" in assertEquals()