Skip navigation links
A C E G I O S T 

A

at.blogc.android.views - package at.blogc.android.views
 

C

collapse() - Method in class at.blogc.android.views.ExpandableTextView
Collapse this TextView.

E

expand() - Method in class at.blogc.android.views.ExpandableTextView
Expand this ExpandableTextView.
ExpandableTextView - Class in at.blogc.android.views
Copyright (C) 2016 Cliff Ophalvens (Blogc.at) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
ExpandableTextView(Context) - Constructor for class at.blogc.android.views.ExpandableTextView
 
ExpandableTextView(Context, AttributeSet) - Constructor for class at.blogc.android.views.ExpandableTextView
 
ExpandableTextView(Context, AttributeSet, int) - Constructor for class at.blogc.android.views.ExpandableTextView
 
ExpandableTextView.OnExpandListener - Interface in at.blogc.android.views
Interface definition for a callback to be invoked when a ExpandableTextView is expanded or collapsed.

G

getCollapseInterpolator() - Method in class at.blogc.android.views.ExpandableTextView
Returns the current TimeInterpolator for collapsing.
getExpandInterpolator() - Method in class at.blogc.android.views.ExpandableTextView
Returns the current TimeInterpolator for expanding.
getMaxLines() - Method in class at.blogc.android.views.ExpandableTextView
 
getOnExpandListener() - Method in class at.blogc.android.views.ExpandableTextView

I

isExpanded() - Method in class at.blogc.android.views.ExpandableTextView
Is this ExpandableTextView expanded or not?

O

onCollapse(ExpandableTextView) - Method in interface at.blogc.android.views.ExpandableTextView.OnExpandListener
The ExpandableTextView is being collapsed.
onExpand(ExpandableTextView) - Method in interface at.blogc.android.views.ExpandableTextView.OnExpandListener
The ExpandableTextView is being expanded.

S

setAnimationDuration(long) - Method in class at.blogc.android.views.ExpandableTextView
Sets the duration of the expand / collapse animation.
setCollapseInterpolator(TimeInterpolator) - Method in class at.blogc.android.views.ExpandableTextView
Sets a TimeInterpolator for collpasing.
setExpandInterpolator(TimeInterpolator) - Method in class at.blogc.android.views.ExpandableTextView
Sets a TimeInterpolator for expanding.
setInterpolator(TimeInterpolator) - Method in class at.blogc.android.views.ExpandableTextView
Sets a TimeInterpolator for expanding and collapsing.
setOnExpandListener(ExpandableTextView.OnExpandListener) - Method in class at.blogc.android.views.ExpandableTextView
Sets a listener which receives updates about this ExpandableTextView.

T

toggle() - Method in class at.blogc.android.views.ExpandableTextView
Toggle the expanded state of this ExpandableTextView.
A C E G I O S T 
Skip navigation links