Searched refs:addGhost (Results 1 – 9 of 9) sorted by relevance
/frameworks/support/transition/src/main/java/androidx/transition/ |
D | GhostViewUtils.java | 26 static GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost() method in GhostViewUtils 28 return GhostViewApi21.addGhost(view, viewGroup, matrix); in addGhost() 30 return GhostViewApi14.addGhost(view, viewGroup); in addGhost()
|
D | GhostViewApi21.java | 42 static GhostViewImpl addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost() method in GhostViewApi21
|
D | GhostViewApi14.java | 45 static GhostViewImpl addGhost(View view, ViewGroup viewGroup) { in addGhost() method in GhostViewApi14
|
D | ChangeTransform.java | 390 GhostViewImpl ghostView = GhostViewUtils.addGhost(view, sceneRoot, localEndMatrix); in createGhostView()
|
/frameworks/base/core/java/android/view/ |
D | GhostView.java | 94 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost() method in GhostView 134 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost() method in GhostView 135 return addGhost(view, viewGroup, null); in addGhost()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 375 GhostView ghostView = GhostView.addGhost(view, sceneRoot, localEndMatrix); in createGhostView()
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 869 GhostView.addGhost(view, decor, tempMatrix); in moveSharedElementsToOverlay()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 6019 Landroid/view/GhostView;->addGhost(Landroid/view/View;Landroid/view/ViewGroup;)Landroid/view/GhostV… 6020 Landroid/view/GhostView;->addGhost(Landroid/view/View;Landroid/view/ViewGroup;Landroid/graphics/Mat…
|
D | boot-image-profile.txt | 6478 HPLandroid/view/GhostView;->addGhost(Landroid/view/View;Landroid/view/ViewGroup;Landroid/graphics/M…
|