Searched refs:GhostView (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | GhostView.java | 36 public class GhostView extends View { class 41 private GhostView(View view) { in GhostView() method in GhostView 105 GhostView ghostView = view.mGhostView; in addGhost() 121 ghostView = new GhostView(view); in addGhost() 140 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost() 146 GhostView ghostView = view.mGhostView; in removeGhost() 157 public static GhostView getGhost(View view) { in getGhost() 195 GhostView ghostView = (GhostView)((ViewGroup)child).getChildAt(0); in moveGhostViewsToTop() 221 GhostView ghostView, ArrayList<View> tempParents, int firstGhost) { in insertIntoOverlay() 250 GhostView midView = (GhostView) wrapper.getChildAt(0); in getInsertIndex() [all …]
|
H A D | View.java | 5223 GhostView mGhostView;
|
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | GhostedViewLaunchAnimatorController.kt | 30 import android.view.GhostView 65 private var ghostView: GhostView? = null 168 ghostView = GhostView.addGhost(ghostedView, launchContainer) 219 GhostView.calculateMatrix(ghostedView, launchContainer, ghostViewMatrix) 262 GhostView.removeGhost(ghostedView)
|
H A D | DialogLaunchAnimator.kt | 29 import android.view.GhostView 408 GhostView.addGhost(touchSurface, decorView) 496 GhostView.removeGhost(touchSurface)
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | ChangeTransform.java | 31 import android.view.GhostView; 376 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView() 473 private GhostView mGhostView; 475 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() 484 GhostView.removeGhost(mView); in onTransitionEnd()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingWidgetView.java | 27 import android.view.GhostView; 61 private GhostView mForegroundOverlayView; 179 mForegroundOverlayView = GhostView.addGhost(mAppWidgetView, this); in init() 246 GhostView.removeGhost(mAppWidgetView); in finish()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityTransitionCoordinator.java | 32 import android.view.GhostView; 875 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay() 921 GhostView.removeGhost(sharedElement); in moveSharedElementsFromOverlay() 929 GhostView ghostView = GhostView.getGhost(mSharedElements.get(i)); in setGhostVisibility() 1080 GhostView ghostView = GhostView.getGhost(mView); in onPreDraw() 1084 GhostView.calculateMatrix(mView, mDecor, mMatrix); in onPreDraw()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 63398 Landroid/view/GhostView;-><init>(Landroid/view/View;)V 63400 Landroid/view/GhostView;->copySize(Landroid/view/View;Landroid/view/View;)V 63401 Landroid/view/GhostView;->getGhost(Landroid/view/View;)Landroid/view/GhostView; 63404 Landroid/view/GhostView;->insertIntoOverlay(Landroid/view/ViewGroup;Landroid/view/ViewGroup;Landroi… 63405 Landroid/view/GhostView;->isGhostWrapper(Landroid/view/View;)Z 63406 Landroid/view/GhostView;->isOnTop(Landroid/view/View;Landroid/view/View;)Z 63408 Landroid/view/GhostView;->mBeingMoved:Z 63410 Landroid/view/GhostView;->mReferences:I 63411 Landroid/view/GhostView;->mView:Landroid/view/View; 63412 Landroid/view/GhostView;->setMatrix(Landroid/graphics/Matrix;)V [all …]
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 7380 android.view.GhostView
|
H A D | boot-image-profile.txt | 17549 …wGroup;Landroid/view/ViewOverlay$OverlayViewGroup;]Landroid/view/GhostView;Landroid/view/GhostView; 17776 …droid/graphics/drawable/Drawable;megamorphic_types]Landroid/view/GhostView;Landroid/view/GhostView; 31048 Landroid/view/GhostView;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 7401 android.view.GhostView
|
H A D | boot-image-profile.txt | 17598 …wGroup;Landroid/view/ViewOverlay$OverlayViewGroup;]Landroid/view/GhostView;Landroid/view/GhostView; 17825 …droid/graphics/drawable/Drawable;megamorphic_types]Landroid/view/GhostView;Landroid/view/GhostView; 40712 Landroid/view/GhostView;
|