HomeSort by relevance Sort by last modified time
    Searched defs:title (Results 1 - 25 of 1609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsRowViewHolder.java 27 public final BubbleTextView title; field in class:WidgetsRowViewHolder
33 title = v.findViewById(R.id.section);
34 title.setAccessibilityDelegate(null);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
FooterPreference.java 51 TextView title = holder.itemView.findViewById(android.R.id.title); local
52 title.setMovementMethod(new LinkMovementMethod());
53 title.setClickable(false);
54 title.setLongClickable(false);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationFooterPreference.java 47 TextView title = holder.itemView.findViewById(android.R.id.title); local
48 title.setMovementMethod(new LinkMovementMethod());
49 title.setClickable(false);
50 title.setLongClickable(false);
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
BasicNotificationDisplayActivity.java 27 public static final String EXTRA_TITLE = "title";
34 String title = getIntent().getStringExtra(EXTRA_TITLE); local
36 ((TextView) findViewById(R.id.title)).setText(title);
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
Meat.java 25 public String title; field in class:Meat
27 public Meat(int resourceId, String title) {
29 this.title = title;
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
Meat.java 25 public String title; field in class:Meat
27 public Meat(int resourceId, String title) {
29 this.title = title;
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
BasicNotificationDisplayActivity.java 27 public static final String EXTRA_TITLE = "title";
34 String title = getIntent().getStringExtra(EXTRA_TITLE); local
36 ((TextView) findViewById(R.id.title)).setText(title);
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
BasicNotificationDisplayActivity.java 27 public static final String EXTRA_TITLE = "title";
34 String title = getIntent().getStringExtra(EXTRA_TITLE); local
36 ((TextView) findViewById(R.id.title)).setText(title);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
Segment.java 23 private String title; field in class:Segment
27 public Segment(String title, Number value) {
28 this.title = title;
34 return title;
37 public void setTitle(String title) {
38 this.title = title;
  /external/autotest/server/cros/dynamic_suite/
reporting.py 73 def title(self): member in class:TestBug
74 """Combines information about this bug into a title string."""
180 recipients, bug.title(), bug.summary(), retry=False,
  /external/libexif/libexif/fuji/
mnote-fuji-tag.c 32 const char *title; member in struct:__anon24790
88 if (table[i].tag == t) return (_(table[i].title));
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 32 const char *title; member in struct:__anon24793
213 if (table[i].tag == t) return (_(table[i].title));
  /external/libexif/libexif/pentax/
mnote-pentax-tag.c 31 const char *title; member in struct:__anon24798
158 if (table[i].tag == t) return (_(table[i].title));
  /external/syslinux/gpxe/src/util/
mucurses_test.c 26 char *title = "Set new iSCSI CHAP secret", local
37 mvwprintw( secret, 1, 2, "%s", title );
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer.h 33 // Title of the window in UTF-8 encoding.
34 std::string title; member in struct:webrtc::WindowCapturer::Window
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/helpers/
Folder.java 22 public String title; field in class:Folder
27 title = t;
32 return new Folder(mediaId, isPlayable, title);
  /packages/experimental/MultiPackageApk/src/foo/bar/multi/
MyActivity.java 45 TextView title = (TextView) findViewById(foo.bar.multi.parent.R.id.text); local
46 title.setText("Process: " + processName);
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 51 // Use a spannable string for the notification title to resize it.
52 SpannableString title = new SpannableString(getString(R.string.app_name)); local
53 title.setSpan(new RelativeSizeSpan(0.85f), 0, title.length(), Spannable.SPAN_POINT_MARK);
55 .setContentTitle(title)
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 51 // Use a spannable string for the notification title to resize it.
52 SpannableString title = new SpannableString(getString(R.string.app_name)); local
53 title.setSpan(new RelativeSizeSpan(0.85f), 0, title.length(), Spannable.SPAN_POINT_MARK);
55 .setContentTitle(title)
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
FindPhoneActivity.java 51 // Use a spannable string for the notification title to resize it.
52 SpannableString title = new SpannableString(getString(R.string.app_name)); local
53 title.setSpan(new RelativeSizeSpan(0.85f), 0, title.length(), Spannable.SPAN_POINT_MARK);
55 .setContentTitle(title)
  /art/tools/ahat/src/main/com/android/ahat/
Doc.java 26 * Output the title of the page.
28 void title(String format, Object... args); method in interface:Doc
36 * Start a new section with the given title.
38 void section(String title);
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 24 * Represents a launchable application. An application is made of a name (or title), an intent
31 CharSequence title; field in class:ApplicationInfo
71 return title.equals(that.title) &&
79 result = (title != null ? title.hashCode() : 0);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssItem.java 24 public String title; field in class:RssItem
29 public RssItem(String url, String title){
31 this.title = title;
35 return title;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
MainActivity.java 33 * This class describes an individual sample (the sample title, and the activity class that
37 private CharSequence title; field in class:MainActivity.Sample
42 this.title = getResources().getString(titleResId);
47 return title.toString();
  /external/autotest/frontend/afe/feeds/
feed.py 54 def title(self, obj): member in class:JobFeed

Completed in 1014 milliseconds

1 2 3 4 5 6 7 8 91011>>