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

  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 460 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
461 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
462 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
568 private static double pivotXyzComponent(double component) {
  /frameworks/support/core-utils/java/android/support/v4/graphics/
ColorUtils.java 416 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
417 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
418 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
524 private static double pivotXyzComponent(double component) {
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java     [all...]
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 

Completed in 1287 milliseconds