Searched refs:GhostView (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | GhostView.java | 32 public class GhostView extends View { class 37 private GhostView(View view) { in GhostView() method in GhostView 94 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost() 100 GhostView ghostView = view.mGhostView; in addGhost() 116 ghostView = new GhostView(view); in addGhost() 134 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost() 139 GhostView ghostView = view.mGhostView; in removeGhost() 150 public static GhostView getGhost(View view) { in getGhost() 188 GhostView ghostView = (GhostView)((ViewGroup)child).getChildAt(0); in moveGhostViewsToTop() 214 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay() [all …]
|
D | View.java | 3952 GhostView mGhostView;
|
/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 30 import android.view.GhostView; 373 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() 470 private GhostView mGhostView; 472 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() 481 GhostView.removeGhost(mView); in onTransitionEnd()
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 30 import android.view.GhostView; 806 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay() 851 GhostView.removeGhost(sharedElement); in moveSharedElementsFromOverlay() 859 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() 996 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() 1000 GhostView.calculateMatrix(mView, mDecor, mMatrix); in onPreDraw()
|
/frameworks/base/ |
D | compiled-classes-phone | 4255 android.view.GhostView
|