Searched refs:textValue (Results 1 – 4 of 4) sorted by relevance
54 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local58 textValue.setText(PREFIX_VALUE + configItem.valueString); in getView()60 textValue.setText(PREFIX_VALUE + configItem.value); in getView()
92 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local95 textValue.setText(PREFIX_VALUE + capItem.value); in getView()
96 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local99 textValue.setText(PREFIX_VALUE + regItem.value); in getView()
80 CharSequence textValue = text.getText(); in setValue() local81 if (textValue instanceof Spannable) { in setValue()82 Spannable spn = (Spannable) textValue; in setValue()