Searched refs:GhostView (Results 1 – 6 of 6) 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 | 5229 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 | preloaded-classes | 6739 android.view.GhostView
|
D | boot-image-profile.txt | 47051 Landroid/view/GhostView;
|