Searched refs:title (Results 226 - 250 of 426) sorted by relevance

1234567891011>>

/frameworks/support/leanback/src/main/java/androidx/leanback/media/
H A DPlaybackBaseControlGlue.java541 * Sets the media title. The title will be rendered by default description presenter
544 public void setTitle(CharSequence title) { argument
545 if (TextUtils.equals(title, mTitle)) {
548 mTitle = title;
555 * Returns the title of the media item.
/frameworks/support/media/api21/android/support/v4/media/session/
H A DMediaControllerCompatApi21.java275 public void onQueueTitleChanged(CharSequence title); argument
313 public void onQueueTitleChanged(CharSequence title) { argument
314 mCallback.onQueueTitleChanged(title);
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DMainActivity.java49 String title = getString(R.string.main_title);
55 return new Guidance(title, description, breadcrumb, icon);
155 .title(getString(titleRes))
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAppCompatActivity.java215 protected void onTitleChanged(CharSequence title, int color) { argument
216 super.onTitleChanged(title, color);
217 getDelegate().setTitle(title);
/frameworks/base/core/java/com/android/internal/widget/
H A DAccountItemView.java63 mAccountName = (TextView)view.findViewById(android.R.id.title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/
H A DFingerprintDialogView.java173 final TextView title = mLayout.findViewById(R.id.title);
184 title.setText(mBundle.getCharSequence(BiometricPrompt.KEY_TITLE));
185 title.setSelected(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java157 public final TextView title; field in class:LockscreenFragment.Holder
163 title = (TextView) itemView.findViewById(android.R.id.title);
281 holder.title.setText(item.getLabel());
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java218 boolean dumpMap(PrintWriter out, String titlePrefix, String title, argument
246 if (title != null) {
247 out.print(titlePrefix); out.println(title);
248 title = null;
262 if (title != null) {
263 out.print(titlePrefix); out.println(title);
264 title = null;
309 public boolean dump(PrintWriter out, String title, String prefix, String packageName, argument
313 String curPrefix = title + "\n" + prefix;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardLayout.java205 public void setHeaderText(int title) { argument
206 getMixin(HeaderMixin.class).setText(title);
209 public void setHeaderText(CharSequence title) { argument
210 getMixin(HeaderMixin.class).setText(title);
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
H A DGlifLayoutTest.java77 TextView title = (TextView) layout.findViewById(R.id.suw_layout_title);
79 assertEquals("Header text should be \"Abracadabra\"", "Abracadabra", title.getText());
351 View title = layout.findViewById(R.id.suw_layout_title);
352 assertNotNull("@id/suw_layout_title should not be null", title);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java405 CharSequence title = context.getText(
410 .setContentTitle(title)
471 CharSequence title = context.getText(
476 .setContentTitle(title)
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DQueueAdapter.java65 holder.mTitleView = (TextView) convertView.findViewById(R.id.title);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DQueueAdapter.java65 holder.mTitleView = (TextView) convertView.findViewById(R.id.title);
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java111 /** The user-visible title of the restriction. */
421 * Sets the user-visible description of the entry, as a possible sub-text for the title.
439 * Returns the user-visible title for the entry, if any.
440 * @return the user-visible title for the entry, null if none was set earlier.
447 * Sets the user-visible title for the entry.
448 * @param title the user-visible title for the entry.
450 public void setTitle(String title) { argument
451 this.mTitle = title;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java189 // Use the uncondensed title for content description, but only if the title is not
198 // Use the uncondensed title for tooltip, but only if the title is not shown already.
235 public void setTitle(CharSequence title) { argument
236 mTitle = title;
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DRecentsTaskLoadPlan.java124 // Load the title, icon, and color
125 String title = opts.loadTitles
149 thumbnail, title, titleDescription, activityColor, backgroundColor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbResolverActivity.java122 CharSequence title = getResources().getText(com.android.internal.R.string.chooseUsbActivity);
123 super.onCreate(savedInstanceState, target, title, null, rList, true);
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java219 String title = null;
253 htmlString.append("'>" + entry.title + "</a></p>");
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DInstallerTest.java53 public Timer(String title) { argument
54 mTitle = title;
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java240 public void onReceivedTitle(WebView view, String title) { argument
241 PowerTestActivity.this.setTitle(title);
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DSequenceUI.java171 public boolean showConfirmDialog(String title, String message) { argument
189 public <T> T showChoiceDialog(String title, String message, T[] choices) { argument
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFrameworkActionBar.java117 protected void setTitle(CharSequence title) { argument
118 mActionBar.setTitle(title);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DInstallCarrierAppUtils.java54 String title = res.getString(
78 .setContentTitle(title)
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/doclava/
H A DDoclavaTask.kt114 title = null
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/doclava/
H A DDoclavaTask.kt114 title = null

Completed in 952 milliseconds

1234567891011>>