Searched refs:OverlayViewGroup (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/transition/api14/android/support/transition/
H A DViewOverlayApi14.java44 * OverlayViewGroup.
46 protected OverlayViewGroup mOverlayViewGroup;
49 mOverlayViewGroup = new OverlayViewGroup(context, hostView, requestingView, this);
71 if (child instanceof OverlayViewGroup) {
72 return ((OverlayViewGroup) child).mViewOverlay;
109 * OverlayViewGroup is a container that View and ViewGroup use to host
129 static class OverlayViewGroup extends ViewGroup { class in class:ViewOverlayApi14
157 OverlayViewGroup(Context context, ViewGroup hostView, View requestingView, method in class:ViewOverlayApi14.OverlayViewGroup
/frameworks/base/core/java/android/view/
H A DViewOverlay.java45 * OverlayViewGroup.
47 OverlayViewGroup mOverlayViewGroup;
50 mOverlayViewGroup = new OverlayViewGroup(context, hostView);
102 * OverlayViewGroup is a container that View and ViewGroup use to host
122 static class OverlayViewGroup extends ViewGroup { class in class:ViewOverlay
135 OverlayViewGroup(Context context, View hostView) { method in class:ViewOverlay.OverlayViewGroup
242 * The OverlayViewGroup doesn't draw with a DisplayList, because
247 * of the OverlayViewGroup can cast shadows and Z reorder with each other.
H A DGhostView.java99 ViewOverlay.OverlayViewGroup overlayViewGroup = overlay.mOverlayViewGroup;
/frameworks/base/
H A Dcompiled-classes-phone4536 android.view.ViewOverlay$OverlayViewGroup

Completed in 199 milliseconds