Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java214 private ArrayList<GhostViewListeners> mGhostViewListeners =
215 new ArrayList<GhostViewListeners>();
878 GhostViewListeners listener = new GhostViewListeners(view, parent, decor); in moveSharedElementsToOverlay()
907 GhostViewListeners listener = mGhostViewListeners.get(i); in moveSharedElementsFromOverlay()
1059 private static class GhostViewListeners implements ViewTreeObserver.OnPreDrawListener, class in ActivityTransitionCoordinator
1067 public GhostViewListeners(View view, View parent, ViewGroup decor) { in GhostViewListeners() method in ActivityTransitionCoordinator.GhostViewListeners
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2222 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;-><init>(Landroid/view/View;Landroid/…
2223 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->getView()Landroid/view/View;
2224 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mDecor:Landroid/view/ViewGroup;
2225 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mMatrix:Landroid/graphics/Matrix;
2226 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mParent:Landroid/view/View;
2227 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mView:Landroid/view/View;
2228 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mViewTreeObserver:Landroid/view/Vie…
2229 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->removeListener()V