Searched refs:mColor (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | ColorVerifier.java | 25 private int mColor; field in ColorVerifier 33 mColor = color; in ColorVerifier() 38 mColor = color; in ColorVerifier() 44 return mColor; in getExpectedColor()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/ |
D | ColorChangeOnKeyView.java | 30 private int mColor = Color.BLACK; field in ColorChangeOnKeyView 42 mColor = Color.BLUE; in onKeyDown() 49 canvas.drawColor(mColor); in onDraw()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ShapeHolder.java | 31 private int mColor; field in ShapeHolder 69 return mColor; in getColor() 74 mColor = value; in setColor()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | RendererOneColorBufferTest.java | 61 private FloatBuffer mColor; field in RendererOneColorBufferTest 76 mColor = ByteBuffer.allocateDirect(mVertexColor.length*4). in RendererOneColorBufferTest() 78 mColor.put(mVertexColor).position(0); in RendererOneColorBufferTest() 94 mColor = ByteBuffer.allocateDirect(mVertexColor.length*4). in RendererOneColorBufferTest() 96 mColor.put(mVertexColor).position(0); in RendererOneColorBufferTest() 201 GLES20.glVertexAttribPointer(mColorHandle, 4, GLES20.GL_FLOAT, false, 0, mColor); in doOnDrawFrame()
|
D | NativeRendererOneColorBufferTest.java | 55 private FloatBuffer mColor; field in NativeRendererOneColorBufferTest
|
/cts/tests/tests/display/src/android/display/cts/ |
D | VirtualDisplayTest.java | 291 private final int mColor; field in VirtualDisplayTest.TestPresentation 298 mColor = color; in TestPresentation() 313 view.setImageDrawable(new ColorDrawable(mColor)); in onCreate() 325 private int mColor = -1; field in VirtualDisplayTest.ImageListener 329 return mColor; in getColor() 336 while (mColor != color) { in waitForColor() 366 if (mColor != color) { in onImageAvailable() 367 mColor = color; in onImageAvailable()
|
/cts/tests/tests/opengl/libopengltest/ |
D | color_one.cpp | 85 float* drawColorOne(float mColor[]){ in drawColorOne() argument 103 glVertexAttribPointer(gvColorHandle,4, GL_FLOAT, GL_FALSE, 0, mColor); in drawColorOne()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayTest.java | 593 private final int mColor; field in EncodeVirtualDisplayTest.TestPresentation 597 mColor = color; in TestPresentation() 609 view.setImageDrawable(new ColorDrawable(mColor)); in onCreate()
|