Searched refs:mHostView (Results 1 – 6 of 6) sorted by relevance
131 final View mHostView; field in ViewOverlay.OverlayViewGroup140 mHostView = hostView; in OverlayViewGroup()141 mAttachInfo = mHostView.mAttachInfo; in OverlayViewGroup()187 if (parent != mHostView && parent.getParent() != null && in add()194 mHostView.getLocationOnScreen(hostViewLocation); in add()280 if (mHostView != null) { in invalidate()281 mHostView.invalidate(dirty); in invalidate()288 if (mHostView != null) { in invalidate()289 mHostView.invalidate(l, t, r, b); in invalidate()296 if (mHostView != null) { in invalidate()[all …]
5971 private final View mHostView;5978 mHostView = hostView;5985 resolveMethod(mHostView.getContext(), mMethodName);6023 final int id = mHostView.getId();6025 + mHostView.getContext().getResources().getResourceEntryName(id) + "'";6028 + "attribute defined on view " + mHostView.getClass() + idText);
59 private AppWidgetHostView mHostView; field in AppWidgetHostViewTest68 mHostView = new AppWidgetHostView(mContext); in setup()69 mHostView.setAppWidget(0, AppWidgetManager.getInstance( in setup()73 mHostView.setOnHierarchyChangeListener(mViewAddListener); in setup()80 mHostView.updateAppWidget(mViews); in syncInflation()81 assertNotNull(mHostView.findViewById(R.id.image)); in syncInflation()87 mHostView.setExecutor(executor); in asyncInflation()89 mHostView.updateAppWidget(mViews); in asyncInflation()90 assertNull(mHostView.findViewById(R.id.image)); in asyncInflation()98 assertNotNull(mHostView.findViewById(R.id.image)); in asyncInflation()[all …]
28 private final View mHostView; field in MessagingMessageState35 mHostView = hostView; in MessagingMessageState()59 ViewParent parent = mHostView.getParent(); in setIsHidingAnimated()61 mHostView.invalidate(); in setIsHidingAnimated()72 return mHostView; in getHostView()76 mHostView.setAlpha(1.0f); in recycle()77 mHostView.setTranslationY(0); in recycle()78 MessagingPropertyAnimator.recycle(mHostView); in recycle()
47 private final ViewGroup mHostView; field in StackScrollAlgorithm64 mHostView = hostView; in StackScrollAlgorithm()99 initAlgorithmState(mHostView, algorithmState, ambientState); in resetViewStates()116 int numChildren = mHostView.getChildCount(); in resetChildViewStates()118 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in resetChildViewStates()
83219 Landroid/view/View$DeclaredOnClickListener;->mHostView:Landroid/view/View;84282 Landroid/view/ViewOverlay$OverlayViewGroup;->mHostView:Landroid/view/View;