Searched refs:title (Results 51 - 75 of 375) sorted by relevance

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DSubMenuWrapperICS.java52 public SubMenu setHeaderTitle(CharSequence title) { argument
53 getWrappedObject().setHeaderTitle(title);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceViewHolder.java38 mCachedViews.put(android.R.id.title, itemView.findViewById(android.R.id.title));
/frameworks/base/core/java/com/android/internal/util/
H A DProgressReporter.java127 public void setProgress(int progress, @Nullable CharSequence title) { argument
128 setProgress(progress, 100, title);
141 public void setProgress(int n, int m, @Nullable CharSequence title) { argument
148 if (title != null) {
149 mExtras.putCharSequence(Intent.EXTRA_TITLE, title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridNotificationView.java83 // We want to transform to the same y location as the title
97 // We want to transform from the same y location as the title
112 public void bind(CharSequence title) { argument
113 bind(title, null);
116 public void bind(CharSequence title, CharSequence text) { argument
117 mTitleView.setText(title);
118 mTitleView.setVisibility(TextUtils.isEmpty(title) ? GONE : VISIBLE);
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java42 String title,
50 return insertImage(contentResolver, streamWriter, title, description);
56 String title,
60 values.put(Images.Media.TITLE, title);
61 values.put(Images.Media.DISPLAY_NAME, title);
40 insertImage(ContentResolver contentResolver, Bitmap image, String title, String description) argument
54 insertImage(ContentResolver cr, StreamWriter source, String title, String description) argument
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTileUtils.java56 * <p>The title may be defined by meta-data named {@link #META_DATA_PREFERENCE_TITLE}
104 * to specify the title that should be displayed for the preference.
106 public static final String META_DATA_PREFERENCE_TITLE = "com.android.settings.title";
173 category.title = resolved.activityInfo.loadLabel(pm);
176 if (DEBUG) Log.d(LOG_TAG, "Adding category " + category.title);
228 if (DEBUG) Log.d(LOG_TAG, "Adding tile " + tile.title);
255 CharSequence title = null;
270 title = res.getString(metaData.getInt(META_DATA_PREFERENCE_TITLE));
272 title = metaData.getString(META_DATA_PREFERENCE_TITLE);
287 // Set the preference title t
[all...]
H A DTile.java38 public CharSequence title; field in class:Tile
93 TextUtils.writeToParcel(title, dest, flags);
119 title = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java196 final CharSequence title = mContext.getString(R.string.ext_media_missing_title,
203 .setContentTitle(title)
222 final CharSequence title = mContext.getString(
230 .setContentTitle(title)
327 final CharSequence title = mContext.getString(
332 return buildNotificationBuilder(vol, title, text)
350 final CharSequence title = disk.getDescription();
355 return buildNotificationBuilder(vol, title, text)
367 final CharSequence title = disk.getDescription();
372 final Notification.Builder builder = buildNotificationBuilder(vol, title, tex
564 buildNotificationBuilder(VolumeInfo vol, CharSequence title, CharSequence text) argument
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java151 * @param title the title for the parent entry
152 * @param shortTitle the short title for the parent entry
156 public void setParentTitle(CharSequence title, CharSequence shortTitle, argument
158 mParentEntry = createBackStackEntry(title, shortTitle);
173 private BackStackRecord createBackStackEntry(CharSequence title, CharSequence shortTitle) { argument
174 if (title == null) return null;
178 entry.setBreadCrumbTitle(title);
184 * Set a custom title for the bread crumbs. This will be the first entry
186 * title i
188 setTitle(CharSequence title, CharSequence shortTitle) argument
[all...]
H A DKeyguardManager.java66 * A CharSequence dialog title to show to the user when used with a
87 public Intent createConfirmDeviceCredentialIntent(CharSequence title, CharSequence description) { argument
90 intent.putExtra(EXTRA_TITLE, title);
109 CharSequence title, CharSequence description, int userId) {
112 intent.putExtra(EXTRA_TITLE, title);
108 createConfirmDeviceCredentialIntent( CharSequence title, CharSequence description, int userId) argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DRootInfo.java87 public String title; field in class:RootInfo
108 title = null;
128 title = DurableUtils.readNullableString(in);
147 DurableUtils.writeNullableString(out, title);
184 root.title = getCursorString(cursor, Root.COLUMN_TITLE);
363 // Sort by root type, then title, then summary.
369 score = compareToIgnoreCaseNullable(title, other.title);
382 + ", title=" + title
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkNotificationManager.java151 CharSequence title;
155 title = r.getString(R.string.wifi_no_internet, 0);
159 title = r.getString(R.string.wifi_no_internet, 0);
164 title = r.getString(R.string.wifi_available_sign_in, 0);
168 title = r.getString(R.string.network_available_sign_in, 0);
174 title = r.getString(R.string.network_available_sign_in, 0);
181 title = r.getString(R.string.network_switch_metered, toTransport);
195 .setTicker(title)
198 .setContentTitle(title)
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DAppCompatPreferenceActivity.java95 protected void onTitleChanged(CharSequence title, int color) { argument
96 super.onTitleChanged(title, color);
97 getDelegate().setTitle(title);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DAppCompatPreferenceActivity.java95 protected void onTitleChanged(CharSequence title, int color) { argument
96 super.onTitleChanged(title, color);
97 getDelegate().setTitle(title);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDialog.java103 public void setTitle(CharSequence title) { argument
104 super.setTitle(title);
105 getDelegate().setTitle(title);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java156 * this extra can also be specify to supply the title to be shown for
163 * this extra can also be specify to supply the short title to be shown for
262 TextView title; field in class:PreferenceActivity.HeaderAdapter.HeaderViewHolder
287 holder.title = (TextView) view.findViewById(com.android.internal.R.id.title);
307 holder.title.setText(header.getTitle(getContext().getResources()));
340 * Resource ID of title of the header that is shown to the user.
350 public CharSequence title; field in class:PreferenceActivity.Header
366 * Resource ID of optional text to show as the title in the bread crumb.
373 * Optional text to show as the title i
1149 showBreadCrumbs(CharSequence title, CharSequence shortTitle) argument
1190 setParentTitle(CharSequence title, CharSequence shortTitle, OnClickListener listener) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorContentParent.java29 * entry points for a number of title/window decor features.
33 void setWindowTitle(CharSequence title); argument
/frameworks/base/media/java/android/media/
H A DMediaDescription.java21 * A primary title suitable for display or null.
49 private MediaDescription(String mediaId, CharSequence title, CharSequence subtitle, argument
52 mTitle = title;
81 * Returns a title suitable for display or null.
83 * @return A title or null.
209 * Sets the title.
211 * @param title A title suitable for display to the user or null.
214 public Builder setTitle(@Nullable CharSequence title) { argument
215 mTitle = title;
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDrawerController.java71 abstract void setTitle(String title); argument
169 void setTitle(String title) { argument
170 mToolbar.setTitle(title);
226 void setTitle(String title) {} argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DBridgeActionBar.java114 /** Setup things like the title, subtitle, icon etc. */
122 protected abstract void setTitle(CharSequence title); argument
130 String title = mParams.getAppLabel();
131 ResourceValue titleValue = res.findResValue(title, false);
135 setTitle(title);
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DGlifLayoutTest.java55 TextView title = (TextView) layout.findViewById(R.id.suw_layout_title);
57 assertEquals("Header text should be \"Abracadabra\"", "Abracadabra", title.getText());
139 View title = layout.findViewById(R.id.suw_layout_title);
140 assertNotNull("@id/suw_layout_title should not be null", title);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DListPopupWindowActivity.java73 private TextView title;
98 viewHolder.title = (TextView) convertView.findViewById(R.id.title);
105 viewHolder.title.setText(POPUP_CONTENT[position]);
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DGuidedStepHalfScreenActivity.java52 String title = getString(R.string.guidedstep_first_title);
56 return new Guidance(title, description, breadcrumb, icon);
107 String title = getString(R.string.guidedstep_second_title);
111 return new Guidance(title, description, breadcrumb, icon);
H A DGuidedStepSupportHalfScreenActivity.java54 String title = getString(R.string.guidedstep_first_title);
58 return new Guidance(title, description, breadcrumb, icon);
109 String title = getString(R.string.guidedstep_second_title);
113 return new Guidance(title, description, breadcrumb, icon);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/
H A DWizardExample2ndStepFragment.java76 .title(R.string.wizard_example_rent)
85 .title(R.string.wizard_example_payment_method)
102 .title(sCards.get(i))
110 .title("Add New Card")

Completed in 503 milliseconds

1234567891011>>