Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItemAdapter.java171 Drawable backgroundDrawable = null; in updateBackground() local
176 backgroundDrawable = getSingleBackground(convertView.getContext(), position); in updateBackground()
178 backgroundDrawable = getFirstBackground(convertView.getContext(), position); in updateBackground()
180 backgroundDrawable = getLastBackground(convertView.getContext(), position); in updateBackground()
182 backgroundDrawable = getMiddleBackground(convertView.getContext(), position); in updateBackground()
196 if (backgroundDrawable instanceof GradientDrawable) { in updateBackground()
205 background = (GradientDrawable) backgroundDrawable; in updateBackground()
DRecyclerItemAdapter.java267 Drawable backgroundDrawable = null; in updateBackground() local
272 backgroundDrawable = getSingleBackground(view.getContext(), position); in updateBackground()
274 backgroundDrawable = getFirstBackground(view.getContext(), position); in updateBackground()
276 backgroundDrawable = getLastBackground(view.getContext(), position); in updateBackground()
278 backgroundDrawable = getMiddleBackground(view.getContext(), position); in updateBackground()
281 if (backgroundDrawable instanceof GradientDrawable) { in updateBackground()
290 background = (GradientDrawable) backgroundDrawable; in updateBackground()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWindow.java33 protected Drawable backgroundDrawable; field in ShadowWindow
100 return backgroundDrawable; in getBackgroundDrawable()
DShadowPhoneWindowFor22.java28 this.backgroundDrawable = drawable; in setBackgroundDrawable()
DShadowPhoneWindow.java33 this.backgroundDrawable = drawable; in setBackgroundDrawable()