Searched refs:leashMap (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | RemoteAnimationTargetCompat.java | 42 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrapApps() argument 43 return wrap(info, t, leashMap, new TransitionUtil.LeafTaskFilter()); in wrapApps() 55 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in wrapNonApps() argument 56 return wrap(info, t, leashMap, (change) -> (wallpapers in wrapNonApps() 61 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap, in wrap() argument 69 change, info.getChanges().size() - i, info, t, leashMap)); in wrap()
|
H A D | RemoteAnimationRunnerCompat.java | 80 final ArrayMap<SurfaceControl, SurfaceControl> leashMap = new ArrayMap<>(); in wrap() local 82 RemoteAnimationTargetCompat.wrapApps(info, t, leashMap); in wrap() 85 info, true /* wallpapers */, t, leashMap); in wrap() 88 info, false /* wallpapers */, t, leashMap); in wrap() 101 if (!leashMap.containsKey(change.getLeash())) continue; in wrap() 143 final SurfaceControl leash = leashMap.get(change.getLeash()); in wrap() 161 counterLauncher.addChild(t, leashMap.get(launcherTask.getLeash())); in wrap() 174 counterWallpaper.addChild(t, leashMap.get(wallpaper.getLeash())); in wrap() 190 leashMap.clear(); in wrap()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
H A D | TransitionUtil.java | 248 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget() argument 249 return newTarget(change, order, false /* forceTranslucent */, info, t, leashMap); in newTarget() 257 @Nullable ArrayMap<SurfaceControl, SurfaceControl> leashMap) { in newTarget() argument 259 if (leashMap != null) { in newTarget() 260 leashMap.put(change.getLeash(), leash); in newTarget()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardService.java | 123 SurfaceControl.Transaction t, ArrayMap<SurfaceControl, SurfaceControl> leashMap, in wrap() argument 152 info, t, leashMap); in wrap() 168 counterWallpaper.addChild(t, leashMap.get(change.getLeash())); in wrap()
|