Home
last modified time | relevance | path

Searched refs:GhostView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DGhostView.java36 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 …]
DView.java5229 GhostView mGhostView;
/frameworks/base/core/java/android/transition/
DChangeTransform.java30 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/
DActivityTransitionCoordinator.java32 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/
Dpreloaded-classes6739 android.view.GhostView
Dboot-image-profile.txt47051 Landroid/view/GhostView;