HomeSort by relevance Sort by last modified time
    Searched defs:mHostView (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/view/
ViewOverlay.java 128 final View mHostView;
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 != null)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
AppWidgetHostViewTest.java 58 private AppWidgetHostView mHostView;
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.findViewById(R.id.image))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 38 private final ViewGroup mHostView;
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/v7/appcompat/src/android/support/v7/app/
AppCompatViewInflater.java 270 private final View mHostView;
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);
  /frameworks/support/transition/api14/android/support/transition/
ViewOverlayApi14.java 146 ViewGroup mHostView;
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 instanceof ViewGroup && sInvalidateChildInParentFastMethod != null)
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 733 milliseconds