Home
last modified time | relevance | path

Searched defs:ghostView (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/transition/api14/android/support/transition/
DGhostViewApi14.java50 GhostViewApi14 ghostView = getGhostView(view); in addGhost() local
65 GhostViewApi14 ghostView = getGhostView(view); in removeGhost() local
193 private static void setGhostView(@NonNull View view, GhostViewApi14 ghostView) { in setGhostView()
/frameworks/base/core/java/android/view/
DGhostView.java100 GhostView ghostView = view.mGhostView; in addGhost() local
139 GhostView ghostView = view.mGhostView; in removeGhost() local
188 GhostView ghostView = (GhostView)((ViewGroup)child).getChildAt(0); in moveGhostViewsToTop() local
214 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay()
/frameworks/support/transition/api21/android/support/transition/
DGhostViewApi21.java78 private GhostViewApi21(@NonNull View ghostView) { in GhostViewApi21()
/frameworks/base/core/java/android/transition/
DChangeTransform.java375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local
474 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener()
/frameworks/support/transition/src/android/support/transition/
DChangeTransform.java389 GhostViewImpl ghostView = GhostViewUtils.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local
514 GhostListener(View view, GhostViewImpl ghostView) { in GhostListener()
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java923 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local
1071 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local