OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColorView
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
InvalidateActivity.java
34
private static class
ColorView
extends View {
38
public
ColorView
(Context context, AttributeSet attrs) {
53
private
ColorView
[][] mColorViews;
75
mColorViews = new
ColorView
[root.getChildCount()][row.getChildCount()];
79
mColorViews[y][x] = (
ColorView
) row.getChildAt(x);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AlphaLayersActivity.java
41
ColorView
color = new
ColorView
(this);
59
static class
ColorView
extends View {
60
ColorView
(Context c) {
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
ColorsActivity.java
83
ColorView
c;
85
c = new
ColorView
(ColorsActivity.this, mSquareViews);
87
c = (
ColorView
) convertView;
112
private class
ColorView
extends View {
125
public
ColorView
(Context context, boolean square) {
Completed in 145 milliseconds