| Package | Description |
|---|---|
| android.text | |
| android.text.method | |
| android.text.style | |
| android.widget |
| Modifier and Type | Class and Description |
|---|---|
class |
BoringLayout |
class |
DynamicLayout |
class |
StaticLayout |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Touch.scrollTo(TextView widget,
Layout layout,
int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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) |
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 |
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) |
| Modifier and Type | Method and Description |
|---|---|
Layout |
TextView.getLayout() |
Copyright © 2008-2013. All Rights Reserved.