Searched defs:SlidingDrawer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java37 * SlidingDrawer hides content out of the screen and allows the user to drag a handle
38 * to bring the content on screen. SlidingDrawer can be used vertically or horizontally.
43 * SlidingDrawer should be used as an overlay inside layouts. This means SlidingDrawer
45 * size of the SlidingDrawer defines how much space the content will occupy once slid
46 * out so SlidingDrawer should usually use match_parent for both its dimensions.
48 * Inside an XML layout, SlidingDrawer must define the id of the handle and of the
52 * <SlidingDrawer
70 * </SlidingDrawer>
86 public class SlidingDrawer extend class in inherits:ViewGroup
183 public SlidingDrawer(Context context, AttributeSet attrs) { method in class:SlidingDrawer
196 public SlidingDrawer(Context context, AttributeSet attrs, int defStyleAttr) { method in class:SlidingDrawer
213 public SlidingDrawer(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:SlidingDrawer
[all...]

Completed in 123 milliseconds