HomeSort by relevance Sort by last modified time
    Searched refs:addGhost (Results 1 - 7 of 7) sorted by null

  /frameworks/support/transition/src/main/java/androidx/transition/
GhostViewUtils.java 26 static GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix) {
28 return GhostViewApi21.addGhost(view, viewGroup, matrix);
30 return GhostViewApi14.addGhost(view, viewGroup);
GhostViewApi21.java 42 static GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix) {
102 sAddGhostMethod = sGhostViewClass.getDeclaredMethod("addGhost", View.class,
106 Log.i(TAG, "Failed to retrieve addGhost method", e);
GhostViewApi14.java 45 static GhostViewImpl addGhost(View view, ViewGroup viewGroup) {
ChangeTransform.java 390 GhostViewImpl ghostView = GhostViewUtils.addGhost(view, sceneRoot, localEndMatrix);
  /frameworks/base/core/java/android/view/
GhostView.java 94 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) {
134 public static GhostView addGhost(View view, ViewGroup viewGroup) {
135 return addGhost(view, viewGroup, null);
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix);
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java     [all...]

Completed in 180 milliseconds