OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwBothView
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColoredRectsActivity.java
44
final RectsView
hwBothView
= new RectsView(this, 850, Color.GREEN);
47
hwBothView
.setLayerType(View.LAYER_TYPE_HARDWARE, null);
48
frame.addView(
hwBothView
);
Lines2Activity.java
44
final LinesView
hwBothView
= new LinesView(this, 850, Color.GREEN);
47
hwBothView
.setLayerType(View.LAYER_TYPE_HARDWARE, null);
48
frame.addView(
hwBothView
);
Completed in 542 milliseconds