Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 103) sorted by relevance

12345

/development/samples/SupportLeanbackShowcase/app/src/main/res/raw/
Dcards_example.json4 "title": "ImageCardView Examples" string
7 "title": "One Line Title", string
11 "title": "Deep Into The Deep Sleep", string
17 "title": "We", string
23 "title": "The Fairy Story Of A Legend", string
29 "title": "Cursed", string
35 "title": "My Crazy One", string
41 "title": "Gone", string
47 "title": "A Cold Night To Stay", string
53 "title": "The Silence", string
[all …]
Dpage_row_example.json3 "title": "One Line Title", string
7 "title": "Deep Into The Deep Sleep", string
13 "title": "We", string
19 "title": "The Fairy Story Of A Legend", string
25 "title": "Cursed", string
31 "title": "My Crazy One", string
37 "title": "Gone", string
43 "title": "A Cold Night To Stay", string
49 "title": "The Silence", string
55 "title": "Hear The Roar", string
[all …]
Dicon_example.json2 "title": "Icon", string
6 "title": "Settings", string
11 "title": "WiFi", string
16 "title": "Parental Control", string
21 "title": "Time", string
26 "title": "Input connection", string
31 "title": "Hdmi", string
36 "title": "Overscan", string
41 "title": "Remote", string
46 "title": "Ethernet", string
[all …]
Ddetail_example.json2 "title": "A Summer in a Canyon", string
11 "title": "Leonardo Di Caprio", string
16 "title": "Gerald Butler", string
21 "title": "Russle Crow", string
26 "title": "Emma Stone", string
31 "title": "Natalie Portman", string
36 "title": "Jack Gyllanhall", string
41 "title": "Ryan Gossling", string
46 "title": "Olivia Wilde", string
53 "title": "The Amazing Spuder-Man", string
[all …]
Dmusic_example.json2 "title": "A Summer in a Canyon", string
11 "title": "Leonardo Di Caprio", string
16 "title": "Gerald Butler", string
21 "title": "Russle Crow", string
26 "title": "Emma Stone", string
31 "title": "Natalie Portman", string
36 "title": "Jack Gyllanhall", string
41 "title": "Ryan Gossling", string
46 "title": "Olivia Wilde", string
53 "title": "The Amazing Spuder-Man", string
[all …]
Dgrid_example.json5 "title": "Nüsse", string
11 "title": "Undefinierbar", string
17 "title": "Brocoli", string
23 "title": "Salat", string
29 "title": "Große Radischen", string
35 "title": "Rote Zwiebeln", string
41 "title": "Lauch", string
47 "title": "Exotisches Zeugs", string
53 "title": "Zitronen", string
59 "title": "Meerirgendwas", string
[all …]
Dlauncher_cards.json3 "title": "", string
8 "title": "Card Examples", string
15 "title": "Page/Row fragment Examples", string
22 "title": "Grid Examples", string
29 "title": "Detail Examples", string
36 "title": "Video consumption Examples", string
43 "title": "Music consumption Examples", string
50 "title": "Wizard Examples", string
57 "title": "Settings Examples", string
64 "title": "Dialog Examples", string
Dmusic_consumption_example.json6 "title": "Thump and Jump", string
14 "title": "Give", string
22 "title": "Dusty Road", string
30 "title": "Light The Torch", string
38 "title": "Blue Skies", string
46 "title": "In the Land of Rhinoplasty(Sting)", string
54 "title": "Ice Crystals", string
62 "title": "Shoulder Closures", string
70 "title": "The Coldest Shoulder", string
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DGuidedStepActivity.java97 private static void addAction(List<GuidedAction> actions, long id, String title, String desc) { in addAction()
105 private static void addAction(List<GuidedAction> actions, long id, String title, String desc, in addAction()
116 long id, String title, String desc) { in addEditableAction()
126 private static void addEditableAction(List<GuidedAction> actions, long id, String title, in addEditableAction()
137 private static void addEditableAction(List<GuidedAction> actions, long id, String title, in addEditableAction()
150 private static void addDatePickerAction(List<GuidedAction> actions, long id, String title) { in addDatePickerAction()
159 String title, String desc, String editDescription, int descriptionEditInputType) { in addEditableDescriptionAction()
171 String title, String desc, int checkSetId) { in addCheckedAction()
189 String title = getString(R.string.guidedstep_first_title); in onCreateGuidance() local
231 String title = getString(R.string.guidedstep_newpayment_title); in onCreateGuidance() local
DGuidedStepSupportActivity.java99 private static void addAction(List<GuidedAction> actions, long id, String title, String desc) { in addAction()
107 private static void addAction(List<GuidedAction> actions, long id, String title, String desc, in addAction()
118 long id, String title, String desc) { in addEditableAction()
128 private static void addEditableAction(List<GuidedAction> actions, long id, String title, in addEditableAction()
139 private static void addEditableAction(List<GuidedAction> actions, long id, String title, in addEditableAction()
152 private static void addDatePickerAction(List<GuidedAction> actions, long id, String title) { in addDatePickerAction()
161 String title, String desc, String editDescription, int descriptionEditInputType) { in addEditableDescriptionAction()
173 String title, String desc, int checkSetId) { in addCheckedAction()
191 String title = getString(R.string.guidedstep_first_title); in onCreateGuidance() local
233 String title = getString(R.string.guidedstep_newpayment_title); in onCreateGuidance() local
DDetailsPresenterSelectionActivity.java56 private static void addAction(List<GuidedAction> actions, long id, String title, String desc) { in addAction()
65 long id, String title, String desc, boolean checked) { in addCheckedAction()
79 String title = getString(R.string.guidedstep_second_title); in onCreateGuidance() local
DPhotoItem.java25 public PhotoItem(String title, int imageResourceId) { in PhotoItem()
29 public PhotoItem(String title, String content, int imageResourceId) { in PhotoItem()
/development/samples/training/network-usage/src/com/example/android/networkusage/
DStackOverflowXmlParser.java71 public final String title; field in StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) { in Entry()
87 String title = null; in readEntry() local
111 String title = readText(parser); in readTitle() local
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssItem.java24 public String title; field in RssItem
29 public RssItem(String url, String title){ in RssItem()
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DDataFragment.java55 public void appendItem(String title, String text) { in appendItem()
101 String title; field in DataFragment.Event
104 public Event(String title, String text) { in Event()
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsInterface.java42 public void setInputMethodSettingsCategoryTitle(CharSequence title); in setInputMethodSettingsCategoryTitle()
56 public void setSubtypeEnablerTitle(CharSequence title); in setSubtypeEnablerTitle()
DInputMethodSettingsFragment.java57 public void setInputMethodSettingsCategoryTitle(CharSequence title) { in setInputMethodSettingsCategoryTitle()
73 public void setSubtypeEnablerTitle(CharSequence title) { in setSubtypeEnablerTitle()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentAlertDialogSupport.java77 public static MyAlertDialogFragment newInstance(int title) { in newInstance()
87 int title = getArguments().getInt("title"); in onCreateDialog() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentAlertDialog.java76 public static MyAlertDialogFragment newInstance(int title) { in newInstance()
86 int title = getArguments().getInt("title"); in onCreateDialog() local
DStatusBarNotifications.java198 CharSequence title = getText(R.string.status_bar_notifications_mood_title); in setMood() local
255 CharSequence title = getText(R.string.status_bar_notifications_mood_title); in setDefault() local
/development/samples/RSSReader/src/com/example/android/rssreader/
DRssItem.java34 public RssItem(CharSequence title, CharSequence link, CharSequence description) { in RssItem()
60 public void setTitle(CharSequence title) { in setTitle()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
DFeedParser.java130 String title = null; in readEntry() local
267 public final String title; field in FeedParser.Entry
271 Entry(String id, String title, String link, long published) { in Entry()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DDialogHelperImpl.java87 public void showErrorMessageDialog(String title, Exception exception) { in showErrorMessageDialog()
100 String title = args.getString(KEY_TITLE); in handleOnCreateDialog() local
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
DContentFragment.java40 public static ContentFragment newInstance(CharSequence title, int indicatorColor, in newInstance()
66 TextView title = (TextView) view.findViewById(R.id.item_title); in onViewCreated() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList4.java118 public SpeechView(Context context, String title, String words) { in SpeechView()
140 public void setTitle(String title) { in setTitle()

12345