HomeSort by relevance Sort by last modified time
    Searched refs:gpuView (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PointsActivity.java 51 final RenderingView gpuView = new RenderingView(this, Color.GREEN);
52 frame.addView(gpuView);
63 gpuView.setAlpha(gpuAlpha);
ColoredRectsActivity.java 39 final RectsView gpuView = new RectsView(this, 0, Color.GREEN);
40 frame.addView(gpuView);
Lines2Activity.java 39 final LinesView gpuView = new LinesView(this, 0, Color.GREEN);
40 frame.addView(gpuView);

Completed in 71 milliseconds