public interface CategoriesFragmentController
| Modifier and Type | Method and Description |
|---|---|
int |
getCategoriesColumnCount() |
float |
getCategoryAspectRatio() |
float |
getCategoryCornerRadius()
Returns category corner radius.
|
int |
getContentBottomPadding() |
int |
getContentLeftPadding() |
int |
getContentTopPadding() |
float |
getGfycatCornerRadius()
Returns gfycat corner radius.
|
int |
getGfycatsColumnCount() |
int |
getOrientation()
Returns orientation as
android.support.v7.widget.OrientationHelper#HORIZONTAL
or android.support.v7.widget.OrientationHelper#VERTICAL |
void |
onCategoryClick(GfycatCategory category)
Deprecated.
|
void |
onGfycatClick(FeedIdentifier identifier,
Gfycat gfycat,
int position) |
void |
onPhotoMomentsCategoryClick() |
float getCategoryAspectRatio()
int getCategoriesColumnCount()
int getGfycatsColumnCount()
int getContentTopPadding()
int getContentBottomPadding()
int getContentLeftPadding()
@Deprecated void onCategoryClick(GfycatCategory category)
category - click happens.void onPhotoMomentsCategoryClick()
void onGfycatClick(FeedIdentifier identifier,
Gfycat gfycat,
int position)
identifier - gfycat - user clicked on.position - gfycat is in list.int getOrientation()
android.support.v7.widget.OrientationHelper#HORIZONTAL
or android.support.v7.widget.OrientationHelper#VERTICALfloat getCategoryCornerRadius()
float getGfycatCornerRadius()