Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java393 int textResId = attributeSet.getAttributeResourceValue("android", "text", 0); in applyTextAttribute() local
394 text = context.getResources().getString(textResId); in applyTextAttribute()
417 int textResId = attributeSet.getAttributeResourceValue("android", "hint", 0); in applyHintAttribute() local
418 hint = context.getResources().getString(textResId); in applyHintAttribute()