Home
last modified time | relevance | path

Searched refs:showView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java496 showView(view, shouldAnimate); in updateEmptyNameEditors()
504 showView(view, /* shouldAnimate =*/ false); // Animation here causes jank in updateEmptyNameEditors()
512 showView(view, shouldAnimate); in updateEmptyNameEditors()
560 showView(view, shouldAnimate); in updateEmptyNonNameEditors()
577 private void showView(View view, boolean shouldAnimate) { in showView() method in KindSectionView
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailFragment.java179 showView(recyclerView); in onLoadFinished()
206 showView(emptyContentView); in showEmptyVoicemailFragmentView()
212 private void showView(View view) { in showView() method in NewVoicemailFragment