Searched refs:toHide (Results 1 – 1 of 1) sorted by relevance
264 final View toShow, toHide; in swapPanels() local268 toHide = mNotificationScroller; in swapPanels()271 toHide = mSettingsView; in swapPanels()273 Animator a = ObjectAnimator.ofFloat(toHide, "alpha", 1f, 0f) in swapPanels()278 toHide.setVisibility(View.GONE); in swapPanels()292 if (toHide == mSettingsView) { in swapPanels()