- ScrollableViewHelper - Class in com.sothree.slidinguppanel
-
Helper class for determining the current scroll positions for scrollable views.
- ScrollableViewHelper() - Constructor for class com.sothree.slidinguppanel.ScrollableViewHelper
-
- setAnchorPoint(float) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set an anchor point where the panel can stop during sliding
- setClipPanel(boolean) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Sets whether or not the main content is clipped to the top of the panel
- setCoveredFadeColor(int) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set the color used to fade the pane covered by the sliding pane out when the pane
will become fully covered in the expanded state.
- setDragView(View) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set the draggable view portion.
- setDragView(int) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set the draggable view portion.
- setEdgeTrackingEnabled(int) - Method in class com.sothree.slidinguppanel.ViewDragHelper
-
Enable edge tracking for the selected edges of the parent view.
- setFadeOnClickListener(View.OnClickListener) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Provides an on click for the portion of the main view that is dimmed.
- setGravity(int) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
- setMinFlingVelocity(int) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Sets the minimum fling velocity for the panel
- setMinVelocity(float) - Method in class com.sothree.slidinguppanel.ViewDragHelper
-
Set the minimum velocity that will be detected as having a magnitude greater than zero
in pixels per second.
- setOverlayed(boolean) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Sets whether or not the panel overlays the content
- setPanelHeight(int) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set the collapsed panel height in pixels
- setPanelState(SlidingUpPanelLayout.PanelState) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Change panel state to the given state with
- setParallaxOffset(int) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set parallax offset for the panel
- setScrollableView(View) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set the scrollable child of the sliding layout.
- setScrollableViewHelper(ScrollableViewHelper) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Sets the current scrollable view helper.
- setShadowHeight(int) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set the shadow height
- settleCapturedViewAt(int, int) - Method in class com.sothree.slidinguppanel.ViewDragHelper
-
Settle the captured view at the given (left, top) position.
- setTouchEnabled(boolean) - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
Set sliding enabled flag
- shouldInterceptTouchEvent(MotionEvent) - Method in class com.sothree.slidinguppanel.ViewDragHelper
-
Check if this event as provided to the parent view's onInterceptTouchEvent should
cause the parent to intercept the touch event stream.
- SimplePanelSlideListener() - Constructor for class com.sothree.slidinguppanel.SlidingUpPanelLayout.SimplePanelSlideListener
-
- SlidingUpPanelLayout - Class in com.sothree.slidinguppanel
-
- SlidingUpPanelLayout(Context) - Constructor for class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
- SlidingUpPanelLayout(Context, AttributeSet) - Constructor for class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
- SlidingUpPanelLayout(Context, AttributeSet, int) - Constructor for class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
- SlidingUpPanelLayout.LayoutParams - Class in com.sothree.slidinguppanel
-
- SlidingUpPanelLayout.PanelSlideListener - Interface in com.sothree.slidinguppanel
-
Listener for monitoring events about sliding panes.
- SlidingUpPanelLayout.PanelState - Enum in com.sothree.slidinguppanel
-
Current state of the slideable view.
- SlidingUpPanelLayout.SimplePanelSlideListener - Class in com.sothree.slidinguppanel
-
- smoothSlideViewTo(View, int, int) - Method in class com.sothree.slidinguppanel.ViewDragHelper
-
Animate the view child to the given (left, top) position.
- smoothToBottom() - Method in class com.sothree.slidinguppanel.SlidingUpPanelLayout
-
- STATE_DRAGGING - Static variable in class com.sothree.slidinguppanel.ViewDragHelper
-
A view is currently being dragged.
- STATE_IDLE - Static variable in class com.sothree.slidinguppanel.ViewDragHelper
-
A view is not currently being dragged or animating as a result of a fling/snap.
- STATE_SETTLING - Static variable in class com.sothree.slidinguppanel.ViewDragHelper
-
A view is currently settling into place as a result of a fling or
predefined non-interactive motion.