Searched refs:mBackgroundScrim (Results 1 – 1 of 1) sorted by relevance
136 private ScrimDrawable mBackgroundScrim; field in RecentsView143 mBackgroundScrim.setAlpha(alpha);174 mBackgroundScrim = new ScrimDrawable(); in RecentsView()261 mBackgroundScrim.setAlpha((int) (getOpaqueScrimAlpha() * 255));263 mBackgroundScrim.setAlpha(0);265 mMultiWindowBackgroundScrim.setAlpha(mBackgroundScrim.getAlpha());324 mBackgroundScrim.setCallback(null);328 window.setBackgroundDrawable(mBackgroundScrim);397 mBackgroundScrim.setColor(scrimColors.getMainColor(), animated);469 mBackgroundScrim.setBounds(left, top, right, bottom);[all …]