A C G I M O R S 

A

addOnTextSizeChangeListener(AutofitHelper.OnTextSizeChangeListener) - Method in class me.grantland.widget.AutofitHelper
Adds an AutofitHelper.OnTextSizeChangeListener to the list of those whose methods are called whenever the TextView's textSize changes.
addView(View, int, ViewGroup.LayoutParams) - Method in class me.grantland.widget.AutofitLayout
 
AutofitHelper - Class in me.grantland.widget
A helper class to enable automatically resizing TextView`s textSize to fit within its bounds.
AutofitHelper.OnTextSizeChangeListener - Interface in me.grantland.widget
When an object of a type is attached to an AutofitHelper, its methods will be called when the textSize is changed.
AutofitLayout - Class in me.grantland.widget
A ViewGroup that re-sizes the text of it's children to be no larger than the width of the view.
AutofitLayout(Context) - Constructor for class me.grantland.widget.AutofitLayout
 
AutofitLayout(Context, AttributeSet) - Constructor for class me.grantland.widget.AutofitLayout
 
AutofitLayout(Context, AttributeSet, int) - Constructor for class me.grantland.widget.AutofitLayout
 
AutofitTextView - Class in me.grantland.widget
A TextView that re-sizes its text to be no larger than the width of the view.
AutofitTextView(Context) - Constructor for class me.grantland.widget.AutofitTextView
 
AutofitTextView(Context, AttributeSet) - Constructor for class me.grantland.widget.AutofitTextView
 
AutofitTextView(Context, AttributeSet, int) - Constructor for class me.grantland.widget.AutofitTextView
 

C

create(TextView) - Static method in class me.grantland.widget.AutofitHelper
Creates a new instance of AutofitHelper that wraps a TextView and enables automatically sizing the text to fit.
create(TextView, AttributeSet) - Static method in class me.grantland.widget.AutofitHelper
Creates a new instance of AutofitHelper that wraps a TextView and enables automatically sizing the text to fit.
create(TextView, AttributeSet, int) - Static method in class me.grantland.widget.AutofitHelper
Creates a new instance of AutofitHelper that wraps a TextView and enables automatically sizing the text to fit.

G

getAutofitHelper(TextView) - Method in class me.grantland.widget.AutofitLayout
Returns the AutofitHelper for this child View.
getAutofitHelper(int) - Method in class me.grantland.widget.AutofitLayout
Returns the AutofitHelper for this child View.
getAutofitHelper() - Method in class me.grantland.widget.AutofitTextView
Returns the AutofitHelper for this View.
getMaxLines() - Method in class me.grantland.widget.AutofitHelper
 
getMaxTextSize() - Method in class me.grantland.widget.AutofitHelper
Returns the maximum size (in pixels) of the text.
getMaxTextSize() - Method in class me.grantland.widget.AutofitTextView
Returns the maximum size (in pixels) of the text in this View.
getMinTextSize() - Method in class me.grantland.widget.AutofitHelper
Returns the minimum size (in pixels) of the text.
getMinTextSize() - Method in class me.grantland.widget.AutofitTextView
Returns the minimum size (in pixels) of the text in this View.
getPrecision() - Method in class me.grantland.widget.AutofitHelper
Returns the amount of precision used to calculate the correct text size to fit within its bounds.
getPrecision() - Method in class me.grantland.widget.AutofitTextView
Returns the amount of precision used to calculate the correct text size to fit within its bounds.
getTextSize() - Method in class me.grantland.widget.AutofitHelper
Returns the original text size of the View.

I

isEnabled() - Method in class me.grantland.widget.AutofitHelper
Returns whether or not automatically resizing text is enabled.
isSizeToFit() - Method in class me.grantland.widget.AutofitTextView
Returns whether or not the text will be automatically re-sized to fit its constraints.

M

me.grantland.widget - package me.grantland.widget
 

O

onTextSizeChange(float, float) - Method in interface me.grantland.widget.AutofitHelper.OnTextSizeChangeListener
This method is called to notify you that the size of the text has changed to textSize from oldTextSize.
onTextSizeChange(float, float) - Method in class me.grantland.widget.AutofitTextView
 

R

removeOnTextSizeChangeListener(AutofitHelper.OnTextSizeChangeListener) - Method in class me.grantland.widget.AutofitHelper
Removes the specified AutofitHelper.OnTextSizeChangeListener from the list of those whose methods are called whenever the TextView's textSize changes.

S

setEnabled(boolean) - Method in class me.grantland.widget.AutofitHelper
Set the enabled state of automatically resizing text.
setLines(int) - Method in class me.grantland.widget.AutofitTextView
setMaxLines(int) - Method in class me.grantland.widget.AutofitHelper
 
setMaxLines(int) - Method in class me.grantland.widget.AutofitTextView
setMaxTextSize(float) - Method in class me.grantland.widget.AutofitHelper
Set the maximum text size to the given value, interpreted as "scaled pixel" units.
setMaxTextSize(int, float) - Method in class me.grantland.widget.AutofitHelper
Set the maximum text size to a given unit and value.
setMaxTextSize(float) - Method in class me.grantland.widget.AutofitTextView
Set the maximum text size to the given value, interpreted as "scaled pixel" units.
setMaxTextSize(int, float) - Method in class me.grantland.widget.AutofitTextView
Set the maximum text size to a given unit and value.
setMinTextSize(float) - Method in class me.grantland.widget.AutofitHelper
Set the minimum text size to the given value, interpreted as "scaled pixel" units.
setMinTextSize(int, float) - Method in class me.grantland.widget.AutofitHelper
Set the minimum text size to a given unit and value.
setMinTextSize(int) - Method in class me.grantland.widget.AutofitTextView
Set the minimum text size to the given value, interpreted as "scaled pixel" units.
setMinTextSize(int, float) - Method in class me.grantland.widget.AutofitTextView
Set the minimum text size to a given unit and value.
setPrecision(float) - Method in class me.grantland.widget.AutofitHelper
Set the amount of precision used to calculate the correct text size to fit within its bounds.
setPrecision(float) - Method in class me.grantland.widget.AutofitTextView
Set the amount of precision used to calculate the correct text size to fit within its bounds.
setSizeToFit() - Method in class me.grantland.widget.AutofitTextView
Sets the property of this field (sizeToFit), to automatically resize the text to fit its constraints.
setSizeToFit(boolean) - Method in class me.grantland.widget.AutofitTextView
If true, the text will automatically be re-sized to fit its constraints; if false, it will act like a normal TextView.
setTextSize(float) - Method in class me.grantland.widget.AutofitHelper
Set the original text size of the View.
setTextSize(int, float) - Method in class me.grantland.widget.AutofitHelper
Set the original text size of the View.
setTextSize(int, float) - Method in class me.grantland.widget.AutofitTextView
A C G I M O R S