Searched refs:title (Results 76 - 100 of 213) sorted by relevance

123456789

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java52 FontSizeUtils.updateFontSize(this, android.R.id.title, R.dimen.qs_data_usage_text_size);
95 final TextView title = (TextView) findViewById(android.R.id.title);
96 title.setText(titleId);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowHoverCardView.java26 * ListRowHoverCardView contains a title and description.
45 mTitleView = (TextView) findViewById(R.id.title);
H A DSearchBar.java357 * Set the title text used in the hint shown in the search bar.
358 * @param title The hint to use.
360 public void setTitle(String title) { argument
361 mTitle = title;
366 * Returns the current title
470 * This will update the hint for the search bar properly depending on state and provided title
473 String title = getResources().getString(R.string.lb_search_bar_hint);
476 title = getResources().getString(R.string.lb_search_bar_hint_with_title_speech, mTitle);
478 title = getResources().getString(R.string.lb_search_bar_hint_with_title, mTitle);
481 title
[all...]
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaDescriptionCompat.java37 * A primary title suitable for display or null.
66 private MediaDescriptionCompat(String mediaId, CharSequence title, CharSequence subtitle, argument
69 mTitle = title;
96 * Returns a title suitable for display or null.
98 * @return A title or null.
280 * Sets the title.
282 * @param title A title suitable for display to the user or null.
285 public Builder setTitle(CharSequence title) { argument
286 mTitle = title;
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuItemView.java89 mTitleView = (TextView) findViewById(R.id.title);
115 public void setTitle(CharSequence title) { argument
116 if (title != null) {
117 mTitleView.setText(title);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DFileChooserParamsAdapter.java68 return mParams.title;
/frameworks/base/core/java/android/view/
H A DWindow.java41 * window manager. It provides standard UI policies such as a background, title
53 /** Flag for the "no title" feature, turning off the title at the top
58 /** Flag for having an icon on the left side of the title bar */
60 /** Flag for having an icon on the right side of the title bar */
66 /** Flag for custom title. You cannot combine this feature with other title features. */
71 * replaces the title bar and provides an alternate location
490 // Embedded screens never have a title.
562 String title;
1067 setTitle(CharSequence title) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DToolbarWidgetWrapper.java105 final CharSequence title = a.getText(R.styleable.ActionBar_title);
106 if (!TextUtils.isEmpty(title)) {
107 setTitle(title);
240 public void setWindowTitle(CharSequence title) { argument
241 // "Real" title always trumps window title.
243 setTitleInt(title);
253 public void setTitle(CharSequence title) { argument
255 setTitleInt(title);
258 private void setTitleInt(CharSequence title) { argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DToolbarWidgetWrapper.java104 final CharSequence title = a.getText(R.styleable.ActionBar_title);
105 if (!TextUtils.isEmpty(title)) {
106 setTitle(title);
265 public void setWindowTitle(CharSequence title) { argument
266 // "Real" title always trumps window title.
268 setTitleInt(title);
278 public void setTitle(CharSequence title) { argument
280 setTitleInt(title);
283 private void setTitleInt(CharSequence title) { argument
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java218 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
228 builder.append(stack.root.title);
233 title.setText(builder);
234 title.setEllipsize(TruncateAt.MIDDLE);
H A DDocumentsActivity.java195 final String title = getIntent().getStringExtra(Intent.EXTRA_TITLE);
196 SaveFragment.show(getFragmentManager(), mimeType, title);
444 mToolbar.setTitle(root.title);
753 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
758 title.setText(root.title);
760 title.setText(doc.displayName);
774 final TextView title = (TextView) convertView.findViewById(android.R.id.title);
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java67 public ToolbarActionBar(Toolbar toolbar, CharSequence title, Window.Callback windowCallback) { argument
72 mDecorToolbar.setWindowTitle(title);
219 public void setTitle(CharSequence title) { argument
220 mDecorToolbar.setTitle(title);
229 public void setWindowTitle(CharSequence title) { argument
230 mDecorToolbar.setWindowTitle(title);
H A DResolverActivity.java155 for (ActionTitle title : values()) {
156 if (title != HOME && action != null && action.equals(title.action)) {
157 return title;
196 * a default title resource
199 CharSequence title, Intent[] initialIntents,
201 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, alwaysUseOption);
205 CharSequence title, int defaultTitleRes, Intent[] initialIntents,
302 if (title == null) {
303 title
198 onCreate(Bundle savedInstanceState, Intent intent, CharSequence title, Intent[] initialIntents, List<ResolveInfo> rList, boolean alwaysUseOption) argument
204 onCreate(Bundle savedInstanceState, Intent intent, CharSequence title, int defaultTitleRes, Intent[] initialIntents, List<ResolveInfo> rList, boolean alwaysUseOption) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java289 CharSequence title = r.getText(titleId);
306 mUsbStorageNotification.tickerText = title;
314 mUsbStorageNotification.setLatestEventInfo(mContext, title, message, pi);
383 CharSequence title = r.getText(titleId);
399 mMediaStorageNotification.tickerText = title;
409 mMediaStorageNotification.setLatestEventInfo(mContext, title, message, pi);
H A DUsbResolverActivity.java60 CharSequence title = getResources().getText(com.android.internal.R.string.chooseUsbActivity);
61 super.onCreate(savedInstanceState, target, title, null, rList,
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java195 * Notification extras key: this is the title of the notification,
198 public static final String EXTRA_TITLE = "android.title";
201 * Notification extras key: this is the title of the notification when shown in expanded form,
979 * Set the title (first row) of the notification, in a standard notification.
981 public Builder setContentTitle(CharSequence title) { argument
982 mContentTitle = limitCharSequenceLength(title);
1428 * @param title Text describing the action.
1431 public Builder addAction(int icon, CharSequence title, PendingIntent intent) { argument
1432 mActions.add(new Action(icon, title, intent));
1611 public BigPictureStyle setBigContentTitle(CharSequence title) { argument
1678 setBigContentTitle(CharSequence title) argument
1740 setBigContentTitle(CharSequence title) argument
1783 public CharSequence title; field in class:NotificationCompat.Action
1790 Action(int icon, CharSequence title, PendingIntent intent) argument
1794 Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs) argument
1851 Builder(int icon, CharSequence title, PendingIntent intent) argument
1864 Builder(int icon, CharSequence title, PendingIntent intent, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java169 String title = DateUtils.formatDateTime(mContext,
176 setTitle(title);
H A DAlertDialog.java184 public void setTitle(CharSequence title) { argument
185 super.setTitle(title);
186 mAlert.setTitle(title);
412 * Set the title using the given resource id.
422 * Set the title displayed in the {@link Dialog}.
426 public Builder setTitle(CharSequence title) { argument
427 P.mTitle = title;
432 * Set the title using the custom view {@code customTitleView}. The
434 * sufficient for most titles, but this is provided if the title needs
435 * more customization. Using this will replace the title an
[all...]
/frameworks/base/test-runner/src/android/test/
H A DActivityUnitTestCase.java143 CharSequence title = mActivityClass.getName();
148 token, mApplication, intent, info, title, mMockParent, id,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DStandaloneActionMode.java59 public void setTitle(CharSequence title) { argument
60 mContextView.setTitle(title);
H A DSupportActionModeWrapper.java60 public void setTitle(CharSequence title) { argument
61 mWrappedObject.setTitle(title);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java182 CharSequence title, text;
185 title = status;
190 title = description.getTitle();
210 .setContentTitle(title)
/frameworks/base/core/java/android/preference/
H A DPreference.java421 * {@link android.R.id#title} and {@link android.R.id#summary}.
536 final TextView titleView = (TextView) view.findViewById(com.android.internal.R.id.title);
538 final CharSequence title = getTitle();
539 if (!TextUtils.isEmpty(title)) {
540 titleView.setText(title);
630 * Sets the title for this Preference with a CharSequence.
631 * This title will be placed into the ID
632 * {@link android.R.id#title} within the View created by
635 * @param title The title fo
637 setTitle(CharSequence title) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java244 CharSequence title = mContext.getResources().getQuantityText(
248 mNotification.tickerText = title;
251 mNotification.setLatestEventInfo(mContext, title, details, mNotification.contentIntent);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java80 public ToolbarActionBar(Toolbar toolbar, CharSequence title, Window window, argument
86 mDecorToolbar.setWindowTitle(title);
235 public void setTitle(CharSequence title) { argument
236 mDecorToolbar.setTitle(title);
245 public void setWindowTitle(CharSequence title) { argument
246 mDecorToolbar.setWindowTitle(title);

Completed in 579 milliseconds

123456789