Searched refs:textResId (Results 1 – 1 of 1) sorted by relevance
393 int textResId = attributeSet.getAttributeResourceValue("android", "text", 0); in applyTextAttribute() local394 text = context.getResources().getString(textResId); in applyTextAttribute()417 int textResId = attributeSet.getAttributeResourceValue("android", "hint", 0); in applyHintAttribute() local418 hint = context.getResources().getString(textResId); in applyHintAttribute()