Searched refs:backgroundDrawable (Results 1 – 5 of 5) sorted by relevance
171 Drawable backgroundDrawable = null; in updateBackground() local176 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()
267 Drawable backgroundDrawable = null; in updateBackground() local272 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()
33 protected Drawable backgroundDrawable; field in ShadowWindow100 return backgroundDrawable; in getBackgroundDrawable()
28 this.backgroundDrawable = drawable; in setBackgroundDrawable()
33 this.backgroundDrawable = drawable; in setBackgroundDrawable()