Home
last modified time | relevance | path

Searched defs:setText (Results 1 – 10 of 10) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/text/
DLogTextBox.java61 public void setText(CharSequence text, BufferType type) { in setText() method in LogTextBox
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DSimpleTextFragment.java75 public void setText(int stringId) { in setText() method in SimpleTextFragment
/development/apps/Development/src/com/android/development/
DLogTextBox.java69 public void setText(CharSequence text, BufferType type) { in setText() method in LogTextBox
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
DSimpleTextFragment.java76 public void setText(int stringId) { in setText() method in SimpleTextFragment
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
DCompatTab.java37 public abstract CompatTab setText(int resId); in setText() method in CompatTab
DCompatTabEclair.java37 public CompatTab setText(int resId) { in setText() method in CompatTabEclair
DCompatTabHoneycomb.java44 public CompatTab setText(int resId) { in setText() method in CompatTabHoneycomb
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandableListItem.java71 public void setText(String text) { in setText() method in ExpandableListItem
/development/samples/ApiDemos/src/com/example/android/apis/view/
DLabelView.java97 public void setText(String text) { in setText() method in LabelView
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java338 private static void setText(View view, String value) { in setText() method in ChangedContacts