HomeSort by relevance Sort by last modified time
    Searched defs:colorValue (Results 1 - 21 of 21) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java 233 int colorValue = rawValue[valueIndex + 3] & 0xff;
250 TextColor color = TextColor.fromInt(colorValue);
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar);
348 tcu::Vec4 c = tcu::Vec4(colorValue.component(0).asFloat(cNdx),
349 colorValue.component(1).asFloat(cNdx),
350 colorValue.component(2).asFloat(cNdx),
351 colorValue.component(3).asFloat(cNdx));
  /packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
ColorExtractionAlgorithm.java 82 final int colorValue = mainColors.get(i);
83 ColorUtils.RGBToHSL(Color.red(colorValue), Color.green(colorValue),
84 Color.blue(colorValue), hsl);
88 bestColor = colorValue;
98 int colorValue = bestColor;
99 ColorUtils.RGBToHSL(Color.red(colorValue), Color.green(colorValue), Color.blue(colorValue),
    [all...]
  /frameworks/base/core/java/com/android/internal/colorextraction/types/
Tonal.java 131 final int colorValue = color.toArgb();
132 ColorUtils.RGBToHSL(Color.red(colorValue), Color.green(colorValue),
133 Color.blue(colorValue), hsl);
151 int colorValue = bestColor.toArgb();
152 ColorUtils.RGBToHSL(Color.red(colorValue), Color.green(colorValue), Color.blue(colorValue),
  /external/libvncserver/libvncserver/
tight.c 175 uint32_t colorValue, int *w_ptr, int *h_ptr);
177 uint32_t colorValue,
298 uint32_t colorValue;
388 if (CheckSolidTile(cl, dx, dy, dw, dh, &colorValue, FALSE)) {
391 uint32_t r = (colorValue >> 16) & 0xFF;
392 uint32_t g = (colorValue >> 8) & 0xFF;
393 uint32_t b = (colorValue) & 0xFF;
396 colorValue = (int)y + (((int)y) << 8) + (((int)y) << 16);
402 colorValue, &w_best, &h_best);
414 ExtendSolidArea(cl, x, y, w, h, colorValue,
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 401 String colorValue = attributeSet.getAttributeValue("android", "textColor");
402 if (colorValue != null) {
403 if (colorValue.startsWith("@color/") || colorValue.startsWith("@android:color/")) {
406 } else if (colorValue.startsWith("#")) {
407 int colorFromHex = (int) Long.valueOf(colorValue.replaceAll("#", ""), 16).longValue();
426 String colorValue = attributeSet.getAttributeValue("android", "hintColor");
427 if (colorValue != null) {
428 if (colorValue.startsWith("@color/") || colorValue.startsWith("@android:color/"))
    [all...]
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 379 TypedValue colorValue = new TypedValue();
380 context.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
381 mUrlColor = context.getColorStateList(colorValue.resourceId);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SuggestionsAdapter.java 338 TypedValue colorValue = new TypedValue();
339 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
340 mUrlColor = mContext.getResources().getColorStateList(colorValue.resourceId);
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 377 final int colorValue;
381 colorValue = CaptionStyle.COLOR_UNSPECIFIED;
385 colorValue = Color.TRANSPARENT;
389 colorValue = value | 0xFF000000;
395 color.setValue(colorValue);
399 final int colorValue = color.getValue();
403 if (!CaptionStyle.hasColor(colorValue)) {
406 } else if (colorValue == Color.TRANSPARENT) {
411 value = colorValue & 0x00FFFFFF | opacityValue & 0xFF000000;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp 864 std::ostringstream colorValue;
865 colorValue << REFERENCE_COLOR_VALUE;
867 const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"");
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 567 milliseconds