Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java359 public void setIndicatorText(String indicatorText) { in setIndicatorText() argument
360 mIndicatorText = indicatorText; in setIndicatorText()
DDropdownChipLayouter.java306 @DrawableRes int indicatorIconId, String indicatorText, TextView view) { in bindIndicatorToView() argument
308 if (indicatorText != null || indicatorIconId != 0) { in bindIndicatorToView()
309 view.setText(indicatorText); in bindIndicatorToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricView.java862 final String indicatorText = in onLayoutInternal() local
865 onHelp(TYPE_NONE, indicatorText); in onLayoutInternal()
868 onAuthenticationFailed(TYPE_NONE, indicatorText); in onLayoutInternal()