Home
last modified time | relevance | path

Searched refs:mTintingColor (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java470 private final int mTintingColor; field in RecentsView
723 mTintingColor = getForegroundScrimDimColor(context); in RecentsView()
4874 requireTaskViewAt(i).setColorTint(mColorTint, mTintingColor);
4884 ColorUtils.setAlphaComponent(mTintingColor, (int) (255 * tintAmount)));