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

  /frameworks/support/transition/src/main/java/androidx/transition/
GhostViewUtils.java 33 static void removeGhost(View view) {
35 GhostViewApi21.removeGhost(view);
37 GhostViewApi14.removeGhost(view);
GhostViewApi21.java 57 static void removeGhost(View view) {
116 sRemoveGhostMethod = sGhostViewClass.getDeclaredMethod("removeGhost", View.class);
119 Log.i(TAG, "Failed to retrieve removeGhost method", e);
GhostViewApi14.java 59 static void removeGhost(View view) {
ChangeTransform.java 523 GhostViewUtils.removeGhost(mView);
  /frameworks/base/core/java/android/view/
GhostView.java 138 public static void removeGhost(View view) {
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 483 GhostView.removeGhost(mView);
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java     [all...]

Completed in 149 milliseconds