Searched refs:showView (Results 1 – 4 of 4) sorted by relevance
1350 boolean showView = show && !isResizing() && size > 0; in updateColorViewInt()1362 if (showView) { in updateColorViewInt()1382 int vis = showView ? VISIBLE : INVISIBLE; in updateColorViewInt()1398 if (showView) { in updateColorViewInt()1405 if (showView) { in updateColorViewInt()1425 view.setVisibility(showView ? VISIBLE : INVISIBLE); in updateColorViewInt()
2591 for (View showView : shownChildren) {2592 showView.setVisibility(View.VISIBLE);2593 showView.setAlpha(0f);2594 showView.animate().cancel();2595 showView.animate()
774 showView(views.get(i), setTransitionAlpha); in showViews()778 private void showView(View view, boolean setTransitionAlpha) { in showView() method in ActivityTransitionCoordinator
2556 Landroid/app/ActivityTransitionCoordinator;->showView(Landroid/view/View;Z)V