OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerView
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiLayersActivity.java
46
row1.addView(new
LayerView
(this, 0xffff0000), new LinearLayout.LayoutParams(
48
row1.addView(new
LayerView
(this, 0x0f00ff00), new LinearLayout.LayoutParams(
51
row2.addView(new
LayerView
(this, 0x0f0000ff), new LinearLayout.LayoutParams(
53
row2.addView(new
LayerView
(this, 0xffffff00), new LinearLayout.LayoutParams(
59
private class
LayerView
extends View {
62
public
LayerView
(Context context, int color) {
DisplayListLayersActivity.java
44
addChild(root, new
LayerView
(this, 0xffff0000, LAYER_TYPE_HARDWARE, "hardware"),
46
addChild(root, new
LayerView
(this, 0xff0000ff, LAYER_TYPE_SOFTWARE, "software"),
88
private class
LayerView
extends View {
89
private static final String LOG_TAG = "
LayerView
";
94
LayerView
(Context context, int color, int layerType, String tag) {
Completed in 148 milliseconds