Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java1029 final SurfaceControl targetLeash = getLeashSurface(target, null /* t */); in buildFinishTransaction()
1524 final SurfaceControl targetLeash = getLeashSurface(target, null /* t */); in commitConfigAtEndActivities()
2138 && getLeashSurface(wallpaper, t) != wallpaper.getSurfaceControl()) { in commitVisibleWallpapers()
2653 private static SurfaceControl getLeashSurface(WindowContainer wc, in getLeashSurface() method in Transition
2771 : null, getLeashSurface(target, startT)); in calculateTransitionInfo()
/frameworks/base/services/
Dart-wear-profile28916 PLcom/android/server/wm/Transition;->getLeashSurface(Lcom/android/server/wm/WindowContainer;Landroi…