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
100 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) {
106 GhostView ghostView = view.mGhostView;
122 ghostView = new GhostView(view);
140 public static GhostView addGhost(View view, ViewGroup viewGroup) {
145 GhostView ghostView = view.mGhostView;
156 public static GhostView getGhos
[all...]

Completed in 34 milliseconds