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

/frameworks/support/transition/src/android/support/transition/
H A DGhostViewUtils.java40 static void removeGhost(View view) { method in class:GhostViewUtils
41 CREATOR.removeGhost(view);
/frameworks/support/transition/base/android/support/transition/
H A DGhostViewImpl.java31 void removeGhost(View view); method in interface:GhostViewImpl.Creator
/frameworks/support/transition/api21/android/support/transition/
H A DGhostViewApi21.java60 public void removeGhost(View view) { method in class:GhostViewApi21.Creator
121 sRemoveGhostMethod = sGhostViewClass.getDeclaredMethod("removeGhost", View.class);
124 Log.i(TAG, "Failed to retrieve removeGhost method", e);
/frameworks/base/core/java/android/view/
H A DGhostView.java138 public static void removeGhost(View view) { method in class:GhostView
/frameworks/support/transition/api14/android/support/transition/
H A DGhostViewApi14.java64 public void removeGhost(View view) { method in class:GhostViewApi14.Creator

Completed in 193 milliseconds