Home
last modified time | relevance | path

Searched defs:removeGhost (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/transition/src/android/support/transition/
DGhostViewUtils.java40 static void removeGhost(View view) { in removeGhost() method in GhostViewUtils
/frameworks/support/transition/base/android/support/transition/
DGhostViewImpl.java31 void removeGhost(View view); in removeGhost() method
/frameworks/support/transition/api21/android/support/transition/
DGhostViewApi21.java60 public void removeGhost(View view) { in removeGhost() method in GhostViewApi21.Creator
/frameworks/support/transition/api14/android/support/transition/
DGhostViewApi14.java64 public void removeGhost(View view) { in removeGhost() method in GhostViewApi14.Creator
/frameworks/base/core/java/android/view/
DGhostView.java138 public static void removeGhost(View view) { in removeGhost() method in GhostView