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

  /frameworks/base/core/java/android/view/
GhostView.java 27 * here using its render node. When the GhostView is set to INVISIBLE, the View it is
28 * shadowing will become VISIBLE and when the GhostView becomes VISIBLE, the shadowed
32 public class GhostView extends View {
37 private GhostView(View view) {
94 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) {
100 GhostView ghostView = view.mGhostView;
102 if (ghostView != null) {
103 View oldParent = (View) ghostView.getParent();
106 previousRefCount = ghostView.mReferences
    [all...]
View.java     [all...]
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 30 import android.view.GhostView;
375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix);
381 GhostListener listener = new GhostListener(view, startValues.view, ghostView);
472 private GhostView mGhostView;
474 public GhostListener(View view, View startView, GhostView ghostView) {
477 mGhostView = ghostView;
483 GhostView.removeGhost(mView)
    [all...]
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 32 import android.view.GhostView;
    [all...]

Completed in 474 milliseconds