OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OverlayViewGroup
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/transition/src/main/java/androidx/transition/
ViewOverlayApi14.java
43
*
OverlayViewGroup
.
45
protected
OverlayViewGroup
mOverlayViewGroup;
48
mOverlayViewGroup = new
OverlayViewGroup
(context, hostView, requestingView, this);
70
if (child instanceof
OverlayViewGroup
) {
71
return ((
OverlayViewGroup
) child).mViewOverlay;
108
*
OverlayViewGroup
is a container that View and ViewGroup use to host
128
static class
OverlayViewGroup
extends ViewGroup {
156
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);
/frameworks/base/config/
preloaded-classes
[
all
...]
Completed in 163 milliseconds