Searched refs:compoundDrawables (Results 1 – 1 of 1) sorted by relevance
119 Drawable[] compoundDrawables = getCompoundDrawables(); in getAllCompoundDrawables() local120 drawables[0] = compoundDrawables[0]; // left in getAllCompoundDrawables()121 drawables[1] = compoundDrawables[1]; // top in getAllCompoundDrawables()122 drawables[2] = compoundDrawables[2]; // right in getAllCompoundDrawables()123 drawables[3] = compoundDrawables[3]; // bottom in getAllCompoundDrawables()