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

  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 290 int sourceAlpha = Color.alpha(actualColor);
300 int varianceAlpha = Math.abs(sourceAlpha - expectedAlpha);
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
TestUtils.java 249 int sourceAlpha = Color.alpha(actualColor);
259 int varianceAlpha = Math.abs(sourceAlpha - expectedAlpha);

Completed in 228 milliseconds