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

  /packages/apps/Car/Dialer/src/com/android/car/dialer/
OngoingCallFragment.java 363 int scrimColor = getResources().getColor(
365 mLargeContactPhotoView.setColorFilter(scrimColor);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 478 int scrimColor = mScrimController.getScrimBehindColor();
481 int color = Color.argb((int) (alpha * 255 + alphaInv * Color.alpha(scrimColor)),
483 + alphaInv * Color.red(scrimColor)),
485 + alphaInv * Color.green(scrimColor)),
487 + alphaInv * Color.blue(scrimColor)));
    [all...]

Completed in 393 milliseconds