Home | History | Annotate | Download | only in widget

Lines Matching refs:foreground

125      * Describes how the foreground is positioned.
127 * @return foreground gravity.
138 * Describes how the foreground is positioned. Defaults to START and TOP.
261 * Returns the drawable used as the foreground of this FrameLayout. The
262 * foreground drawable, if non-null, is always drawn on top of the children.
264 * @return A Drawable or null if no foreground was set.
334 // Check against our foreground's minimum height and width
470 final Drawable foreground = mForeground;
487 Gravity.apply(mForegroundGravity, foreground.getIntrinsicWidth(),
488 foreground.getIntrinsicHeight(), selfBounds, overlayBounds,
490 foreground.setBounds(overlayBounds);
493 foreground.draw(canvas);