- setDirection(int) - Method in interface cz.martinforejt.swipetohidelayout.SwipeHideable
-
Sets direction of sliding
- setDirection(int) - Method in class cz.martinforejt.swipetohidelayout.SwipeToHideLayout
-
Sets direction of sliding
- setOnSwipeChangeListener(OnSwipeChangeListener) - Method in interface cz.martinforejt.swipetohidelayout.SwipeHideable
-
Sets on swipe change listener
- setOnSwipeChangeListener(OnSwipeChangeListener) - Method in class cz.martinforejt.swipetohidelayout.SwipeToHideLayout
-
Sets on swipe change listener
- show() - Method in interface cz.martinforejt.swipetohidelayout.SwipeHideable
-
Shows view using default speed
Changes View.getVisibility()
param using animation
- show(int) - Method in interface cz.martinforejt.swipetohidelayout.SwipeHideable
-
Shows view using defined speed
Changes View.getVisibility()
param using animation
- show() - Method in class cz.martinforejt.swipetohidelayout.SwipeToHideLayout
-
Shows view using default speed
Changes View.getVisibility()
param using animation
- show(int) - Method in class cz.martinforejt.swipetohidelayout.SwipeToHideLayout
-
Shows view using defined speed
Changes View.getVisibility()
param using animation
- SwipeHideable - Interface in cz.martinforejt.swipetohidelayout
-
SwipeHideable
Created by Martin Forejt on 08.02.2018.
- SwipeNoDirectionException - Exception in cz.martinforejt.swipetohidelayout
-
Created by Martin Forejt on 08.02.2018.
- SwipeNoDirectionException(String) - Constructor for exception cz.martinforejt.swipetohidelayout.SwipeNoDirectionException
-
Constructs an IllegalArgumentException
with the
specified detail message.
- SwipeToHideLayout - Class in cz.martinforejt.swipetohidelayout
-
SwipeHideLayout
is layout extending base android FrameLayout
Layout can be hide/show by dragging (swiping).
- SwipeToHideLayout(Context) - Constructor for class cz.martinforejt.swipetohidelayout.SwipeToHideLayout
-
- SwipeToHideLayout(Context, AttributeSet) - Constructor for class cz.martinforejt.swipetohidelayout.SwipeToHideLayout
-
- SwipeToHideLayout(Context, AttributeSet, int) - Constructor for class cz.martinforejt.swipetohidelayout.SwipeToHideLayout
-