Return the text that is displayed by this Layout.
()
| 521 | * Return the text that is displayed by this Layout. |
| 522 | */ |
| 523 | public final CharSequence getText() { |
| 524 | return mText; |
| 525 | } |
| 526 | |
| 527 | /** |
| 528 | * Return the base Paint properties for this layout. |
no outgoing calls