Home
last modified time | relevance | path

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

1234

/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
DMeat.java25 public String title; field in Meat
27 public Meat(int resourceId, String title) { in Meat()
/development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
DMeat.java25 public String title; field in Meat
27 public Meat(int resourceId, String title) { in Meat()
/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/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/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/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
/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/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/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/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
DDialogHelper.java28 public void showErrorMessageDialog(String title, Exception exception); in showErrorMessageDialog()
/development/samples/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
DBasicNotificationDisplayActivity.java34 String title = getIntent().getStringExtra(EXTRA_TITLE); in onCreate() 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()
/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/wearable/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
DNotificationUpdateService.java97 String title = dataMap.getString(Constants.KEY_TITLE); in onDataChanged() local
119 private void buildWearableOnlyNotification(String title, String content, in buildWearableOnlyNotification()
/development/samples/wearable/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
DMainActivity.java127 private void generateEvent(final String title, final String text) { in generateEvent()
247 String title; field in MainActivity.Event
250 public Event(String title, String text) { in Event()
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicRetriever.java115 String title; field in MusicRetriever.Item
119 public Item(long id, String artist, String title, String album, long duration) { in Item()
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
DNoteEdit.java46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onCreate() local
DNotesDbAdapter.java120 public long createNote(String title, String body) { in createNote()
181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
DNoteEdit.java46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onCreate() local
DNotesDbAdapter.java120 public long createNote(String title, String body) { in createNote()
181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
DSimpleMenu.java57 public MenuItem add(CharSequence title) { in add()
65 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { in add()
76 private MenuItem addInternal(int itemId, int order, CharSequence title) { in addInternal()
151 public SubMenu addSubMenu(int groupId, int itemId, int order, CharSequence title) { in addSubMenu()
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
DNotesDbAdapter.java120 public long createNote(String title, String body) { in createNote()
181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
/development/samples/wearable/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DPhoneActivity.java77 private void buildLocalOnlyNotification(String title, String content, int notificationId, in buildLocalOnlyNotification()
99 private void buildWearableOnlyNotification(String title, String content, String path) { in buildWearableOnlyNotification()

1234