- setChangeStateOnTap(boolean) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets the behavior when tapping the sliding layer
- setDrawingCacheEnabled(boolean) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
- setLayerTransformer(LayerTransformer) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
- setOffsetDistance(int) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets the offset distance of the panel.
- setOffsetDistanceRes(int) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets the offset distance of the panel by using a dimension resource.
- setOnInteractListener(SlidingLayer.OnInteractListener) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
- setOnScrollListener(SlidingLayer.OnScrollListener) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
- setPreviewOffsetDistance(int) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets the size of the panel when in preview mode.
- setPreviewOffsetDistanceRes(int) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets the offset distance of the preview panel by using a dimension resource.
- setShadowDrawable(Drawable) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets a drawable that will be used to create the shadow for the layer.
- setShadowDrawable(int) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets a drawable resource that will be used to create the shadow for the
layer.
- setShadowSize(int) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets the shadow of the size which will be included within the view by
using padding since it's on the left of the view in this case
- setShadowSizeRes(int) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets the shadow size by the value of a resource.
- setSlidingEnabled(boolean) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
- setSlidingFromShadowEnabled(boolean) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
- setStickTo(int) - Method in class com.wunderlist.slidinglayer.SlidingLayer
-
Sets the default location where the SlidingLayer will appear
- SlideJoyTransformer - Class in com.wunderlist.slidinglayer.transformer
-
Created by joseluisugia on 16/03/15.
- SlideJoyTransformer() - Constructor for class com.wunderlist.slidinglayer.transformer.SlideJoyTransformer
-
- SlidingLayer - Class in com.wunderlist.slidinglayer
-
- SlidingLayer(Context) - Constructor for class com.wunderlist.slidinglayer.SlidingLayer
-
- SlidingLayer(Context, AttributeSet) - Constructor for class com.wunderlist.slidinglayer.SlidingLayer
-
- SlidingLayer(Context, AttributeSet, int) - Constructor for class com.wunderlist.slidinglayer.SlidingLayer
-
- SlidingLayer.OnInteractListener - Interface in com.wunderlist.slidinglayer
-
Handler interface for obtaining updates on the SlidingLayer's state.
- SlidingLayer.OnScrollListener - Interface in com.wunderlist.slidinglayer
-
Interface definition for a callback to be invoked when the layer has been scrolled.
- STICK_TO_BOTTOM - Static variable in class com.wunderlist.slidinglayer.SlidingLayer
-
Special value for the position of the layer.
- STICK_TO_LEFT - Static variable in class com.wunderlist.slidinglayer.SlidingLayer
-
Special value for the position of the layer.
- STICK_TO_RIGHT - Static variable in class com.wunderlist.slidinglayer.SlidingLayer
-
Special value for the position of the layer.
- STICK_TO_TOP - Static variable in class com.wunderlist.slidinglayer.SlidingLayer
-
Special value for the position of the layer.