|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout | |
|---|---|
| android.text | |
| android.text.method | |
| android.text.style | |
| android.widget | |
| Uses of Layout in android.text |
|---|
| Subclasses of Layout in android.text | |
|---|---|
class |
BoringLayout
|
class |
DynamicLayout
|
class |
StaticLayout
|
| Methods in android.text with parameters of type Layout | |
|---|---|
static boolean |
Selection.extendDown(Spannable text,
Layout layout)
|
static boolean |
Selection.extendLeft(Spannable text,
Layout layout)
|
static boolean |
Selection.extendRight(Spannable text,
Layout layout)
|
static boolean |
Selection.extendToLeftEdge(Spannable text,
Layout layout)
|
static boolean |
Selection.extendToRightEdge(Spannable text,
Layout layout)
|
static boolean |
Selection.extendUp(Spannable text,
Layout layout)
|
static boolean |
Selection.moveDown(Spannable text,
Layout layout)
|
static boolean |
Selection.moveLeft(Spannable text,
Layout layout)
|
static boolean |
Selection.moveRight(Spannable text,
Layout layout)
|
static boolean |
Selection.moveToLeftEdge(Spannable text,
Layout layout)
|
static boolean |
Selection.moveToRightEdge(Spannable text,
Layout layout)
|
static boolean |
Selection.moveUp(Spannable text,
Layout layout)
|
| Uses of Layout in android.text.method |
|---|
| Methods in android.text.method with parameters of type Layout | |
|---|---|
static void |
Touch.scrollTo(TextView widget,
Layout layout,
int x,
int y)
|
| Uses of Layout in android.text.style |
|---|
| Methods in android.text.style with parameters of type Layout | |
|---|---|
void |
LeadingMarginSpan.drawLeadingMargin(Canvas c,
Paint p,
int x,
int dir,
int top,
int baseline,
int bottom,
CharSequence text,
int start,
int end,
boolean first,
Layout layout)
|
void |
LeadingMarginSpan.Standard.drawLeadingMargin(Canvas c,
Paint p,
int x,
int dir,
int top,
int baseline,
int bottom,
CharSequence text,
int start,
int end,
boolean first,
Layout layout)
|
void |
BulletSpan.drawLeadingMargin(Canvas c,
Paint p,
int x,
int dir,
int top,
int baseline,
int bottom,
CharSequence text,
int start,
int end,
boolean first,
Layout l)
|
void |
DrawableMarginSpan.drawLeadingMargin(Canvas c,
Paint p,
int x,
int dir,
int top,
int baseline,
int bottom,
CharSequence text,
int start,
int end,
boolean first,
Layout layout)
|
void |
IconMarginSpan.drawLeadingMargin(Canvas c,
Paint p,
int x,
int dir,
int top,
int baseline,
int bottom,
CharSequence text,
int start,
int end,
boolean first,
Layout layout)
|
void |
QuoteSpan.drawLeadingMargin(Canvas c,
Paint p,
int x,
int dir,
int top,
int baseline,
int bottom,
CharSequence text,
int start,
int end,
boolean first,
Layout layout)
|
| Uses of Layout in android.widget |
|---|
| Methods in android.widget that return Layout | |
|---|---|
Layout |
TextView.getLayout()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||