Searched refs:LayerView (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MultiLayersActivity.java | 46 row1.addView(new LayerView(this, 0xffff0000), new LinearLayout.LayoutParams( in onCreate() 48 row1.addView(new LayerView(this, 0x0f00ff00), new LinearLayout.LayoutParams( in onCreate() 51 row2.addView(new LayerView(this, 0x0f0000ff), new LinearLayout.LayoutParams( in onCreate() 53 row2.addView(new LayerView(this, 0xffffff00), new LinearLayout.LayoutParams( in onCreate() 59 private class LayerView extends View { class in MultiLayersActivity 62 public LayerView(Context context, int color) { in LayerView() method in MultiLayersActivity.LayerView
|
D | DisplayListLayersActivity.java | 44 addChild(root, new LayerView(this, 0xffff0000, LAYER_TYPE_HARDWARE, "hardware"), in onCreate() 46 addChild(root, new LayerView(this, 0xff0000ff, LAYER_TYPE_SOFTWARE, "software"), in onCreate() 88 private class LayerView extends View { class in DisplayListLayersActivity 94 LayerView(Context context, int color, int layerType, String tag) { in LayerView() method in DisplayListLayersActivity.LayerView
|