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

  /frameworks/base/core/java/android/view/
GhostView.java 40 mView.mGhostView = this;
68 if (mView.mGhostView == this) {
83 mView.mGhostView = null;
106 GhostView ghostView = view.mGhostView;
145 GhostView ghostView = view.mGhostView;
157 return view.mGhostView;
View.java     [all...]
ViewGroup.java     [all...]
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 470 private GhostView mGhostView;
475 mGhostView = ghostView;
489 mGhostView.setVisibility(View.INVISIBLE);
494 mGhostView.setVisibility(View.VISIBLE);

Completed in 61 milliseconds