Home
last modified time | relevance | path

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

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DSurfaceAndTextureViews.java91 mView.mColor = SimpleView.SMALL_COLOR; in onCreate()
92 mSurfaceView.mColor = SimpleSurfaceView.SMALL_COLOR; in onCreate()
93 mTextureView.mColor = SimpleTextureView.SMALL_COLOR; in onCreate()
104 static final int SMALL_COLOR = Color.BLUE; field in SurfaceAndTextureViews.SimpleView
106 int mColor = SMALL_COLOR;
120 static final int SMALL_COLOR = Color.GREEN; field in SurfaceAndTextureViews.SimpleSurfaceView
122 int mColor = SMALL_COLOR;
153 static final int SMALL_COLOR = Color.RED; field in SurfaceAndTextureViews.SimpleTextureView
155 int mColor = SMALL_COLOR;