Searched defs:hostView (Results 1 - 7 of 7) 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.java5319 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) { argument
5320 mHostView = hostView;
/frameworks/support/transition/api14/android/support/transition/
H A DViewGroupOverlayApi14.java28 ViewGroupOverlayApi14(Context context, ViewGroup hostView, View requestingView) { argument
29 super(context, hostView, requestingView);
H A DViewOverlayApi14.java48 ViewOverlayApi14(Context context, ViewGroup hostView, View requestingView) { argument
49 mOverlayViewGroup = new OverlayViewGroup(context, hostView, requestingView, this);
157 OverlayViewGroup(Context context, ViewGroup hostView, View requestingView, argument
160 mHostView = hostView;
162 setRight(hostView.getWidth());
163 setBottom(hostView.getHeight());
164 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;
108 "to the hostView");
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatViewInflater.java276 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) { argument
277 mHostView = hostView;

Completed in 222 milliseconds