Searched refs:GhostView (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | GhostView.java | 36 public class GhostView extends View { class 41 private GhostView(View view) { in GhostView() method in GhostView 99 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost() 105 GhostView ghostView = view.mGhostView; in addGhost() 121 ghostView = new GhostView(view); in addGhost() 140 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost() 146 GhostView ghostView = view.mGhostView; in removeGhost() 157 public static GhostView getGhost(View view) { in getGhost() 195 GhostView ghostView = (GhostView)((ViewGroup)child).getChildAt(0); in moveGhostViewsToTop() 221 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay() [all …]
|
D | View.java | 5209 GhostView mGhostView;
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | GhostedViewLaunchAnimatorController.kt | 13 import android.view.GhostView 47 private var ghostView: GhostView? = null 138 ghostView = GhostView.addGhost(ghostedView, launchContainer) in onLaunchAnimationStart() 195 GhostView.removeGhost(ghostedView) in onLaunchAnimationEnd()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 31 import android.view.GhostView; 376 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() 473 private GhostView mGhostView; 475 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() 484 GhostView.removeGhost(mView); in onTransitionEnd()
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 32 import android.view.GhostView; 874 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay() 920 GhostView.removeGhost(sharedElement); in moveSharedElementsFromOverlay() 928 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() 1079 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() 1083 GhostView.calculateMatrix(mView, mDecor, mMatrix); in onPreDraw()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 60436 …geTransform$GhostListener;-><init>(Landroid/view/View;Landroid/view/View;Landroid/view/GhostView;)V 60437 Landroid/transition/ChangeTransform$GhostListener;->mGhostView:Landroid/view/GhostView; 63398 Landroid/view/GhostView;-><init>(Landroid/view/View;)V 63399 Landroid/view/GhostView;->calculateMatrix(Landroid/view/View;Landroid/view/ViewGroup;Landroid/graph… 63400 Landroid/view/GhostView;->copySize(Landroid/view/View;Landroid/view/View;)V 63401 Landroid/view/GhostView;->getGhost(Landroid/view/View;)Landroid/view/GhostView; 63402 Landroid/view/GhostView;->getInsertIndex(Landroid/view/ViewGroup;Ljava/util/ArrayList;Ljava/util/Ar… 63403 Landroid/view/GhostView;->getParents(Landroid/view/View;Ljava/util/ArrayList;)V 63404 Landroid/view/GhostView;->insertIntoOverlay(Landroid/view/ViewGroup;Landroid/view/ViewGroup;Landroi… 63405 Landroid/view/GhostView;->isGhostWrapper(Landroid/view/View;)Z [all …]
|
/frameworks/base/boot/ |
D | preloaded-classes | 7380 android.view.GhostView
|
D | boot-image-profile.txt | 17549 …wGroup;Landroid/view/ViewOverlay$OverlayViewGroup;]Landroid/view/GhostView;Landroid/view/GhostView; 17776 …droid/graphics/drawable/Drawable;megamorphic_types]Landroid/view/GhostView;Landroid/view/GhostView; 31048 Landroid/view/GhostView;
|
/frameworks/base/config/ |
D | preloaded-classes | 7401 android.view.GhostView
|
D | boot-image-profile.txt | 17598 …wGroup;Landroid/view/ViewOverlay$OverlayViewGroup;]Landroid/view/GhostView;Landroid/view/GhostView; 17825 …droid/graphics/drawable/Drawable;megamorphic_types]Landroid/view/GhostView;Landroid/view/GhostView; 40712 Landroid/view/GhostView;
|