MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / getText

Method getText

core/java/android/text/Layout.java:523–525  ·  view source on GitHub ↗

Return the text that is displayed by this Layout.

()

Source from the content-addressed store, hash-verified

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.

Calls

no outgoing calls