Home | History | Annotate | Download | only in versions

Lines Matching full:overlay

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