Searched defs:applyAlpha (Results 1 – 5 of 5) sorted by relevance
114 private static int applyAlpha(int color, float alpha) { in applyAlpha() method in RoundScrollbarRenderer
1645 private void applyAlpha() { in applyAlpha() method
151 inline SkColor applyAlpha(SkColor color, float alpha) { in applyAlpha() function
312 public static int applyAlpha(float alpha, int inputColor) { in applyAlpha() method in Utils
2691 private void animateDismissBubble(View targetView, boolean applyAlpha) { in animateDismissBubble()