Searched defs:compoundDrawablesImpl (Results 1 - 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java32 private CompoundDrawables compoundDrawablesImpl = new CompoundDrawables(0, 0, 0, 0); field in class:ShadowTextView
240 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
246 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
251 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
256 if (compoundDrawablesImpl == null) {
260 compoundDrawablesImpl.leftDrawable,
261 compoundDrawablesImpl.topDrawable,
262 compoundDrawablesImpl.rightDrawable,
263 compoundDrawablesImpl.bottomDrawable
361 return compoundDrawablesImpl;
364 setCompoundDrawablesImpl(CompoundDrawables compoundDrawablesImpl) argument
[all...]

Completed in 85 milliseconds