Searched refs:oldCurrentAccountView (Results 1 – 1 of 1) sorted by relevance
106 final View oldCurrentAccountView = getChildAt(0); in refresh() local107 if (oldCurrentAccountView != null) { in refresh()108 removeView(oldCurrentAccountView); in refresh()110 final View newCurrentAccountView = adapter.getView(0, oldCurrentAccountView, this); in refresh()