Searched refs:toActionMode (Results 1 – 2 of 2) sorted by relevance
869 public void animateToMode(boolean toActionMode) { in animateToMode() argument870 if (toActionMode) { in animateToMode()876 mDecorToolbar.animateToVisibility(toActionMode ? View.GONE : View.VISIBLE); in animateToMode()877 mContextView.animateToVisibility(toActionMode ? View.VISIBLE : View.GONE); in animateToMode()
860 void animateToMode(boolean toActionMode) { in animateToMode() argument861 if (toActionMode) { in animateToMode()867 mDecorToolbar.animateToVisibility(toActionMode ? View.GONE : View.VISIBLE); in animateToMode()868 mContextView.animateToVisibility(toActionMode ? View.VISIBLE : View.GONE); in animateToMode()