Searched refs:mHostView (Results 1 – 2 of 2) sorted by relevance
122 View mHostView; field in ViewOverlay.OverlayViewGroup131 mHostView = hostView; in OverlayViewGroup()132 mAttachInfo = mHostView.mAttachInfo; in OverlayViewGroup()169 if (parent != mHostView && parent.getParent() != null && in add()176 mHostView.getLocationOnScreen(hostViewLocation); in add()243 if (mHostView != null) { in invalidate()244 mHostView.invalidate(dirty); in invalidate()251 if (mHostView != null) { in invalidate()252 mHostView.invalidate(l, t, r, b); in invalidate()259 if (mHostView != null) { in invalidate()[all …]
41 private final ViewGroup mHostView; field in StackScrollState47 mHostView = hostView; in StackScrollState()54 return mHostView; in getHostView()58 int numChildren = mHostView.getChildCount(); in resetViewStates()60 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in resetViewStates()87 int numChildren = mHostView.getChildCount(); in apply()89 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in apply()216 int childCount = mHostView.getChildCount();218 View child = mHostView.getChildAt(i);