Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationTargetCompat.java42 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrapApps() argument
47 return wrap(info, t, leashMap, (change) -> { in wrapApps()
63 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrapNonApps() argument
64 return wrap(info, t, leashMap, (change) -> { in wrapNonApps()
73 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap,
81 change, info.getChanges().size() - i, info, t, leashMap));
DRemoteAnimationRunnerCompat.java81 final ArrayMap<SurfaceControl, SurfaceControl> leashMap = new ArrayMap<>(); in wrap() local
83 RemoteAnimationTargetCompat.wrapApps(info, t, leashMap); in wrap()
86 info, true /* wallpapers */, t, leashMap); in wrap()
89 info, false /* wallpapers */, t, leashMap); in wrap()
102 if (!leashMap.containsKey(change.getLeash())) continue; in wrap()
144 final SurfaceControl leash = leashMap.get(change.getLeash()); in wrap()
162 counterLauncher.addChild(t, leashMap.get(launcherTask.getLeash())); in wrap()
175 counterWallpaper.addChild(t, leashMap.get(wallpaper.getLeash())); in wrap()
191 leashMap.clear(); in wrap()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DTransitionUtil.java258 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget() argument
259 return newTarget(change, order, false /* forceTranslucent */, info, t, leashMap); in newTarget()
267 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget() argument
269 if (leashMap != null) { in newTarget()
270 leashMap.put(change.getLeash(), leash); in newTarget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java127 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap, in wrap() argument
156 info, t, leashMap); in wrap()
172 counterWallpaper.addChild(t, leashMap.get(change.getLeash())); in wrap()