OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtitle
(Results
126 - 150
of
225
) sorted by null
1
2
3
4
5
6
7
8
9
/external/valgrind/main/docs/
README
234
- concat titlepage +
subtitle
page in fo output
/frameworks/base/location/java/android/location/
SettingInjectorService.java
29
* Dynamically specifies the summary (
subtitle
) and enabled status of a preference injected into
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java
544
public void setSubtitle(CharSequence
subtitle
) {
545
mSubtitle =
subtitle
;
547
mSubtitleView.setText(
subtitle
);
548
mSubtitleView.setVisibility(
subtitle
!= null ? VISIBLE : GONE);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
79
// Determine type for
subtitle
/packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java
119
// Show the language as a
subtitle
of the action bar
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java
219
* Adjusts the activity title and
subtitle
to reflect the image name and size.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java
153
// Show the language as a
subtitle
of the action bar
/external/valgrind/main/docs/lib/
vg-fo.xsl
189
select="bookinfo/
subtitle
"/>
220
<xsl:template match="
subtitle
" mode="book.titlepage.recto.auto.mode">
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java
2402
String
subtitle
= getString(R.string.printer_unavailable, service.toString());
local
2525
CharSequence
subtitle
= null;
local
[
all
...]
/packages/apps/UnifiedEmail/res/values/
styles.xml
167
<style name="AccountSpinnerAnchorTextSecondary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.
Subtitle
">
344
<style name="WidgetSubtitle" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.
Subtitle
.Inverse">
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
StylesSidebarPane.js
[
all
...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js
870
$('network-details-
subtitle
-status').textContent =
890
var typeLabel = $('network-details-
subtitle
-type');
891
var typeSeparator = $('network-details-
subtitle
-separator');
[
all
...]
/frameworks/base/core/res/res/values/
public.xml
[
all
...]
themes_device_defaults.xml
64
<item name="textAppearanceSearchResultSubtitle">@android:style/TextAppearance.DeviceDefault.SearchResult.
Subtitle
</item>
238
<item name="textAppearanceSearchResultSubtitle">@android:style/TextAppearance.DeviceDefault.Light.SearchResult.
Subtitle
</item>
[
all
...]
/external/qemu/android/
hw-events.h
315
KEY_CODE(
SUBTITLE
,0x172) \
/frameworks/base/docs/html/training/basics/data-storage/
databases.jd
86
public static final String COLUMN_NAME_SUBTITLE = "
subtitle
";
/packages/apps/Gallery2/res/values/
styles.xml
58
<style name="ActionBarTwoLineSecondary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.
Subtitle
"></style>
/packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java
316
final TextViewSnippet snippet = (TextViewSnippet)(view.findViewById(R.id.
subtitle
));
/packages/apps/VideoEditor/res/values-en-rGB/
strings.xml
121
<string name="overlay_subtitle_label" msgid="7551473702348702251">"
Subtitle
"</string>
/packages/apps/VideoEditor/res/values-en-rIN/
strings.xml
121
<string name="overlay_subtitle_label" msgid="7551473702348702251">"
Subtitle
"</string>
/packages/apps/VideoEditor/res/values-tl/
strings.xml
121
<string name="overlay_subtitle_label" msgid="7551473702348702251">"
Subtitle
"</string>
/external/chromium_org/ui/views/controls/menu/
menu_item_view.cc
346
void MenuItemView::SetSubtitle(const string16&
subtitle
) {
347
subtitle_ =
subtitle
;
[
all
...]
/frameworks/base/docs/html/sdk/
index.jd
284
<a class="big button
subtitle
" id="download-bundle-button"
334
<a class="button
subtitle
" id="download-tools-button" href="" style="display:none" ></a>
/frameworks/base/packages/SystemUI/res/values/
strings.xml
64
<!-- When the battery is low, this is displayed to the user in a dialog. The
subtitle
of the low battery alert. [CHAR LIMIT=NONE] -->
68
appened to the
subtitle
of the low battery alert. "number" is the percentage of battery
[
all
...]
/packages/apps/Contacts/res/values/
strings.xml
573
<!--
Subtitle
of the group detail page that describes how many people are in the current group [CHAR LIMIT=30] -->
[
all
...]
Completed in 752 milliseconds
1
2
3
4
5
6
7
8
9