Lines Matching defs:background

150      * <p>The popup does provide a background.</p>
159 * <p>The popup does provide a background.</p>
168 * <p>The popup does provide a background.</p>
177 * <p>The popup does not provide a background.</p>
203 StateListDrawable background = (StateListDrawable) mBackground;
206 int aboveAnchorStateIndex = background.getStateDrawableIndex(ABOVE_ANCHOR_STATE_SET);
210 int count = background.getStateCount();
222 mAboveAnchorBackgroundDrawable = background.getStateDrawable(aboveAnchorStateIndex);
223 mBelowAnchorBackgroundDrawable = background.getStateDrawable(belowAnchorStateIndex);
236 * <p>The popup does not provide any background. This should be handled
247 * <p>The popup does not provide any background. This should be handled
260 * <p>The popup does not provide any background. This should be handled
275 * <p>The popup does not provide any background. This should be handled
290 * <p>The popup does not provide any background. This should be handled
310 * <p>Return the drawable used as the popup window's background.</p>
312 * @return the background drawable or null
319 * <p>Change the background drawable for this popup window. The background
322 * @param background the popup's background
324 public void setBackgroundDrawable(Drawable background) {
325 mBackground = background;
907 // If the background drawable provided was a StateListDrawable with above-anchor
940 * background drawable is not null. If embedding is required, the layout
941 * parameters' height is mnodified to take into account the background's
960 // when a background is available, we embed the content view
961 // within another view that owns the background drawable