Home | History | Annotate | Download | only in versions

Lines Matching full:overlay

637 android.view.View} by calling {@link android.view.View#getOverlay}. The overlay
645 without affecting the view hierarchy. However, because the usable area of an overlay is
647 its position in the layout, you must use an overlay from a parent view that has the desired
650 <p>When you create an overlay for a widget view such as a {@link android.widget.Button}, you
651 can add {@link android.graphics.drawable.Drawable} objects to the overlay by calling
660 <p class="note"><strong>Note:</strong> All drawables and views that you add to an overlay
664 in the parent view's overlay, then performing a translation animation on that view:</p>