Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java181 entry.getIndicatorIconId(), entry.getIndicatorText(), viewHolder.indicatorView); in bindView()
540 public final TextView indicatorView; field in DropdownChipLayouter.ViewHolder
562 indicatorView = (TextView) view.findViewById(R.id.chip_indicator_text); in ViewHolder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthBiometricViewTest.java216 TextView indicatorView = new TextView(mContext); in testRestoresState() local
224 return indicatorView; in testRestoresState()