HomeSort by relevance Sort by last modified time
    Searched refs:imageColor (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
NavigationItem.java 57 int imageColor = ContextCompat.getColor(getContext(), colorRes);
61 logoDrawable.setColorFilter(imageColor, PorterDuff.Mode.SRC_IN);
69 infoButton.setColorFilter(imageColor);
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
NavigationItem.kt 45 val imageColor = ContextCompat.getColor(getContext(), colorRes)
48 logoDrawable?.setColorFilter(imageColor, PorterDuff.Mode.SRC_IN)
58 setColorFilter(imageColor)
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
NavigationItem.kt 45 val imageColor = ContextCompat.getColor(getContext(), colorRes)
48 logoDrawable?.setColorFilter(imageColor, PorterDuff.Mode.SRC_IN)
58 setColorFilter(imageColor)
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/widget/
NavigationItem.java 62 int imageColor = ContextCompat.getColor(getContext(), colorRes);
69 mutatedLogoDrawable.setColorFilter(imageColor, PorterDuff.Mode.SRC_IN);
75 infoButton.setColorFilter(imageColor);
  /external/skia/tests/
ImageTest.cpp 702 SkPMColor imageColor;
703 REPORTER_ASSERT(reporter, image->readPixels(info, &imageColor, sizeof(SkPMColor), 0, 0));
704 REPORTER_ASSERT(reporter, imageColor == *bitmap.getAddr32(0, 0));
    [all...]
  /external/skqp/tests/
ImageTest.cpp 610 SkPMColor imageColor;
611 REPORTER_ASSERT(reporter, image->readPixels(info, &imageColor, sizeof(SkPMColor), 0, 0));
612 REPORTER_ASSERT(reporter, imageColor == *bitmap.getAddr32(0, 0));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 492 TestTexture2D::TestTexture2D (Context& context, const deUint32 internalFormat, const deUint32 transferFormat, const deUint32 transferType, const tcu::Vec4 imageColor)
505 m_imageData.getAccess().setPixel(imageColor, px, py);
    [all...]

Completed in 216 milliseconds