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

  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 123 int rawColor = cursor.getInt(COLORS_INDEX_COLOR);
124 int displayColor = Utils.getDisplayColorFromColor(rawColor);
EventInfoFragment.java 540 int rawColor = cursor.getInt(COLORS_INDEX_COLOR);
541 int displayColor = Utils.getDisplayColorFromColor(rawColor);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 354 int rawColor = cursor.getInt(EditEventHelper.COLORS_INDEX_COLOR);
355 int displayColor = Utils.getDisplayColorFromColor(rawColor);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 708 const tcu::Vec4 rawColor = texelAccess.getPixel(0, 0, 0);
709 const tcu::Vec4 linearColor = (tcu::isSRGB(format) ? tcu::sRGBToLinear(rawColor) : rawColor);
711 // rawColor bit pattern has been chosen to be "safe" in the destination format. For sRGB
728 tcu::clear(refAccess, rawColor);
    [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 348 milliseconds