Searched refs:mHostView (Results 1 – 7 of 7) sorted by relevance
132 final View mHostView; field in ViewOverlay.OverlayViewGroup141 mHostView = hostView; in OverlayViewGroup()281 if (mHostView != null) { in invalidate()289 if (mHostView != null) { in invalidate()297 if (mHostView != null) { in invalidate()306 if (mHostView != null) { in invalidate()314 if (mHostView != null) { in invalidateViewProperty()322 if (mHostView != null) { in invalidateParentCaches()330 if (mHostView != null) { in invalidateParentIfNeeded()337 if (mHostView != null) { in onDescendantInvalidated()[all …]
33 private View mHostView; field in RemoteAccessibilityController36 mHostView = v; in RemoteAccessibilityController()40 final Handler h = mHostView.getHandler(); in runOnUiThread()
6251 private final View mHostView;6258 mHostView = hostView;6265 resolveMethod(mHostView.getContext(), mMethodName);6303 final int id = mHostView.getId();6305 + mHostView.getContext().getResources().getResourceEntryName(id) + "'";6308 + "attribute defined on view " + mHostView.getClass() + idText);
59 private AppWidgetHostView mHostView; field in AppWidgetHostViewTest68 mHostView = new AppWidgetHostView(mContext); 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()104 mHostView.setExecutor(executor); in asyncInflation_cancelled()106 mHostView.updateAppWidget(mViews.clone()); in asyncInflation_cancelled()107 mHostView.updateAppWidget(mViews.clone()); in asyncInflation_cancelled()[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()
52 private final ViewGroup mHostView; field in StackScrollAlgorithm69 mHostView = hostView; in StackScrollAlgorithm()126 int numChildren = mHostView.getChildCount(); in resetChildViewStates()128 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in resetChildViewStates()256 int childCount = mHostView.getChildCount(); in initAlgorithmState()261 ExpandableView v = (ExpandableView) mHostView.getChildAt(i); in initAlgorithmState()
66599 Landroid/view/View$DeclaredOnClickListener;->mHostView:Landroid/view/View;67620 Landroid/view/ViewOverlay$OverlayViewGroup;->mHostView:Landroid/view/View;