Home
last modified time | relevance | path

Searched refs:hwBothView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DColoredRectsActivity.java44 final RectsView hwBothView = new RectsView(this, 850, Color.GREEN); in onCreate() local
47 hwBothView.setLayerType(View.LAYER_TYPE_HARDWARE, null); in onCreate()
48 frame.addView(hwBothView); in onCreate()
DLines2Activity.java44 final LinesView hwBothView = new LinesView(this, 850, Color.GREEN); in onCreate() local
47 hwBothView.setLayerType(View.LAYER_TYPE_HARDWARE, null); in onCreate()
48 frame.addView(hwBothView); in onCreate()