Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2139 final WindowState visibleWallpaper = mBelowAppWindowsContainers.getWindow( in getLayerForAnimationBackground() local
2142 if (visibleWallpaper != null) { in getLayerForAnimationBackground()
2143 return visibleWallpaper.mWinAnimator.mAnimLayer; in getLayerForAnimationBackground()