Searched refs:containerView (Results 1 – 7 of 7) sorted by relevance
594 final ViewGroup containerView = (ViewGroup) findViewById(android.R.id.content); in getAlertAnimator() local597 containerView.offsetDescendantRectToMyCoords(source, sourceBounds); in getAlertAnimator()602 final int xMax = Math.max(centerX, containerView.getWidth() - centerX); in getAlertAnimator()603 final int yMax = Math.max(centerY, containerView.getHeight() - centerY); in getAlertAnimator()612 containerView.addView(revealView); in getAlertAnimator()641 containerView.removeView(revealView); in getAlertAnimator()
309 final View containerView = getContainerView(); in removeFromParent() local310 final ViewGroup currentParent = (ViewGroup)containerView.getParent(); in removeFromParent()312 currentParent.removeView(containerView); in removeFromParent()
66 View containerView = holder.itemView.findViewById(R.id.main_container); in onBindViewHolder() local67 containerView.setOnClickListener(v -> launchSuggestion()); in onBindViewHolder()
294 final LinearLayout containerView = (LinearLayout) inflater in addTab() local296 adapter.setContainerView(containerView); in addTab()302 contentView.addView(containerView); in addTab()304 contentView.addView(containerView, 0); in addTab()594 public void setContainerView(LinearLayout containerView) { in setContainerView() argument595 mContainerView = containerView; in setContainerView()
166 public void setContainerView(AllAppsContainerView containerView) { in setContainerView() argument167 mContainerView = containerView; in setContainerView()
32 void initialize(AllAppsContainerView containerView); in initialize() argument