Home
last modified time | relevance | path

Searched defs:clampAlpha (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/hwui/utils/
H A DMathUtils.h48 inline static float clampAlpha(float alpha) { in clampAlpha() function
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java998 private int clampAlpha(@ColorInt int color) { in clampAlpha() method in RippleDrawable