Home
last modified time | relevance | path

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

/frameworks/support/transition/src/main/java/androidx/transition/
DGhostViewApi21.java71 private final View mGhostView; field in GhostViewApi21
74 mGhostView = ghostView; in GhostViewApi21()
79 mGhostView.setVisibility(visibility); in setVisibility()
DChangeTransform.java513 private GhostViewImpl mGhostView; field in ChangeTransform.GhostListener
517 mGhostView = ghostView; in GhostListener()
530 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()
535 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()
/frameworks/base/core/java/android/view/
DGhostView.java40 mView.mGhostView = this; in GhostView()
67 if (mView.mGhostView == this) { in setVisibility()
78 mView.mGhostView = null; in onDetachedFromWindow()
100 GhostView ghostView = view.mGhostView; in addGhost()
139 GhostView ghostView = view.mGhostView; in removeGhost()
151 return view.mGhostView; in getGhost()
DView.java4752 GhostView mGhostView; field in View
16403 if (mGhostView != null) { in invalidateInternal()
16404 mGhostView.invalidate(true); in invalidateInternal()
18895 if (mGhostView != null) { in destroyHardwareResources()
18896 mGhostView.destroyHardwareResources(); in destroyHardwareResources()
20812 if ((mViewFlags & VISIBILITY_MASK) == VISIBLE || mGhostView != null) { in setFrame()
25328 if (getVisibility() == VISIBLE || mGhostView != null) { in findNamedViews()
DViewGroup.java7542 if (getVisibility() != VISIBLE && mGhostView == null) { in findNamedViews()
/frameworks/base/core/java/android/transition/
DChangeTransform.java472 private GhostView mGhostView; field in ChangeTransform.GhostListener
477 mGhostView = ghostView; in GhostListener()
491 mGhostView.setVisibility(View.INVISIBLE); in onTransitionPause()
496 mGhostView.setVisibility(View.VISIBLE); in onTransitionResume()
/frameworks/base/config/
Dhiddenapi-private-dex.txt89230 Landroid/transition/ChangeTransform$GhostListener;->mGhostView:Landroid/view/GhostView;
97353 Landroid/view/View;->mGhostView:Landroid/view/GhostView;