OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtitle
(Results
176 - 200
of
662
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html-intl/intl/zh-cn/
index.jd
68
<div class="dac-section-
subtitle
">
83
<div class="dac-section-
subtitle
">
/frameworks/base/docs/html-intl/intl/zh-tw/
index.jd
68
<div class="dac-section-
subtitle
">
83
<div class="dac-section-
subtitle
">
/frameworks/support/v7/appcompat/res/values/
strings.xml
37
if the window is also providing
subtitle
text.
38
%1$s is the title. %2$s is the
subtitle
. %3$s is the description of what
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
SupportActionModeWrapper.java
67
public void setSubtitle(CharSequence
subtitle
) {
68
mWrappedObject.setSubtitle(
subtitle
);
/packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java
92
TextView
subtitle
= (TextView) mHeaderView.findViewById(R.id.album_header_subtitle);
local
95
subtitle
.setText(getActivity().getResources().getQuantityString(
/prebuilts/sdk/current/support/v7/appcompat/res/values/
strings.xml
37
if the window is also providing
subtitle
text.
38
%1$s is the title. %2$s is the
subtitle
. %3$s is the description of what
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
SelectPrinterActivity.java
541
CharSequence
subtitle
= null;
548
subtitle
= packageInfo.applicationInfo.loadLabel(pm);
557
TextView subtitleView = (TextView) convertView.findViewById(R.id.
subtitle
);
558
if (!TextUtils.isEmpty(
subtitle
)) {
559
subtitleView.setText(
subtitle
);
/frameworks/base/core/res/res/values/
styles_device_defaults.xml
214
<style name="TextAppearance.DeviceDefault.SearchResult.
Subtitle
" parent="TextAppearance.Material.SearchResult.
Subtitle
"/>
229
<style name="TextAppearance.DeviceDefault.Widget.ActionBar.
Subtitle
" parent="TextAppearance.Material.Widget.ActionBar.
Subtitle
"/>
231
<style name="TextAppearance.DeviceDefault.Widget.ActionMode.
Subtitle
" parent="TextAppearance.Material.Widget.ActionMode.
Subtitle
"/>
237
<style name="TextAppearance.DeviceDefault.Widget.ActionBar.
Subtitle
.Inverse" parent="TextAppearance.Material.Widget.ActionBar.
Subtitle
.Inverse"/>
241
<style name="TextAppearance.DeviceDefault.Widget.ActionMode.
Subtitle
.Inverse" parent="TextAppearance.Material.Widget.ActionMode.
Subtitle
.Inverse"/
[
all
...]
styles_holo.xml
85
<style name="TextAppearance.Holo.SearchResult.
Subtitle
">
154
<style name="TextAppearance.Holo.Widget.ActionBar.
Subtitle
"
164
<style name="TextAppearance.Holo.Widget.ActionBar.
Subtitle
.Inverse"
184
<style name="TextAppearance.Holo.Widget.ActionMode.
Subtitle
"
194
<style name="TextAppearance.Holo.Widget.ActionMode.
Subtitle
.Inverse"
270
<style name="TextAppearance.Holo.Light.SearchResult.
Subtitle
">
294
<style name="TextAppearance.Holo.Light.Widget.ActionMode.
Subtitle
" parent="TextAppearance.Widget.ActionMode.
Subtitle
" />
693
<item name="subtitleTextStyle">@style/TextAppearance.Holo.Widget.ActionMode.
Subtitle
</item>
702
<item name="subtitleTextStyle">@style/TextAppearance.Holo.Widget.ActionBar.
Subtitle
</item
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java
99
* and title text with an optional
subtitle
. Clicking any of these elements
178
* Show the activity title and
subtitle
, if present.
393
* Set the action bar's
subtitle
. This will only be displayed if
395
*
subtitle
entirely.
397
* @param
subtitle
Subtitle
to set
402
public abstract void setSubtitle(CharSequence
subtitle
);
405
* Set the action bar's
subtitle
. This will only be displayed if
408
* @param resId Resource ID of
subtitle
string to set
481
* Set whether an activity title/
subtitle
should be displayed
[
all
...]
/frameworks/base/media/java/android/media/
MediaFormat.java
80
*
Subtitle
formats have the following keys:
112
* MIME type for WebVTT
subtitle
data.
519
* This is currently only used for
subtitle
tracks, when the user selected
529
* This is currently only used for
subtitle
tracks, when the user selected
538
* A key for the FORCED field for
subtitle
tracks. True if it is a
539
* forced
subtitle
track. Forced
subtitle
tracks are essential for the
545
public static final String KEY_IS_FORCED_SUBTITLE = "is-forced-
subtitle
";
724
* Creates a minimal
subtitle
format.
[
all
...]
/cts/tests/tests/tv/src/android/media/tv/cts/
TvViewTest.java
308
new TvTrackInfo.Builder(TvTrackInfo.TYPE_SUBTITLE, "
subtitle
-eng")
311
new TvTrackInfo.Builder(TvTrackInfo.TYPE_SUBTITLE, "
subtitle
-esp")
314
new TvTrackInfo.Builder(TvTrackInfo.TYPE_SUBTITLE, "
subtitle
-eng2")
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
261
* @param
subTitle
status
263
private void setStatus(CharSequence
subTitle
) {
272
actionBar.setSubtitle(
subTitle
);
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
261
* @param
subTitle
status
263
private void setStatus(CharSequence
subTitle
) {
272
actionBar.setSubtitle(
subTitle
);
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java
261
* @param
subTitle
status
263
private void setStatus(CharSequence
subTitle
) {
272
actionBar.setSubtitle(
subTitle
);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBarWrapper.java
98
public void setSubTitle(CharSequence
subTitle
) {
99
if (
subTitle
!= null) {
100
mActionBar.setSubtitle(
subTitle
);
/frameworks/base/core/java/android/widget/
Toolbar.java
79
* <li><em>A title and
subtitle
.</em> The title should be a signpost for the Toolbar's current
80
* position in the navigation hierarchy and the content contained there. The
subtitle
,
82
* If an app uses a logo image it should strongly consider omitting a title and
subtitle
.</li>
257
final CharSequence
subtitle
= a.getText(R.styleable.Toolbar_subtitle);
local
258
if (!TextUtils.isEmpty(
subtitle
)) {
259
setSubtitle(
subtitle
);
614
* Return the
subtitle
of this toolbar.
616
* @return The current
subtitle
623
* Set the
subtitle
of this toolbar.
634
* Set the
subtitle
of this toolbar
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java
97
* <li><em>A title and
subtitle
.</em> The title should be a signpost for the Toolbar's current
98
* position in the navigation hierarchy and the content contained there. The
subtitle
,
100
* If an app uses a logo image it should strongly consider omitting a title and
subtitle
.</li>
273
final CharSequence
subtitle
= a.getText(R.styleable.Toolbar_subtitle);
local
274
if (!TextUtils.isEmpty(
subtitle
)) {
275
setSubtitle(
subtitle
);
631
* Return the
subtitle
of this toolbar.
633
* @return The current
subtitle
640
* Set the
subtitle
of this toolbar.
651
* Set the
subtitle
of this toolbar
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MultipleTracksTestActivity.java
37
* Tests for verifying TV app behavior on multiple tracks and
subtitle
.
/cts/tests/tests/view/src/android/view/cts/
ActionModeTest.java
159
public void setSubtitle(CharSequence
subtitle
) {}
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
Player.java
106
bob.putString(MediaMetadataCompat.METADATA_KEY_DISPLAY_SUBTITLE, "
Subtitle
of the thing");
/external/eigen/doc/
eigendoxy_layout.xml.in
50
<related title=""
subtitle
=""/>
/external/eigen/unsupported/doc/
eigendoxy_layout.xml.in
49
<related title=""
subtitle
=""/>
/frameworks/base/docs/html/preview/
index.jd
49
<div class="dac-section-
subtitle
">
/frameworks/base/docs/html-intl/intl/es/preview/
index.jd
48
<div class="dac-section-
subtitle
">
Completed in 518 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>