Searched defs:GhostView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGhostView.java27 * here using its render node. When the GhostView is set to INVISIBLE, the View it is
28 * shadowing will become VISIBLE and when the GhostView becomes VISIBLE, the shadowed
32 public class GhostView extends View { class in inherits:View
37 private GhostView(View view) { method in class:GhostView
94 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) {
100 GhostView ghostView = view.mGhostView;
116 ghostView = new GhostView(view);
134 public static GhostView addGhost(View view, ViewGroup viewGroup) {
139 GhostView ghostView = view.mGhostView;
150 public static GhostView getGhos
[all...]

Completed in 31 milliseconds