Searched refs:GhostView (Results 1 – 5 of 5) 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 | 4980 GhostView mGhostView;
|
/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 30 import android.view.GhostView; 375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() 472 private GhostView mGhostView; 474 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() 483 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/config/ |
D | hiddenapi-greylist-max-o.txt | 76221 …geTransform$GhostListener;-><init>(Landroid/view/View;Landroid/view/View;Landroid/view/GhostView;)V 76222 Landroid/transition/ChangeTransform$GhostListener;->mGhostView:Landroid/view/GhostView; 79811 Landroid/view/GhostView; 79812 Landroid/view/GhostView;-><init>(Landroid/view/View;)V 79813 Landroid/view/GhostView;->calculateMatrix(Landroid/view/View;Landroid/view/ViewGroup;Landroid/graph… 79814 Landroid/view/GhostView;->copySize(Landroid/view/View;Landroid/view/View;)V 79815 Landroid/view/GhostView;->getGhost(Landroid/view/View;)Landroid/view/GhostView; 79816 Landroid/view/GhostView;->getInsertIndex(Landroid/view/ViewGroup;Ljava/util/ArrayList;Ljava/util/Ar… 79817 Landroid/view/GhostView;->getParents(Landroid/view/View;Ljava/util/ArrayList;)V 79818 Landroid/view/GhostView;->insertIntoOverlay(Landroid/view/ViewGroup;Landroid/view/ViewGroup;Landroi… [all …]
|