Searched defs:LARGE_COLOR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java84 mView.mColor = SimpleView.LARGE_COLOR;
85 mSurfaceView.mColor = SimpleSurfaceView.LARGE_COLOR;
86 mTextureView.mColor = SimpleTextureView.LARGE_COLOR;
105 static final int LARGE_COLOR = Color.YELLOW; field in class:SurfaceAndTextureViews.SimpleView
121 static final int LARGE_COLOR = Color.GRAY; field in class:SurfaceAndTextureViews.SimpleSurfaceView
154 static final int LARGE_COLOR = Color.CYAN; field in class:SurfaceAndTextureViews.SimpleTextureView

Completed in 33 milliseconds