Searched refs:compoundDrawablesImpl (Results 1 – 1 of 1) sorted by relevance
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTextView.java | 32 private CompoundDrawables compoundDrawablesImpl = new CompoundDrawables(0, 0, 0, 0); field in ShadowTextView 240 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); in setCompoundDrawablesWithIntrinsicBounds() 246 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); in setCompoundDrawablesWithIntrinsicBounds() 251 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom); in setCompoundDrawables() 256 if (compoundDrawablesImpl == null) { in getCompoundDrawables() 260 compoundDrawablesImpl.leftDrawable, in getCompoundDrawables() 261 compoundDrawablesImpl.topDrawable, in getCompoundDrawables() 262 compoundDrawablesImpl.rightDrawable, in getCompoundDrawables() 263 compoundDrawablesImpl.bottomDrawable in getCompoundDrawables() 361 return compoundDrawablesImpl; in getCompoundDrawablesImpl() [all …]
|