Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactKindSectionView.java501 showView(view, shouldAnimate); in updateEmptyNameEditors()
509 showView(view, /* shouldAnimate =*/ false); // Animation here causes jank in updateEmptyNameEditors()
517 showView(view, shouldAnimate); in updateEmptyNameEditors()
565 showView(view, shouldAnimate); in updateEmptyNonNameEditors()
582 private void showView(View view, boolean shouldAnimate) { in showView() method in CompactKindSectionView