Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java4257 final AppWindowAnimator wAppAnimator = wtoken.mAppAnimator; in setAppStartingWindow() local
4259 wAppAnimator.animation = tAppAnimator.animation; in setAppStartingWindow()
4260 wAppAnimator.animating = tAppAnimator.animating; in setAppStartingWindow()
4261 wAppAnimator.animLayerAdjustment = tAppAnimator.animLayerAdjustment; in setAppStartingWindow()
4264 wAppAnimator.updateLayers(); in setAppStartingWindow()
4291 final AppWindowAnimator wAppAnimator = wtoken.mAppAnimator; in setAppStartingWindow() local
4295 if (wAppAnimator.thumbnail != null) { in setAppStartingWindow()
4296 wAppAnimator.thumbnail.destroy(); in setAppStartingWindow()
4298 wAppAnimator.thumbnail = tAppAnimator.thumbnail; in setAppStartingWindow()
4299 wAppAnimator.thumbnailX = tAppAnimator.thumbnailX; in setAppStartingWindow()
[all …]