MCPcopy Create free account

hub / github.com/alexvasilkov/FoldableLayout / types & classes

Types & classes25 in github.com/alexvasilkov/FoldableLayout

ClassAdapter
Simple adapter that will alternate between cover view holder layout and details layout.
library/src/main/java/com/alexvasilkov/foldablelayout/UnfoldableView.java:405
ClassBaseActivity
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/activities/BaseActivity.java:9
ClassBaseLayout
View holder layout that can draw itself into given canvas.
library/src/main/java/com/alexvasilkov/foldablelayout/FoldableItemLayout.java:194
ClassCoverHolderLayout
Cover view holder layout. It can contain at most one child which will be positioned in the top|center_horizontal location of bottom half of the view.
library/src/main/java/com/alexvasilkov/foldablelayout/UnfoldableView.java:433
ClassFlingAnimation
library/src/main/java/com/alexvasilkov/foldablelayout/FoldableListLayout.java:497
InterfaceFoldShading
library/src/main/java/com/alexvasilkov/foldablelayout/shading/FoldShading.java:6
ClassFoldableItemLayout
Provides basic functionality for fold animation: splitting view into 2 parts, synchronous rotation of both parts and so on.
library/src/main/java/com/alexvasilkov/foldablelayout/FoldableItemLayout.java:22
ClassFoldableListActivity
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/activities/FoldableListActivity.java:10
ClassFoldableListLayout
Foldable items list layout. <p/> It wraps views created by given BaseAdapter into FoldableItemLayouts and provides functionality to scroll among them.
library/src/main/java/com/alexvasilkov/foldablelayout/FoldableListLayout.java:32
ClassGlanceFoldShading
library/src/main/java/com/alexvasilkov/foldablelayout/shading/GlanceFoldShading.java:11
ClassGlideHelper
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/utils/GlideHelper.java:9
ClassItemViewHolder
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/activities/MainActivity.java:87
ClassMainActivity
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/activities/MainActivity.java:23
InterfaceOnFoldRotationListener
library/src/main/java/com/alexvasilkov/foldablelayout/FoldableListLayout.java:556
InterfaceOnFoldingListener
library/src/main/java/com/alexvasilkov/foldablelayout/UnfoldableView.java:512
ClassPainting
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/items/Painting.java:8
ClassPaintingsAdapter
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/items/PaintingsAdapter.java:21
ClassPartView
Splat part view. It will draw top or bottom part of cached bitmap and overlay shadows. Also it contains main logic for all transformations (fold rotat
library/src/main/java/com/alexvasilkov/foldablelayout/FoldableItemLayout.java:239
ClassSampleAdapter
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/activities/MainActivity.java:63
ClassSimpleFoldShading
library/src/main/java/com/alexvasilkov/foldablelayout/shading/SimpleFoldShading.java:9
ClassSimpleFoldingListener
library/src/main/java/com/alexvasilkov/foldablelayout/UnfoldableView.java:524
ClassUnfoldableDetailsActivity
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/activities/UnfoldableDetailsActivity.java:21
ClassUnfoldableView
View that provides ability to switch between 2 different views (cover view & details view) with fold animation. <p/> It is implemented as subclass of
library/src/main/java/com/alexvasilkov/foldablelayout/UnfoldableView.java:19
ClassUtils
library/src/main/java/com/alexvasilkov/foldablelayout/Utils.java:6
ClassViewHolder
sample/src/main/java/com/alexvasilkov/foldablelayout/sample/items/PaintingsAdapter.java:56