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

  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 318 final int resolvedColor = resolveColor(context, notificationColor);
325 int color = resolvedColor;
329 if (color != resolvedColor) {
335 NotificationColorUtil.contrastChange(resolvedColor, color, actionBg),
336 NotificationColorUtil.contrastChange(resolvedColor, color, notiBg),
337 Integer.toHexString(resolvedColor), Integer.toHexString(color)));
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 785 TextureLevel resolvedColor (interpolated.getFormat(), width, height); // For debugging
798 rr::resolveMultisampleBuffer(resolvedColor.getAccess(), rr::MultisampleConstPixelBufferAccess::fromMultisampleAccess(interpolated.getAccess()));
843 m_testCtx.getLog() << TestLog::Image("ResolvedColor", "Resolved colorbuffer", resolvedColor)

Completed in 57 milliseconds