Searched refs:title (Results 176 - 200 of 213) sorted by relevance

123456789

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java677 public void setWindowTitle(CharSequence title) { argument
679 mDecorToolbar.setWindowTitle(title);
H A DActivityChooserView.java727 TextView titleView = (TextView) convertView.findViewById(R.id.title);
742 // Set the title.
743 TextView titleView = (TextView) convertView.findViewById(R.id.title);
/frameworks/base/media/mca/
H A Dstructgen.py89 upper = [c.title() for c in lower]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java130 action.title,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegate.java185 abstract void onTitleChanged(CharSequence title); argument
H A DActionBarActivityDelegateBase.java376 // A title was set before we've install the decor so set it now.
486 public void onTitleChanged(CharSequence title) { argument
488 mDecorContentParent.setWindowTitle(title);
490 getSupportActionBar().setWindowTitle(title);
492 mTitleToSet = title;
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java232 /* We use a custom title so never request a window title */
251 public void setTitle(CharSequence title) { argument
252 mTitle = title;
254 mTitleView.setText(title);
353 * Specifies the icon to display next to the alert title.
372 * Specifies the icon to display next to the alert title.
506 // Only display the divider if we have a title and a custom view or a
530 // Add the custom title view directly to the topPanel layout
536 // Hide the title templat
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaControllerCompat.java152 * Get the queue title for this session.
398 * Override to handle changes to the queue title.
400 * @param title The title that should be displayed along with the play
402 * such title.
404 public void onQueueTitleChanged(CharSequence title) { argument
488 public void onQueueTitleChanged(CharSequence title) throws RemoteException { argument
489 mHandler.post(MessageHandler.MSG_UPDATE_QUEUE_TITLE, title, null);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java606 if (name.equalsIgnoreCase("title") || name.startsWith("title;")) {
609 // inserting the title in to the database.
823 String title = values.getAsString(MediaStore.MediaColumns.TITLE);
824 if (title == null || TextUtils.isEmpty(title.trim())) {
825 title = MediaFile.getFileTitle(values.getAsString(MediaStore.MediaColumns.DATA));
826 values.put(MediaStore.MediaColumns.TITLE, title);
/frameworks/base/core/java/android/provider/
H A DSettings.java7038 * If this is empty, the title should be resolved at display time (use
7040 * title of a bookmark.)
7045 public static final String TITLE = "title";
7126 * @param title Bookmark title that is shown to the user; null if none
7127 * or it should be resolved to the intent's title.
7137 String title,
7150 if (title != null) values.put(TITLE, title);
7174 * Return the title a
7135 add(ContentResolver cr, Intent intent, String title, String folder, char shortcut, int ordering) argument
[all...]
H A DMediaStore.java173 * The name of the Intent-extra used to define the song title
175 public static final String EXTRA_MEDIA_TITLE = "android.intent.extra.title";
374 * The title of the content
377 public static final String TITLE = "title";
523 * The title of the content
526 public static final String TITLE = "title";
915 * @param title The name of the image
921 String title, String description) {
923 values.put(Images.Media.TITLE, title);
920 insertImage(ContentResolver cr, Bitmap source, String title, String description) argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java109 mRecentsRoot.title = mContext.getString(R.string.root_recent);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1947 CharSequence title = context.getText(com.android.internal.R.string.RestrictedChangedTitle);
1976 if (DBG) log("setNotification: put notification " + title + " / " +details);
1977 mNotification.tickerText = title;
1980 mNotification.setLatestEventInfo(context, title, details,
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java192 mTitleView = (TextView) findViewById(R.id.title);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1026 * @param title The title, typically retrieved from the ActivityInfo record
1038 CharSequence title, Activity parent, String id,
1044 info, title, parent, id,
1036 newActivity(Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, Object lastNonConfigurationInstance) argument
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs3 For each document available in translation, add an localized title to this TOC.
4 Do not add localized title for docs not available in translation.
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java445 * Set the title of the play queue. The UI should display this title along
449 * @param title The title of the play queue.
451 public void setQueueTitle(@Nullable CharSequence title) { argument
453 mBinder.setQueueTitle(title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java147 mQsDetailHeaderTitle = (TextView) mQsDetailHeader.findViewById(android.R.id.title);
207 FontSizeUtils.updateFontSize(this, android.R.id.title, R.dimen.qs_detail_header_text_size);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java819 public void setQueueTitle(CharSequence title) { argument
820 mQueueTitle = title;
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java550 public void onReceivedTitle(String title) { argument
554 mWebChromeClient.onReceivedTitle(mWebView, title);
/frameworks/base/core/java/android/content/
H A DIntent.java448 * edit the title of a note. This could be implemented as a class that the
465 * edit the title of a note. It must be invoked on a specific note
467 * view and edit actions, but here displays and edits the title contained
470 * <p>In addition to supporting the default category as usual, our title editor
489 * displays and allows the user to edit the title associated
819 * <li>You can specify the title that will appear in the activity chooser.
839 * nice title given by the caller such as "Send this photo with:".
854 * title text to display in the chooser.
865 * target intent, also optionally supplying a title. If the target
874 * @param title Optiona
879 createChooser(Intent target, CharSequence title) argument
907 createChooser(Intent target, CharSequence title, IntentSender sender) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1431 final TextView title = (TextView) publicViewLocal.findViewById(R.id.title);
1433 title.setText(pmUser.getApplicationLabel(
1436 title.setText(entry.notification.getPackageName());
1493 title.setPadding(0, topPadding, 0, 0);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java470 CharSequence title = r.getText(com.android.internal.R.string.tethered_notification_title);
481 mTetheredNotification.tickerText = title;
485 mTetheredNotification.setLatestEventInfo(mContext, title, message, pi);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardTransportControlView.java327 mTrackTitle = (TextView) findViewById(R.id.title);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java165 "title TEXT," +
353 * Upgrade 31 clears the title for all quick launch shortcuts so the
360 db.execSQL("UPDATE bookmarks SET title = ''");
2143 final String title;
2164 title = info.loadLabel(packageManager).toString();
2167 title = "";
2176 values.put(Settings.Bookmarks.TITLE, title);

Completed in 851 milliseconds

123456789