Searched refs:showView (Results 1 – 4 of 4) sorted by relevance
1352 boolean showView = show && !isResizing() && size > 0; in updateColorViewInt()1364 if (showView) { in updateColorViewInt()1384 int vis = showView ? VISIBLE : INVISIBLE; in updateColorViewInt()1400 if (showView) { in updateColorViewInt()1407 if (showView) { in updateColorViewInt()1427 view.setVisibility(showView ? VISIBLE : INVISIBLE); in updateColorViewInt()
2566 for (View showView : shownChildren) {2567 showView.setVisibility(View.VISIBLE);2568 showView.setAlpha(0f);2569 showView.animate().cancel();2570 showView.animate()
774 showView(views.get(i), setTransitionAlpha); in showViews()778 private void showView(View view, boolean setTransitionAlpha) { in showView() method in ActivityTransitionCoordinator
2326 Landroid/app/ActivityTransitionCoordinator;->showView(Landroid/view/View;Z)V