Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowAnimator.java70 int animLayerAdjustment; field in AppWindowAnimator
145 if (animLayerAdjustment != adj) { in setAnimation()
146 animLayerAdjustment = adj; in setAnimation()
228 toAppAnimator.animLayerAdjustment = animLayerAdjustment; in transferCurrentAnimation()
230 animLayerAdjustment = 0; in transferCurrentAnimation()
407 if (animLayerAdjustment != 0) { in stepAnimationLocked()
408 animLayerAdjustment = 0; in stepAnimationLocked()
449 pw.print(" animLayerAdjustment="); pw.println(animLayerAdjustment); in dump()
DAppWindowToken.java1611 return mAppAnimator.animLayerAdjustment; in getAnimLayerAdjustment()