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

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PointsActivity.java 53 final RenderingView swView = new RenderingView(this, Color.RED);
54 swView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
55 frame.addView(swView);
66 swView.setAlpha(swAlpha);
ColoredRectsActivity.java 41 final RectsView swView = new RectsView(this, 400, Color.RED);
42 swView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
43 frame.addView(swView);
Lines2Activity.java 41 final LinesView swView = new LinesView(this, 400, Color.RED);
42 swView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
43 frame.addView(swView);

Completed in 86 milliseconds