Searched defs:getSupplementalIconDivider (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/car/src/main/java/androidx/car/widget/
H A DSeekbarListItem.java206 vh.getSupplementalIcon(), vh.getSupplementalIconDivider(),
423 (RelativeLayout.LayoutParams) vh.getSupplementalIconDivider()
429 vh.getSupplementalIconDivider().requestLayout();
443 vh.getSupplementalIconDivider().setVisibility(View.VISIBLE);
630 public View getSupplementalIconDivider() { method in class:SeekbarListItem.ViewHolder
H A DTextListItem.java198 vh.getSupplementalIcon(), vh.getSupplementalIconDivider(),
539 vh.getSupplementalIconDivider().setVisibility(View.VISIBLE);
901 public View getSupplementalIconDivider() { method in class:TextListItem.ViewHolder

Completed in 58 milliseconds