Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java1714 updateTextAndIcon(mTextView, mIconView); in update()
1718 updateTextAndIcon(mCustomTextView, mCustomIconView); in update()
1726 private void updateTextAndIcon(@Nullable final TextView textView, in updateTextAndIcon() method