Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DResizeVeil.java121 int backgroundColorId = getBackgroundColorId(); in showVeil() local
122 mViewHost.getView().setBackgroundColor(mContext.getColor(backgroundColorId)); in showVeil()