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 …]
35 private View mHostView; field in RemoteAccessibilityController38 mHostView = v; in RemoteAccessibilityController()42 final Handler h = mHostView.getHandler(); in runOnUiThread()
6450 private final View mHostView;6457 mHostView = hostView;6464 resolveMethod(mHostView.getContext(), mMethodName);6502 final int id = mHostView.getId();6504 + mHostView.getContext().getResources().getResourceEntryName(id) + "'";6507 + "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()
57 private final ViewGroup mHostView; field in StackScrollAlgorithm79 mHostView = hostView; in StackScrollAlgorithm()248 int numChildren = mHostView.getChildCount(); in resetChildViewStates()250 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in resetChildViewStates()360 int childCount = mHostView.getChildCount(); in initAlgorithmState()365 ExpandableView v = (ExpandableView) mHostView.getChildAt(i); in initAlgorithmState()864 final float bottomValue = computeCornerRoundnessForPinnedHun(mHostView.getHeight(), in clampHunToMaxTranslation()
63276 Landroid/view/View$DeclaredOnClickListener;->mHostView:Landroid/view/View;64297 Landroid/view/ViewOverlay$OverlayViewGroup;->mHostView:Landroid/view/View;