Home | History | Annotate | Download | only in transition

Lines Matching refs:ghostView

27 import android.view.GhostView;
337 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix);
343 GhostListener listener = new GhostListener(view, ghostView, endMatrix);
433 private GhostView mGhostView;
436 public GhostListener(View view, GhostView ghostView, Matrix endMatrix) {
438 mGhostView = ghostView;
445 GhostView.removeGhost(mView);