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

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColoredRectsActivity.java 49 final RectsView swBothView = new RectsView(this, 854, Color.RED);
50 swBothView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
51 frame.addView(swBothView);
Lines2Activity.java 49 final LinesView swBothView = new LinesView(this, 854, Color.RED);
50 swBothView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
51 frame.addView(swBothView);

Completed in 66 milliseconds