Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java119 Drawable[] compoundDrawables = getCompoundDrawables(); in getAllCompoundDrawables() local
120 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()