Searched refs:thumbnailForceAboveLayer (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java67 int thumbnailForceAboveLayer; field in class:AppWindowAnimator
209 if (thumbnailForceAboveLayer > 0) {
210 thumbnail.setLayer(thumbnailForceAboveLayer + 1);
H A DWindowManagerService.java9171 openingAppAnimator.thumbnailForceAboveLayer = Math.max(topOpeningLayer,

Completed in 146 milliseconds