Home
last modified time | relevance | path

Searched refs:setTitle (Results 1 – 25 of 97) sorted by relevance

1234

/development/samples/ApiDemos/src/com/example/android/apis/app/
DAlertDialogSamples.java88 .setTitle(R.string.alert_dialog_two_buttons_title) in onCreateDialog()
105 .setTitle(R.string.alert_dialog_two_buttons_title) in onCreateDialog()
118 .setTitle(R.string.alert_dialog_two_buttons_title) in onCreateDialog()
130 .setTitle(R.string.alert_dialog_two_buttons_title) in onCreateDialog()
142 .setTitle(R.string.alert_dialog_two_buttons_title) in onCreateDialog()
154 .setTitle(R.string.alert_dialog_two_buttons_msg) in onCreateDialog()
177 .setTitle(R.string.alert_dialog_two_buttons_msg) in onCreateDialog()
200 .setTitle(R.string.select_dialog) in onCreateDialog()
214 mProgressDialog.setTitle(R.string.select_dialog); in onCreateDialog()
234 mProgressSpinnerDialog.setTitle(R.string.select_dialog); in onCreateDialog()
[all …]
DDialogActivity.java56 getWindow().setTitle("This is just a test"); in onCreate()
DFragmentAlertDialog.java90 .setTitle(title) in onCreateDialog()
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
DNavigationDrawerActivity.java108 getActionBar().setTitle(mTitle); in onCreate()
113 getActionBar().setTitle(mDrawerTitle); in onCreate()
182 setTitle(mPlanetTitles[position]); in selectItem()
187 public void setTitle(CharSequence title) { in setTitle() method in NavigationDrawerActivity
189 getActionBar().setTitle(mTitle); in setTitle()
241 getActivity().setTitle(planet); in onCreateView()
/development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/
DMainActivity.java110 getActionBar().setTitle(mTitle); in onCreate()
115 getActionBar().setTitle(mDrawerTitle); in onCreate()
187 setTitle(mPlanetTitles[position]); in selectItem()
192 public void setTitle(CharSequence title) { in setTitle() method in MainActivity
194 getActionBar().setTitle(mTitle); in setTitle()
236 getActivity().setTitle(planet); in onCreateView()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
DBatchStepSensorFragment.java331 .setTitle(getString(R.string.counting_title, mSteps))
359 .setTitle(getString(R.string.counting_title, mSteps))
476 .setTitle(getString(R.string.counting_title, 0)) in showCountingCards()
489 .setTitle(getString(R.string.intro_title)) in showIntroCard()
522 .setTitle("Steps") in initialiseCards()
530 .setTitle(getString(R.string.register_detector_title)) in initialiseCards()
543 .setTitle(getString(R.string.register_counter_title)) in initialiseCards()
557 .setTitle(getString(R.string.batching_queue_title)) in initialiseCards()
574 .setTitle(getString(R.string.error_title)) in initialiseCards()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DStorageProviderFragment.java52 item.setTitle(mLoggedIn ? R.string.log_out : R.string.log_in); in onPrepareOptionsMenu()
59 item.setTitle(mLoggedIn ? R.string.log_out : R.string.log_in); in onOptionsItemSelected()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList4.java99 sv.setTitle(Shakespeare.TITLES[position]); in getView()
140 public void setTitle(String title) { in setTitle() method in List4.SpeechView
DList6.java107 sv.setTitle(mTitles[position]); in getView()
389 public void setTitle(String title) { in setTitle() method in List6.SpeechView
DSecureView.java116 .setTitle(R.string.secure_view_action_dialog_title) in setClickedAction()
131 .setTitle(R.string.secure_view_caught_dialog_title) in setTouchFilter()
DProgressBar3.java68 dialog.setTitle("Indeterminate"); in onCreateDialog()
DList16.java57 mode.setTitle("Select Items"); in onCreateActionMode()
DList15.java55 mode.setTitle("Select Items"); in onCreateActionMode()
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DGetRestrictionsReceiver.java59 entry.setTitle(res.getString(R.string.boolean_entry_title)); in populateBooleanEntry()
69 reSingleChoice.setTitle(res.getString(R.string.choice_entry_title)); in populateChoiceEntry()
82 reMultiSelect.setTitle(res.getString(R.string.multi_entry_title)); in populateMultiEntry()
/development/samples/RSSReader/src/com/example/android/rssreader/
DRssItem.java60 public void setTitle(CharSequence title) { in setTitle() method in RssItem
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DImePreferences.java41 setTitle(R.string.settings_name); in onCreate()
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java183 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitleRes); in updateSubtypeEnabler()
185 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitle); in updateSubtypeEnabler()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DDialogHelperImpl.java102 .setTitle(title) in handleOnCreateDialog()
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DPackageShortcutActivity.java63 setTitle(i.getStringExtra(KEY_TITLE)); in onCreate()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DDeviceListActivity.java150 setTitle(R.string.scanning); in doDiscovery()
207 setTitle(R.string.select_device);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DDeviceListActivity.java141 setTitle(R.string.scanning); in doDiscovery()
193 setTitle(R.string.select_device);
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DAddRssItem.java66 setTitle(getString(R.string.add_item_label)); in onCreate()
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListActivity.java83 setTitle(title); in onCreate()
/development/samples/DataWiper/src/com.example.android.datawiper/
DMyMain.java86 .setTitle("WARNING") in onWipeData()
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DMainActivity.java40 setTitle(R.string.activity_main_title); in onCreate()

1234