Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DLayoutTransition.java794 CleanupCallback callback = new CleanupCallback(layoutChangeListenerMap, parent); in runChangeTransition()
1496 private static final class CleanupCallback implements ViewTreeObserver.OnPreDrawListener, class in LayoutTransition
1502 CleanupCallback(Map<View, View.OnLayoutChangeListener> listenerMap, ViewGroup parent) { in CleanupCallback() method in LayoutTransition.CleanupCallback