Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java208 private final ArrayMap<SurfaceControl, SurfaceControl> mLeashMap = new ArrayMap<>(); in wrap()
224 synchronized (mLeashMap) { in wrap()
225 apps = wrap(info, false /* wallpapers */, t, mLeashMap, mCounterRotator); in wrap()
226 wallpapers = wrap(info, true /* wallpapers */, t, mLeashMap, mCounterRotator); in wrap()
297 synchronized (mLeashMap) { in wrap()
303 mLeashMap.clear(); in wrap()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java283 private ArrayMap<SurfaceControl, SurfaceControl> mLeashMap = null; field in RecentsTransitionHandler.RecentsController
420 if (mLeashMap != null) { in cleanUp()
421 for (int i = 0; i < mLeashMap.size(); ++i) { in cleanUp()
422 mLeashMap.valueAt(i).release(); in cleanUp()
424 mLeashMap = null; in cleanUp()
481 mLeashMap = new ArrayMap<>(); in start()
510 belowLayers - i, info, t, mLeashMap); in start()
517 belowLayers - i, info, t, mLeashMap); in start()
576 belowLayers - i, info, t, mLeashMap); in start()
887 change, layer, info, t, mLeashMap); in merge()