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

/frameworks/base/core/java/android/view/
H A DViewGroupOverlay.java36 ViewGroupOverlay(Context context, View hostView) { argument
37 super(context, hostView);
H A DViewOverlay.java49 ViewOverlay(Context context, View hostView) { argument
50 mOverlayViewGroup = new OverlayViewGroup(context, hostView);
135 OverlayViewGroup(Context context, View hostView) { argument
137 mHostView = hostView;
140 mRight = hostView.getWidth();
141 mBottom = hostView.getHeight();
H A DView.java5617 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) { argument
5618 mHostView = hostView;
[all...]
/frameworks/support/transition/src/main/java/androidx/transition/
H A DViewGroupOverlayApi14.java27 ViewGroupOverlayApi14(Context context, ViewGroup hostView, View requestingView) { argument
28 super(context, hostView, requestingView);
H A DViewOverlayApi14.java47 ViewOverlayApi14(Context context, ViewGroup hostView, View requestingView) { argument
48 mOverlayViewGroup = new OverlayViewGroup(context, hostView, requestingView, this);
156 OverlayViewGroup(Context context, ViewGroup hostView, View requestingView, argument
159 mHostView = hostView;
161 setRight(hostView.getWidth());
162 setBottom(hostView.getHeight());
163 hostView.addView(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java41 public StackScrollState(ViewGroup hostView) { argument
42 mHostView = hostView;
109 "to the hostView");
/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java117 public static Bitmap createDrawableBitmap(Drawable drawable, View hostView) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessageState.java34 MessagingMessageState(View hostView) { argument
35 mHostView = hostView;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAppCompatViewInflater.java373 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) { argument
374 mHostView = hostView;

Completed in 248 milliseconds