HomeSort by relevance Sort by last modified time
    Searched defs:show (Results 326 - 350 of 915) sorted by null

<<11121314151617181920>>

  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 122 public void show(FragmentManager manager, String tag) { method in class:DialogFragment
139 public int show(FragmentTransaction transaction, String tag) { method in class:DialogFragment
316 * used to show an AlertDialog instead of a generic Dialog; when doing so,
385 mDialog.show();
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplICS.java 296 public void show() { method in class:ActionBarImplICS
297 mActionBar.show();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPopupHelper.java 101 public void show() { method in class:MenuPopupHelper
130 mPopup.show();
205 mPopup.show();
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 90 * Extends the array adapter to show checkmarks on all but the last list item for
276 // Only show the default group (My Contacts) if the contact is NOT in it
317 mPopup.show();
416 GroupCreationDialogFragment.show(
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 309 }).create().show();
342 public void show() { method in class:GalleryActionBar
343 if (mActionBar != null) mActionBar.show();
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 386 toast.show();
390 * Simulates a user click to hide the dialpad. This will update the UI to show the call card,
409 ft.show(mDialpadFragment);
431 fragment.show(getFragmentManager(), "postCharWait");
466 Log.i(this, "Show Dialog: " + msg);
485 mDialog.show();
  /bionic/libc/kernel/common/linux/
elevator.h 70 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
module.h 60 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 109 mDisablingDialog.show();
118 .show();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
BaseEmulatorActivity.java 107 mSetupDialog.show();
ChangeDefaultEmulatorActivity.java 59 builder.show();
66 builder.show();
124 builder.show();
127 NfcDialogs.createHceTapReaderDialog(this, null).show();
139 builder.show();
146 builder.show();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 95 .show();
126 .show();
176 mProgressDialog.show();
273 .show();
282 // Show the current directory being scanned...
  /cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java 83 pd.show();
94 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE);
99 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false);
107 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true);
121 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false);
134 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true);
156 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false, cL);
168 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true, cL);
186 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE);
201 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java 96 AlertDialog alertDialog = builder.show();
110 dialog.show();
ToastTest.java 96 // sleep a while and then make sure do not show toast
132 mToast.show();
137 // view will be attached to screen when show it
147 mToast.show();
168 mToast.show();
193 mToast.show();
205 mToast.show();
219 mToast.show();
247 mToast.show();
269 mToast.show();
    [all...]
  /developers/build/prebuilts/gradle/StorageClient/StorageClientSample/src/main/java/com/example/android/storageclient/
StorageClientFragment.java 73 // Filter to only show results that can be "opened", such as a file (as opposed to a list
77 // Filter to show only images, using the image MIME data type.
117 // Since the URI is to an image, create and show a DialogFragment to display the
121 imageDialog.show(fm, "image_dialog");
  /developers/samples/android/content/documentsUi/StorageClient/StorageClientSample/src/main/java/com/example/android/storageclient/
StorageClientFragment.java 73 // Filter to only show results that can be "opened", such as a file (as opposed to a list
77 // Filter to show only images, using the image MIME data type.
117 // Since the URI is to an image, create and show a DialogFragment to display the
121 imageDialog.show(fm, "image_dialog");
  /development/ndk/platforms/android-3/include/linux/
elevator.h 69 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java 60 * checkbox to show a presentation on that display.
63 * uses the low-level display manager to enumerate displays and to show multiple
98 // Get a text view where we will show information about what's happening.
154 // Return true to show the menu.
172 // Show a new presentation if needed.
178 mPresentation.show();
180 Log.w(TAG, "Couldn't show presentation! Display was removed in "
191 // Show either the content in the main activity or the content in the presentation
254 * The presentation to show on the secondary display.
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarFragmentMenu.java 102 if (mCheckBox1.isChecked()) ft.show(mFragment1);
104 if (mCheckBox2.isChecked()) ft.show(mFragment2);
116 if (mCheckBox3.isChecked()) ft.show(mFragment2.mFragment3);
147 Toast.makeText(getActivity(), "Selected Menu 1a.", Toast.LENGTH_SHORT).show(); method
151 Toast.makeText(getActivity(), "Selected Menu 1b.", Toast.LENGTH_SHORT).show(); method
187 Toast.makeText(getActivity(), "Selected Menu 2.", Toast.LENGTH_SHORT).show(); method
208 Toast.LENGTH_SHORT).show(); method
216 Toast.LENGTH_SHORT).show(); method
223 Toast.LENGTH_SHORT).show(); method
231 Toast.LENGTH_SHORT).show(); method
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 66 * show the last-visited entry, instead of closing the activity.
90 // Load animations used to show/hide progress bar
103 // Make the view transparent to show background
193 * Show an about dialog that cites data sources.
210 builder.show();
251 * {@link WebView} to show the requested content.
267 * {@link ProgressBar}. We'll only show it once the animation finishes.
  /development/samples/browseable/StorageClient/src/com.example.android.storageclient/
StorageClientFragment.java 73 // Filter to only show results that can be "opened", such as a file (as opposed to a list
77 // Filter to show only images, using the image MIME data type.
117 // Since the URI is to an image, create and show a DialogFragment to display the
121 imageDialog.show(fm, "image_dialog");
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java 40 * to show the news article.
47 * controls are shown in the Action Bar (whether to show tabs or a list depends on the layout).
126 * @param showTabs whether to show tabs (if false, will show list).
157 // Show logo instead of icon+title.
251 d.show();
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 73 buzz::Status::Show show; member in struct:RosterItem

Completed in 988 milliseconds

<<11121314151617181920>>