OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OverlayViewGroup
(Results
1 - 5
of
5
) sorted by null
/frameworks/support/transition/api14/android/support/transition/
ViewOverlayApi14.java
44
*
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 {
157
OverlayViewGroup
(Context context, ViewGroup hostView, View requestingView,
/frameworks/base/core/java/android/view/
ViewOverlay.java
45
*
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 {
135
OverlayViewGroup
(Context context, View hostView) {
242
* The
OverlayViewGroup
doesn't draw with a DisplayList, because
247
* of the
OverlayViewGroup
can cast shadows and Z reorder with each other.
GhostView.java
99
ViewOverlay.
OverlayViewGroup
overlayViewGroup
= overlay.mOverlayViewGroup;
105
if (oldGrandParent !=
overlayViewGroup
) {
235
private static int getInsertIndex(ViewGroup
overlayViewGroup
, ArrayList<View> viewParents,
238
int high =
overlayViewGroup
.getChildCount() - 1;
242
ViewGroup wrapper = (ViewGroup)
overlayViewGroup
.getChildAt(mid);
/prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 105 milliseconds