Searched refs:title (Results 276 - 300 of 375) sorted by relevance

<<1112131415

/frameworks/base/core/java/android/app/
H A DActivity.java1722 final CharSequence title = item.getTitle();
1724 if (title != null && alphaShortcut != MIN_VALUE) {
1730 title, alphaShortcut, KeyEvent.META_CTRL_ON));
3115 CharSequence title = getTitle();
3116 if (!TextUtils.isEmpty(title)) {
3117 event.getText().add(title);
5615 * Change the title associated with this activity. If this is a
5616 * top-level activity, the title for its window will change. If it
5620 public void setTitle(CharSequence title) { argument
5621 mTitle = title;
5663 onTitleChanged(CharSequence title, int color) argument
5678 onChildTitleChanged(Activity childActivity, CharSequence title) argument
6611 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config, String referrer, IVoiceInteractor voiceInteractor, Window window) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DBrowser.java164 * Open an activity to save a bookmark. Launch with a title
168 * @param title Title for the bookmark. Can be null or empty string.
173 String title,
216 * @param chooserDialogTitle The title of the dialog that allows the user
458 * The user visible title of the bookmark or history item.
461 public static final String TITLE = "title";
172 saveBookmark(Context c, String title, String url) argument
/frameworks/base/core/java/android/view/
H A DWindowManager.java1775 * The window title isn't kept in sync with what is displayed in the title bar, so we
1776 * separately track the currently shown title to provide to accessibility.
1839 public final void setTitle(CharSequence title) { argument
1840 if (null == title)
1841 title = "";
1843 mTitle = TextUtils.stringOrSpannedString(title);
2218 Log.d("Debug", "WindowManager.LayoutParams={title=" + mTitle + "}");
/frameworks/base/core/java/com/android/internal/view/menu/
H A DStandardMenuPopup.java191 com.android.internal.R.id.title);
198 // Update to show the title.
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java329 public void setTitle(CharSequence title) {} argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSaveFragment.java39 * Display document title editor and save button.
81 mDisplayName = (EditText) view.findViewById(android.R.id.title);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DGridDocumentHolder.java60 mTitle = (TextView) itemView.findViewById(android.R.id.title);
H A DListDocumentHolder.java54 mTitle = (TextView) itemView.findViewById(android.R.id.title);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DUserAdapter.java102 ((TextView) row.findViewById(android.R.id.title)).setText(getTitle(user));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java82 // Distance from the end of the title at which this AP's user badge should sit.
101 // Distance from the end of the title at which this AP's user badge should sit.
122 mTitleView = (TextView) view.findViewById(com.android.internal.R.id.title);
124 // Attach to the end of the title view
174 * Updates the title and summary; may indirectly call notifyChanged().
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationTemplateViewWrapper.java121 mTitle = (TextView) mView.findViewById(com.android.internal.R.id.title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java226 private TextView title; field in class:NavBarTuner.Holder
230 title = (TextView) itemView.findViewById(android.R.id.title);
392 holder.title.setText(mLabels.get(position));
/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java146 return actionFactory.build(action.icon, action.title, action.actionIntent,
/frameworks/support/compat/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java149 action.icon, action.title, action.actionIntent, actionExtras);
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DStandardMenuPopup.java169 TextView titleView = (TextView) titleItemView.findViewById(android.R.id.title);
/frameworks/base/core/java/android/widget/
H A DToolbar.java80 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
83 * If an app uses a logo image it should strongly consider omitting a title and subtitle.</li>
100 * toolbars than on their application icon. The use of application icon plus title as a standard
289 final CharSequence title = a.getText(R.styleable.Toolbar_title);
290 if (!TextUtils.isEmpty(title)) {
291 setTitle(title);
362 * Sets the title margin.
364 * @param start the starting title margin in pixels
365 * @param top the top title margi
733 setTitle(CharSequence title) argument
[all...]
H A DActivityChooserView.java763 TextView titleView = (TextView) convertView.findViewById(R.id.title);
778 // Set the title.
779 TextView titleView = (TextView) convertView.findViewById(R.id.title);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java93 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
96 * If an app uses a logo image it should strongly consider omitting a title and subtitle.</li>
113 * toolbars than on their application icon. The use of application icon plus title as a standard
304 final CharSequence title = a.getText(R.styleable.Toolbar_title);
305 if (!TextUtils.isEmpty(title)) {
306 setTitle(title);
375 * Sets the title margin.
377 * @param start the starting title margin in pixels
378 * @param top the top title margi
752 setTitle(CharSequence title) argument
[all...]
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java759 * Sets the title of the drawer with the given gravity.
761 * When accessibility is turned on, this is the title that will be used to
765 * drawer to set the title for.
766 * @param title The title for the drawer.
768 public void setDrawerTitle(@EdgeGravity int edgeGravity, CharSequence title) { argument
772 mTitleLeft = title;
774 mTitleRight = title;
779 * Returns the title of the drawer with the given gravity.
782 * drawer to return the title fo
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java667 public void setWindowTitle(CharSequence title) { argument
669 mDecorToolbar.setWindowTitle(title);
/frameworks/base/packages/Osu/src/com/android/
H A DMainActivity.java371 private void sendNotificationMessage(String title) { argument
374 .setContentTitle(title)
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2383 CharSequence title = null;
2390 title = printerHolder.printer.getName();
2393 title = getMoreItemTitle();
2398 title = printerHolder.printer.getName();
2401 title = getMoreItemTitle();
2406 title = printInfo.getName();
2412 TextView titleView = (TextView) convertView.findViewById(R.id.title);
2413 titleView.setText(title);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1219 protected ShortcutInfo makeShortcutWithTitle(String id, String title) { argument
1221 id, title, /* activity =*/ null, /* icon =*/ null,
1297 String title) {
1299 id, title, activity, /* icon =*/ null,
1313 protected ShortcutInfo makeShortcut(String id, String title, ComponentName activity, argument
1317 .setShortLabel(title)
1342 protected ShortcutInfo makeShortcut(String id, String title, ComponentName activity, argument
1346 .setShortLabel(title)
1369 .setShortLabel("title-" + id)
1296 makeShortcutWithActivityAndTitle(String id, ComponentName activity, String title) argument
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py203 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None):
214 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold')
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1267 String title = contentValues.getAsString(Organization.TITLE);
1268 if (title != null) {
1269 title = title.trim();
1288 if (!TextUtils.isEmpty(title)) {
1289 appendLine(VCardConstants.PROPERTY_TITLE, title,
1290 !VCardUtils.containsOnlyPrintableAscii(title),
1292 !VCardUtils.containsOnlyNonCrLfPrintableAscii(title)));

Completed in 996 milliseconds

<<1112131415