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

  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 550 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
551 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
552 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
645 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) {
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 45 milliseconds