Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultMixedHandler.java700 for (TransitionInfo.Change oldChange : from.getChanges()) { in handoverTransitionLeashes()
701 if (oldChange.getContainer() != null) { in handoverTransitionLeashes()
702 originalChanges.put(oldChange.getContainer(), oldChange); in handoverTransitionLeashes() local
710 final TransitionInfo.Change oldChange = originalChanges.get( in handoverTransitionLeashes() local
713 newChange.setLeash(oldChange.getLeash()); in handoverTransitionLeashes()