Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A 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()
H A DView.java5394 GhostView mGhostView; field in View
19969 if (mGhostView != null) { in invalidateInternal()
19970 mGhostView.invalidate(true); in invalidateInternal()
22575 if (mGhostView != null) { in destroyHardwareResources()
22576 mGhostView.destroyHardwareResources(); in destroyHardwareResources()
24578 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) { in setFrame()
29524 if (getVisibility() == VISIBLE || mGhostView != null) { in findNamedViews()
H A DViewGroup.java8157 if (getVisibility() != VISIBLE && mGhostView == null) { in findNamedViews()
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeTransform.java473 private GhostView mGhostView; field in ChangeTransform.GhostListener
478 mGhostView = ghostView; in GhostListener()
492 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()
497 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57114 Landroid/transition/ChangeTransform$GhostListener;->mGhostView:Landroid/view/GhostView;
63553 Landroid/view/View;->mGhostView:Landroid/view/GhostView;