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>();
877 GhostViewListeners listener = new GhostViewListeners(view, parent, decor); in moveSharedElementsToOverlay()
906 GhostViewListeners listener = mGhostViewListeners.get(i); in moveSharedElementsFromOverlay()
1058 private static class GhostViewListeners implements ViewTreeObserver.OnPreDrawListener, class in ActivityTransitionCoordinator
1066 public GhostViewListeners(View view, View parent, ViewGroup decor) { in GhostViewListeners() method in ActivityTransitionCoordinator.GhostViewListeners
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2449 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;
2450 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;-><init>(Landroid/view/View;Landroid/…
2451 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->getView()Landroid/view/View;
2452 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mDecor:Landroid/view/ViewGroup;
2453 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mMatrix:Landroid/graphics/Matrix;
2454 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mParent:Landroid/view/View;
2455 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mView:Landroid/view/View;
2456 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mViewTreeObserver:Landroid/view/Vie…
2457 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->removeListener()V