Home
last modified time | relevance | path

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

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