Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java124 static final int ANIMATION_LAYER_HOME = 2; field in WindowContainer
129 ANIMATION_LAYER_HOME,
DTaskDisplayArea.java711 case ANIMATION_LAYER_HOME: in getAppAnimationLayer()
DTask.java3193 return getAppAnimationLayer(ANIMATION_LAYER_HOME); in getAnimationLeashParent()
DActivityRecord.java5893 return getAppAnimationLayer(isActivityTypeHome() ? ANIMATION_LAYER_HOME in getAppAnimationLayer()