Searched refs:mHostView (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewOverlay.java128 final View mHostView; field in class:ViewOverlay.OverlayViewGroup
137 mHostView = hostView;
138 mAttachInfo = mHostView.mAttachInfo;
184 if (parent != mHostView && parent.getParent() != null &&
191 mHostView.getLocationOnScreen(hostViewLocation);
277 if (mHostView != null) {
278 mHostView.invalidate(dirty);
285 if (mHostView != null) {
286 mHostView.invalidate(l, t, r, b);
293 if (mHostView !
[all...]
H A DView.java5313 private final View mHostView; field in class:View.DeclaredOnClickListener
5320 mHostView = hostView;
5327 resolveMethod(mHostView.getContext(), mMethodName);
5365 final int id = mHostView.getId();
5367 + mHostView.getContext().getResources().getResourceEntryName(id) + "'";
5370 + "attribute defined on view " + mHostView.getClass() + idText);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAppWidgetHostViewTest.java58 private AppWidgetHostView mHostView; field in class:AppWidgetHostViewTest
67 mHostView = new AppWidgetHostView(mContext);
68 mHostView.setAppWidget(0, AppWidgetManager.getInstance(
72 mHostView.setOnHierarchyChangeListener(mViewAddListener);
79 mHostView.updateAppWidget(mViews);
80 assertNotNull(mHostView.findViewById(R.id.image));
86 mHostView.setExecutor(executor);
88 mHostView.updateAppWidget(mViews);
89 assertNull(mHostView.findViewById(R.id.image));
97 assertNotNull(mHostView
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java38 private final ViewGroup mHostView; field in class:StackScrollState
42 mHostView = hostView;
47 return mHostView;
51 int numChildren = mHostView.getChildCount();
53 ExpandableView child = (ExpandableView) mHostView.getChildAt(i);
98 * Apply the properties saved in {@link #mStateMap} to the children of the {@link #mHostView}.
102 int numChildren = mHostView.getChildCount();
104 ExpandableView child = (ExpandableView) mHostView.getChildAt(i);
/frameworks/support/transition/api14/android/support/transition/
H A DViewOverlayApi14.java146 ViewGroup mHostView; field in class:ViewOverlayApi14.OverlayViewGroup
160 mHostView = hostView;
203 if (parent != mHostView && parent.getParent() != null
210 mHostView.getLocationOnScreen(hostViewLocation);
230 mHostView.removeView(this);
255 mHostView.getLocationOnScreen(contentViewLocation);
285 mHostView.getLocationOnScreen(contentViewLocation);
292 if (mHostView != null) {
305 mHostView.invalidate(dirty);
314 if (mHostView instanceo
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatViewInflater.java270 private final View mHostView; field in class:AppCompatViewInflater.DeclaredOnClickListener
277 mHostView = hostView;
284 resolveMethod(mHostView.getContext(), mMethodName);
322 final int id = mHostView.getId();
324 + mHostView.getContext().getResources().getResourceEntryName(id) + "'";
327 + "attribute defined on view " + mHostView.getClass() + idText);

Completed in 206 milliseconds