Searched refs:ColorPulse (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MultiProducerActivity.java | 79 mContent.setBackground(new ColorPulse(0xFFF44336, 0xFF9C27B0, null)); in onCreate() 151 mFrameContent = new ColorPulse(0xFF101010, 0xFF707070, new Rect(0, 0, WIDTH, HEIGHT)); in FakeFrame() 152 mBackContent = new ColorPulse(0xFF909090, 0xFFe0e0e0, null); in FakeFrame() 274 static class ColorPulse extends Drawable { class in MultiProducerActivity 282 public ColorPulse(int color1, int color2, Rect rect) { in ColorPulse() method in MultiProducerActivity.ColorPulse
|