Searched refs:mHostView (Results 1 – 7 of 7) sorted by relevance
132 final View mHostView; field in ViewOverlay.OverlayViewGroup141 mHostView = hostView; in OverlayViewGroup()142 mAttachInfo = mHostView.mAttachInfo; in OverlayViewGroup()188 if (parent != mHostView && parent.getParent() != null && in add()195 mHostView.getLocationOnScreen(hostViewLocation); in add()281 if (mHostView != null) { in invalidate()282 mHostView.invalidate(dirty); in invalidate()289 if (mHostView != null) { in invalidate()290 mHostView.invalidate(l, t, r, b); in invalidate()297 if (mHostView != null) { in invalidate()[all …]
35 private View mHostView; field in RemoteAccessibilityController38 mHostView = v; in RemoteAccessibilityController()42 final Handler h = mHostView.getHandler(); in runOnUiThread()
6751 private final View mHostView;6758 mHostView = hostView;6765 resolveMethod(mHostView.getContext(), mMethodName);6803 final int id = mHostView.getId();6805 + mHostView.getContext().getResources().getResourceEntryName(id) + "'";6808 + "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()
58 private final ViewGroup mHostView; field in StackScrollAlgorithm84 mHostView = hostView; in StackScrollAlgorithm()289 int numChildren = mHostView.getChildCount(); in resetChildViewStates()291 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in resetChildViewStates()441 int childCount = mHostView.getChildCount(); in initAlgorithmState()446 ExpandableView v = (ExpandableView) mHostView.getChildAt(i); in initAlgorithmState()1005 final float bottomValue = computeCornerRoundnessForPinnedHun(mHostView.getHeight(), in clampHunToMaxTranslation()
62633 Landroid/view/View$DeclaredOnClickListener;->mHostView:Landroid/view/View;63654 Landroid/view/ViewOverlay$OverlayViewGroup;->mHostView:Landroid/view/View;