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

1234567891011>>

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/
H A DWizardNewPaymentStepFragment.java40 String title = getString(R.string.wizard_example_new_payment_guidance_title);
44 GuidanceStylist.Guidance guidance = new GuidanceStylist.Guidance(title, description,
53 .title(R.string.wizard_example_input_card)
63 .title(R.string.wizard_example_expiration_date)
H A DWizardExample1stStepFragment.java48 .title(R.string.wizard_example_rent_hd)
56 .title(getString(R.string.wizard_example_rent_sd))
H A DWizardExample4thStepFragment.java53 .title(R.string.wizard_example_watch_now)
59 .title(R.string.wizard_example_later)
/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/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/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")
H A DWizardNewPaymentStepFragment.java40 String title = getString(R.string.wizard_example_new_payment_guidance_title);
44 GuidanceStylist.Guidance guidance = new GuidanceStylist.Guidance(title, description,
53 .title(R.string.wizard_example_input_card)
63 .title(R.string.wizard_example_expiration_date)
H A DWizardExample1stStepFragment.java48 .title(R.string.wizard_example_rent_hd)
56 .title(getString(R.string.wizard_example_rent_sd))
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuItemImpl.java113 * @param title The text to display for the item.
116 CharSequence title, int showAsAction) {
137 mTitle = title;
337 * Gets the title for a particular {@link ItemView}
339 * @param itemView The ItemView that is receiving the title
340 * @return Either the title or condensed title based on what the ItemView
349 public MenuItem setTitle(CharSequence title) { argument
350 mTitle = title;
355 mSubMenu.setHeaderTitle(title);
115 MenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, CharSequence title, int showAsAction) argument
361 setTitle(int title) argument
369 setTitleCondensed(CharSequence title) argument
[all...]
H A DSubMenuBuilder.java103 public SubMenu setHeaderTitle(CharSequence title) { argument
104 return (SubMenu) super.setHeaderTitleInt(title);
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuItemImpl.java120 * @param title The text to display for the item.
123 CharSequence title, int showAsAction) {
142 mTitle = title;
360 * Gets the title for a particular {@link MenuView.ItemView}
362 * @param itemView The ItemView that is receiving the title
363 * @return Either the title or condensed title based on what the ItemView prefers
372 public MenuItem setTitle(CharSequence title) { argument
373 mTitle = title;
378 mSubMenu.setHeaderTitle(title);
122 MenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, CharSequence title, int showAsAction) argument
385 setTitle(int title) argument
405 setTitleCondensed(CharSequence title) argument
[all...]
/frameworks/base/core/java/android/app/
H A DProgressDialog.java92 public static ProgressDialog show(Context context, CharSequence title, argument
94 return show(context, title, message, false);
97 public static ProgressDialog show(Context context, CharSequence title, argument
99 return show(context, title, message, indeterminate, false, null);
102 public static ProgressDialog show(Context context, CharSequence title, argument
104 return show(context, title, message, indeterminate, cancelable, null);
107 public static ProgressDialog show(Context context, CharSequence title, argument
111 dialog.setTitle(title);
H A DTabActivity.java129 onChildTitleChanged(Activity childActivity, CharSequence title) { argument
134 ((TextView) tabView).setText(title);
/frameworks/base/core/java/android/service/chooser/
H A DChooserTarget.java47 * The title of this target that will be shown to the user. The title may be truncated
78 * <p>A target is composed of a title and an icon for presentation to the user.
79 * The UI presenting this target may truncate the title if it is too long to be presented
97 * @param title title of this target that will be shown to a user
103 public ChooserTarget(CharSequence title, Icon icon, float score, argument
105 mTitle = title;
129 * Returns the title of this target for display to a user. The UI displaying the title
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverTargetActionsDialogFragment.java40 private static final String TITLE_KEY = "title";
49 public ResolverTargetActionsDialogFragment(CharSequence title, ComponentName name, argument
52 args.putCharSequence(TITLE_KEY, title);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsService.java74 final String title = getResources().getString(
80 .setContentTitle(title)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java146 public String title; field in class:Task
199 Bitmap thumbnail, String title, String titleDescription, String dismissDescription,
211 this.title = title;
239 this.title = o.title;
341 return "[" + key.toString() + "] " + title;
358 writer.print(" "); writer.print(title);
198 Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon, Bitmap thumbnail, String title, String titleDescription, String dismissDescription, String appInfoDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp, boolean isDockable, Rect bounds, ActivityManager.TaskDescription taskDescription, int resizeMode, ComponentName topActivity) argument
/frameworks/opt/setupwizard/tools/gradle/
H A Ddocs.gradle18 title = null
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlaylistItem.java42 public PlaylistItem(String qid, String iid, String title, Uri uri, String mime, argument
46 mTitle = title;
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/dialog/
H A DDialogExampleFragment.java48 .title(getString(R.string.dialog_example_button_positive)).build();
52 .title(getString(R.string.dialog_example_button_negative)).build();
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DSong.java36 @SerializedName("title") private String mTitle = "";
84 public void setTitle(String title) { argument
85 mTitle = title;
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DIMediaControllerCallback.aidl37 void onQueueTitleChanged(CharSequence title);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlaylistItem.java42 public PlaylistItem(String qid, String iid, String title, Uri uri, String mime, argument
46 mTitle = title;
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/dialog/
H A DDialogExampleFragment.java48 .title(getString(R.string.dialog_example_button_positive)).build();
52 .title(getString(R.string.dialog_example_button_negative)).build();

Completed in 4029 milliseconds

1234567891011>>