HomeSort by relevance Sort by last modified time
    Searched refs:newColor (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolormatrix.h 58 Color newColor;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
RobustnessRenderer.java 50 public void setLineColor(float[] newColor) {
52 mRectangle.setLineColor(newColor);
  /frameworks/support/design/base/android/support/design/widget/
CircularBorderDrawable.java 165 final int newColor = mBorderTint.getColorForState(state, mCurrentBorderTintColor);
166 if (newColor != mCurrentBorderTintColor) {
168 mCurrentBorderTintColor = newColor;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
RectangleRenderable.java 129 public void setLineColor(float[] newColor) {
138 colours[i] = newColor[index];
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapColorSpaceTest.java 345 @ColorInt int newColor, @ColorInt int expectedColor) {
355 verifySetPixel(b, newColor, expectedColor);
358 verifySetPixel(b, newColor, expectedColor);
361 verifySetPixel(b, newColor, expectedColor);
368 @ColorInt int newColor, @ColorInt int expectedColor) {
369 b.setPixel(0, 0, newColor);
385 @ColorInt int newColor, @ColorInt int expectedColor) {
395 verifySetPixels(b, newColor, expectedColor);
398 verifySetPixels(b, newColor, expectedColor);
401 verifySetPixels(b, newColor, expectedColor)
    [all...]
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
RoundRectDrawable.java 185 final int newColor = mBackground.getColorForState(stateSet, mBackground.getDefaultColor());
186 final boolean colorChanged = newColor != mPaint.getColor();
188 mPaint.setColor(newColor);
RoundRectDrawableWithShadow.java 197 final int newColor = mBackground.getColorForState(stateSet, mBackground.getDefaultColor());
198 if (mPaint.getColor() == newColor) {
201 mPaint.setColor(newColor);
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioController.java 470 int newColor = mColorMapper.getColorForStation(mCurrentRadioBand, mCurrentChannelNumber);
473 if (newColor == mCurrentBackgroundColor) {
480 mCurrentBackgroundColor = newColor;
481 setBackgroundColor(newColor);
486 mCurrentBackgroundColor, newColor);
491 mCurrentBackgroundColor = newColor;
    [all...]
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
CircledImageView.java 282 int newColor = mCircleColor.getColorForState(getDrawableState(),
291 mCurrentColor, newColor });
297 if (newColor != mCurrentColor) {
298 mCurrentColor = newColor;
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 440 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha());
442 dst.setPixel(x, y, newColor);
488 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha());
490 dst.setPixel(x, y, newColor);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 443 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha());
445 dst.setPixel(x, y, newColor);
491 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha());
493 dst.setPixel(x, y, newColor);
  /frameworks/support/wear/src/android/support/wear/widget/
CircledImageView.java 298 int newColor =
306 mColorAnimator.setIntValues(new int[]{mCurrentColor, newColor});
312 if (newColor != mCurrentColor) {
313 mCurrentColor = newColor;
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 141 tcu::Vec4 newColor = color;
149 newColor[i] = 0.0f;
155 newColor[i] = 0.0f;
159 if (newColor != color)
160 access.setPixel(newColor, x, y, z);
174 tcu::IVec4 newColor = color;
179 if (oldColor == -128) newColor[i] = -127;
182 if (newColor != color)
183 access.setPixel(newColor, x, y, z);
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 514 int newColor = calculateBgColor();
515 setBackgroundTintColor(newColor);
546 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint,
548 setBackgroundTintColor(newColor);
    [all...]
StatusBarIconView.java 136 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor,
138 setColorInternal(newColor);
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java     [all...]
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 797 milliseconds

1 2