Searched refs:showHideViewAnimated (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.car.apps.common.util.ViewUtils.showHideViewAnimated;487 showHideViewAnimated(show, content, mFadeDuration, listener); in showHideContentAnimated()
53 public static void showHideViewAnimated(boolean show, @NonNull View view, int duration, in showHideViewAnimated() method in ViewUtils