Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java131 assertEquals(Color.BLACK, Color.toArgb(p.getColorLong())); in testDefaultColor()
806 final long origColor = p.getColorLong();
822 final long color = p.getColorLong();
2216 Function<Paint, Long> getColorLong) {
2225 assertEquals(longColor, getColorLong.apply(p).longValue());
2244 assertEquals(longColor, getColorLong.apply(p).longValue());
2262 (p) -> p.getColorLong());
/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/
DPlatformInspectableProcessorTest.java256 public long getColorLong() { in getColorLong() method in PlatformInspectableProcessorTest.ColorTest
271 assertEquals(node.getColorLong(), mPropertyReader.get("colorLong")); in testColorTypeInference()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt16491 method @ColorLong public long getColorLong();