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

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

Completed in 153 milliseconds