HomeSort by relevance Sort by last modified time
    Searched refs:subtitle (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/
Page.java 7 private final int subtitle; field in class:Page
9 public Page(int subtitle, int text) {
10 this.subtitle = subtitle;
19 return subtitle;
  /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
TlsAuthConfigVfr.vfr 33 subtitle text = STRING_TOKEN(STR_NULL);
44 subtitle text = STRING_TOKEN(STR_NULL);
64 subtitle text = STRING_TOKEN(STR_NULL);
72 subtitle text = STRING_TOKEN(STR_NULL);
87 subtitle text = STRING_TOKEN(STR_NULL);
100 subtitle text = STRING_TOKEN(STR_NULL);
108 subtitle text = STRING_TOKEN(STR_NULL);
111 subtitle text = STRING_TOKEN(STR_NULL);
122 subtitle text = STRING_TOKEN(STR_NULL);
123 subtitle text = STRING_TOKEN(STR_NULL)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfig.vfr 34 subtitle text = STRING_TOKEN(STR_NULL);
86 subtitle text = STRING_TOKEN(STR_NULL);
94 subtitle text = STRING_TOKEN(STR_NULL);
102 subtitle text = STRING_TOKEN(STR_NULL);
110 subtitle text = STRING_TOKEN(STR_NULL);
118 subtitle text = STRING_TOKEN(STR_NULL);
134 subtitle text = STRING_TOKEN(STR_NULL);
147 subtitle text = STRING_TOKEN(STR_NULL);
168 subtitle text = STRING_TOKEN(STR_NULL);
176 subtitle text = STRING_TOKEN(STR_NULL);
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
MediaTimeProvider.java 17 package com.android.media.subtitle;
  /packages/apps/Dialer/java/com/android/dialer/widget/
DialerToolbar.java 31 private final TextView subtitle; field in class:DialerToolbar
37 subtitle = (TextView) findViewById(R.id.subtitle);
69 subtitle.setText(charSequence);
70 subtitle.setVisibility(VISIBLE);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 81 public void setSubtitle(CharSequence subtitle) {
82 mProgress = subtitle;
107 final TextView subtitle = (TextView) view.findViewById(R.id.widget_summary); local
108 subtitle.setText(mProgress);
110 subtitle.setCompoundDrawablesRelativeWithIntrinsicBounds(R.drawable.ic_warning_24dp, 0,
113 subtitle.setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, 0, 0);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfig.vfr 32 subtitle text = STRING_TOKEN(STR_NULL);
48 subtitle text = STRING_TOKEN(STR_NULL);
52 subtitle text = STRING_TOKEN(STR_NULL);
53 subtitle text = STRING_TOKEN(STR_TREE_PP_OPERATION);
  /external/wayland/doc/publican/sources/css/
brand.css 4 div.subtitle,
  /frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
CustomSnackbar.java 43 /** Sets the subtitle of this custom snackbar. */
44 public CustomSnackbar setSubtitle(String subtitle) {
46 subtitleView.setText(subtitle);
  /packages/apps/Car/LocalMediaPlayer/proto/
proto.proto 34 optional string subtitle = 4;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
ActionBarInterface.java 40 public void setSubtitle(@Nullable CharSequence subtitle);
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
MediaTimeProvider.java 17 package androidx.media.subtitle;
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
ListViewActivity.java 65 TextView subtitle = (TextView) view.findViewById(R.id.subtitle);
67 subtitle.setText("Subtitle for #" + i);
  /packages/apps/Car/Media/src/com/android/car/media/widgets/
MetadataView.java 38 TextView subtitle = findViewById(R.id.subtitle); local
40 mMetadataController = new MetadataController(title, subtitle, null, seekBar, null);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalPasswordForm.vfr 48 subtitle text = STRING_TOKEN(STR_MAIN_OPAL_VERSION);
50 subtitle text = STRING_TOKEN(STR_NULL);
56 subtitle text = STRING_TOKEN(STR_NULL);
119 subtitle text = STRING_TOKEN(STR_NULL);
134 subtitle text = STRING_TOKEN(STR_NULL);
174 subtitle text = STRING_TOKEN(STR_MAIN_OPAL_VERSION);
176 subtitle text = STRING_TOKEN(STR_NULL);
182 subtitle text = STRING_TOKEN(STR_NULL);
277 subtitle text = STRING_TOKEN(STR_MAIN_OPAL_VERSION);
279 subtitle text = STRING_TOKEN(STR_NULL);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileManagerVfr.Vfr 58 subtitle
111 subtitle
143 subtitle
183 subtitle
197 subtitle
228 subtitle
239 subtitle
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfig.vfr 31 subtitle text = STRING_TOKEN(STR_NULL);
38 subtitle text = STRING_TOKEN(STR_NULL);
70 subtitle text = STRING_TOKEN(STR_NULL);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
PeopleOptionsItemView.java 58 mSubtitle = (TextView) findViewById(R.id.subtitle);
75 final String subtitle = mData.getSubtitle(); local
76 if (TextUtils.isEmpty(subtitle)) {
80 mSubtitle.setText(subtitle);
  /frameworks/base/packages/SimAppDialog/src/com/android/simappdialog/
InstallCarrierAppActivity.java 73 TextView subtitle = findViewById(R.id.install_carrier_app_description); local
74 subtitle.setText(getString(R.string.install_carrier_app_description, carrierName));
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
ActionBarWrapper.java 57 public void setSubtitle(CharSequence subtitle) {
58 mActionBar.setSubtitle(subtitle);
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
ActionBarWrapper.java 58 public void setSubtitle(CharSequence subtitle) {
59 mActionBar.setSubtitle(subtitle);
  /external/shflags/doc/
rst2html.css 28 .last, .with-subtitle {
141 h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
142 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
148 h2.subtitle {
203 p.sidebar-subtitle {
241 span.section-subtitle {
    [all...]
  /packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
ProgramInfoExt.java 151 String subtitle; local
153 subtitle = artist;
155 subtitle = title;
157 subtitle = title + TITLE_SEPARATOR + artist;
159 bld.putString(MediaMetadata.METADATA_KEY_DISPLAY_SUBTITLE, subtitle);
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
ListBuilder.java 164 * Set the subtitle.
264 * Sets the subtitle text.
266 void setSubtitle(CharSequence subtitle);
269 * Sets the subtitle text.
275 void setSubtitle(CharSequence subtitle, boolean isLoading);
324 * a title, subtitle, and an action.
334 * Sets the subtitle to be shown in this header.
336 void setSubtitle(CharSequence subtitle, boolean isLoading);
339 * Sets the summary subtitle to be shown in this header. If unset, the normal subtitle
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2Config.vfr 38 subtitle text = STRING_TOKEN(STR_NULL);
56 subtitle text = STRING_TOKEN(STR_NULL);
88 subtitle text = STRING_TOKEN(STR_NULL);
104 subtitle text = STRING_TOKEN(STR_NULL);
105 subtitle text = STRING_TOKEN(STR_TCG2_PP_OPERATION);
135 subtitle text = STRING_TOKEN(STR_NULL);
136 subtitle text = STRING_TOKEN(STR_TCG2_CONFIGURATION);
158 subtitle text = STRING_TOKEN(STR_NULL);

Completed in 1662 milliseconds

1 2 3 4 5 6 7 8