Searched refs:GhostViewListeners (Results 1 – 2 of 2) sorted by relevance
207 private ArrayList<GhostViewListeners> mGhostViewListeners =208 new ArrayList<GhostViewListeners>();872 GhostViewListeners listener = new GhostViewListeners(view, parent, decor); in moveSharedElementsToOverlay()901 GhostViewListeners listener = mGhostViewListeners.get(i); in moveSharedElementsFromOverlay()1050 private static class GhostViewListeners implements ViewTreeObserver.OnPreDrawListener, class in ActivityTransitionCoordinator1058 public GhostViewListeners(View view, View parent, ViewGroup decor) { in GhostViewListeners() method in ActivityTransitionCoordinator.GhostViewListeners
223 android.app.ActivityTransitionCoordinator$GhostViewListeners