HomeSort by relevance Sort by last modified time
    Searched refs:setText (Results 151 - 175 of 2233) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Mandelbrot.java 40 t.setText("Iterations");
51 t.setText("Lower Bound: X");
64 t.setText("Lower Bound: Y");
77 t.setText("Scale Factor");
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Mandelbrot.java 29 t.setText("Iterations");
40 t.setText("Lower Bound: X");
53 t.setText("Lower Bound: Y");
66 t.setText("Scale Factor");
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Mandelbrot.java 34 t.setText("Iterations");
45 t.setText("Lower Bound: X");
58 t.setText("Lower Bound: Y");
71 t.setText("Scale Factor");
  /packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java 51 appSize.setText(entry.internalSizeStr);
54 appSize.setText(entry.externalSizeStr);
57 appSize.setText(entry.sizeStr);
61 appSize.setText(invalidSizeStr);
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 32 mText.setText(icicle.getString("text"));
50 mText.setText(text);
53 mText.setText("Unable to open file: " + uri + ": " + fnfe);
57 mText.setText("Unable to process log: " + ioe);
  /sdk/testapps/userLibTest/src/com/android/tests/userlibtest/
Main.java 17 tv.setText("BasicJar: " + BasicJar.getContent());
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
SimpleTextFragment.java 62 mTextView.setText(mText);
76 public void setText(int stringId) {
77 getTextView().setText(getActivity().getString(stringId));
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 41 ActionBar.Tab tabHeadsUpNotification = actionBar.newTab().setText("Heads Up");
42 ActionBar.Tab tabVisibilityMetadata = actionBar.newTab().setText("Visibility");
43 ActionBar.Tab tabOtherMetadata = actionBar.newTab().setText("Others");
  /developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
SimpleTextFragment.java 61 mTextView.setText(mText);
75 public void setText(int stringId) {
76 getTextView().setText(getActivity().getString(stringId));
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 79 textViewResource.setText(
94 textViewHtml.setText(
127 textViewSpan.setText(ss);
  /developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
SimpleTextFragment.java 62 mTextView.setText(mText);
76 public void setText(int stringId) {
77 getTextView().setText(getActivity().getString(stringId));
  /developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
SimpleTextFragment.java 61 mTextView.setText(mText);
75 public void setText(int stringId) {
76 getTextView().setText(getActivity().getString(stringId));
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 41 ActionBar.Tab tabHeadsUpNotification = actionBar.newTab().setText("Heads Up");
42 ActionBar.Tab tabVisibilityMetadata = actionBar.newTab().setText("Visibility");
43 ActionBar.Tab tabOtherMetadata = actionBar.newTab().setText("Others");
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /developers/samples/android/views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 79 textViewResource.setText(
94 textViewHtml.setText(
127 textViewSpan.setText(ss);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ResourcesSample.java 60 tv.setText(cs);
66 tv.setText(str);
81 tv.setText(cs);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SeekBar1.java 49 mProgressText.setText(progress + " " +
54 mTrackingText.setText(getString(R.string.seekbar_tracking_on));
58 mTrackingText.setText(getString(R.string.seekbar_tracking_off));
  /development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 50 ab.addTab(ab.newTab().setText("Tab 1").setTabListener(this));
51 ab.addTab(ab.newTab().setText("Tab 2").setTabListener(this));
52 ab.addTab(ab.newTab().setText("Tab 3").setTabListener(this));
  /development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
SimpleTextFragment.java 62 mTextView.setText(mText);
76 public void setText(int stringId) {
77 getTextView().setText(getActivity().getString(stringId));
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
LNotificationActivity.java 41 ActionBar.Tab tabHeadsUpNotification = actionBar.newTab().setText("Heads Up");
42 ActionBar.Tab tabVisibilityMetadata = actionBar.newTab().setText("Visibility");
43 ActionBar.Tab tabOtherMetadata = actionBar.newTab().setText("Others");
  /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
SimpleTextFragment.java 61 mTextView.setText(mText);
75 public void setText(int stringId) {
76 getTextView().setText(getActivity().getString(stringId));
  /development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
MainActivity.java 79 textViewResource.setText(
94 textViewHtml.setText(
127 textViewSpan.setText(ss);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
StatusBarController.java 67 public void setText(String text) {
68 labelText.setText(text);
72 this.labelRuleName.setText(name);
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/
DebugActivity.java 38 textView.setText(intro);
42 startButton.setText("Start LocalTunnelBridge");
47 stopButton.setText("Stop");

Completed in 1064 milliseconds

1 2 3 4 5 67 8 91011>>