Home
last modified time | relevance | path

Searched refs:mGhostView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DGhostView.java44 mView.mGhostView = this; in GhostView()
71 if (mView.mGhostView == this) { in setVisibility()
82 mView.mGhostView = null; in onDetachedFromWindow()
105 GhostView ghostView = view.mGhostView; in addGhost()
146 GhostView ghostView = view.mGhostView; in removeGhost()
158 return view.mGhostView; in getGhost()
DView.java5680 GhostView mGhostView; field in View
20839 if (mGhostView != null) { in invalidateInternal()
20840 mGhostView.invalidate(true); in invalidateInternal()
23498 if (mGhostView != null) { in destroyHardwareResources()
23499 mGhostView.destroyHardwareResources(); in destroyHardwareResources()
25520 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) { in setFrame()
30595 if (getVisibility() == VISIBLE || mGhostView != null) { in findNamedViews()
DViewGroup.java8135 if (getVisibility() != VISIBLE && mGhostView == null) { in findNamedViews()
/frameworks/base/core/java/android/transition/
DChangeTransform.java476 private GhostView mGhostView; field in ChangeTransform.GhostListener
481 mGhostView = ghostView; in GhostListener()
495 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()
500 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56471 Landroid/transition/ChangeTransform$GhostListener;->mGhostView:Landroid/view/GhostView;
62910 Landroid/view/View;->mGhostView:Landroid/view/GhostView;