Searched defs:ghostView (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/transition/api14/android/support/transition/ |
D | GhostViewApi14.java | 50 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/ |
D | GhostView.java | 100 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/ |
D | GhostViewApi21.java | 78 private GhostViewApi21(@NonNull View ghostView) { in GhostViewApi21()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 375 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/ |
D | ChangeTransform.java | 389 GhostViewImpl ghostView = GhostViewUtils.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() local 514 GhostListener(View view, GhostViewImpl ghostView) { in GhostListener()
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 923 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() local 1071 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() local
|