Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowAnimator.java55 int animLayerAdjustment; field in AppWindowAnimator
110 if (animLayerAdjustment != adj) { in setAnimation()
111 animLayerAdjustment = adj; in setAnimation()
155 final int adj = animLayerAdjustment; in updateLayers()
296 if (animLayerAdjustment != 0) { in stepAnimationLocked()
297 animLayerAdjustment = 0; in stepAnimationLocked()
353 pw.print(" animLayerAdjustment="); pw.println(animLayerAdjustment); in dump()
DWindowState.java1496 mTargetAppToken.mAppAnimator.animLayerAdjustment in dump()
1497 : (mAppToken != null ? mAppToken.mAppAnimator.animLayerAdjustment : 0))); in dump()
DWindowManagerService.java1438 setInputMethodAnimLayerAdjustment(w.mAppToken.mAppAnimator.animLayerAdjustment); in findDesiredInputMethodWindowIndexLocked()
1887 ? foundW.mAppToken.mAppAnimator.animLayerAdjustment : 0; in adjustWallpaperWindowsLocked()
4261 wAppAnimator.animLayerAdjustment = tAppAnimator.animLayerAdjustment; in setAppStartingWindow()
4263 tAppAnimator.animLayerAdjustment = 0; in setAppStartingWindow()
8689 w.mLayer + w.mTargetAppToken.mAppAnimator.animLayerAdjustment; in assignLayersLocked()
8692 w.mLayer + wtoken.mAppAnimator.animLayerAdjustment; in assignLayersLocked()
8714 "" : " mAppLayer=" + wtoken.mAppAnimator.animLayerAdjustment) in assignLayersLocked()