OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diffCount
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java
69
int
diffCount
= 0;
73
diffCount
+= 1;
77
assertEquals(0,
diffCount
);
/cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTestBase.java
175
int
diffCount
= 0;
182
diffCount
++;
190
0.3f, (float)
diffCount
/ (float)bitmap.getWidth(),
Completed in 3082 milliseconds