Searched refs:hostView (Results 1 – 6 of 6) sorted by relevance
50 ViewOverlay(Context context, View hostView) { in ViewOverlay() argument51 mOverlayViewGroup = new OverlayViewGroup(context, hostView); in ViewOverlay()138 OverlayViewGroup(Context context, View hostView) { in OverlayViewGroup() argument140 mHostView = hostView; in OverlayViewGroup()143 mRight = hostView.getWidth(); in OverlayViewGroup()144 mBottom = hostView.getHeight(); in OverlayViewGroup()
36 ViewGroupOverlay(Context context, View hostView) { in ViewGroupOverlay() argument37 super(context, hostView); in ViewGroupOverlay()
6100 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) {6101 mHostView = hostView;
34 MessagingMessageState(View hostView) { in MessagingMessageState() argument35 mHostView = hostView; in MessagingMessageState()
63 ViewGroup hostView) { in StackScrollAlgorithm() argument64 mHostView = hostView; in StackScrollAlgorithm()234 private void initAlgorithmState(ViewGroup hostView, StackScrollAlgorithmState state, in initAlgorithmState() argument250 int childCount = hostView.getChildCount(); in initAlgorithmState()270 ExpandableView v = (ExpandableView) hostView.getChildAt(i); in initAlgorithmState()
117 public static Bitmap createDrawableBitmap(Drawable drawable, View hostView) { in createDrawableBitmap() argument