Searched refs:addGhost (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/transition/src/android/support/transition/
H A DGhostViewUtils.java36 static GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix) { method in class:GhostViewUtils
37 return CREATOR.addGhost(view, viewGroup, matrix);
H A DChangeTransform.java389 GhostViewImpl ghostView = GhostViewUtils.addGhost(view, sceneRoot, localEndMatrix);
/frameworks/support/transition/base/android/support/transition/
H A DGhostViewImpl.java29 GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix); method in interface:GhostViewImpl.Creator
/frameworks/support/transition/api21/android/support/transition/
H A DGhostViewApi21.java44 public GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix) { method in class:GhostViewApi21.Creator
107 sAddGhostMethod = sGhostViewClass.getDeclaredMethod("addGhost", View.class,
111 Log.i(TAG, "Failed to retrieve addGhost method", e);
/frameworks/base/core/java/android/view/
H A DGhostView.java94 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { method in class:GhostView
134 public static GhostView addGhost(View view, ViewGroup viewGroup) { method in class:GhostView
135 return addGhost(view, viewGroup, null);
/frameworks/support/transition/api14/android/support/transition/
H A DGhostViewApi14.java49 public GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix) { method in class:GhostViewApi14.Creator
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix);
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java869 GhostView.addGhost(view, decor, tempMatrix);

Completed in 865 milliseconds