HomeSort by relevance Sort by last modified time
    Searched refs:show (Results 201 - 225 of 1209) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmController.java 110 mToast.show();
142 mToast.show();
164 mToast.show();
FragmentDialog.java 43 + "Press the show button below to see the first dialog; pressing "
44 + "successive show buttons will display other dialog styles as a "
48 Button button = (Button)findViewById(R.id.show);
70 // DialogFragment.show() will take care of adding the fragment
80 // Create and show the dialog.
82 newFragment.show(ft, "dialog");
91 + "you will need to press the bottom show button)";
156 Button button = (Button)v.findViewById(R.id.show);
MenuInflateFromXml.java 138 Toast.makeText(this, "Jump up in the air!", Toast.LENGTH_SHORT).show();
142 Toast.makeText(this, "Dive into the water!", Toast.LENGTH_SHORT).show();
163 Toast.makeText(this, item.getTitle(), Toast.LENGTH_SHORT).show();
SearchInvoke.java 153 .show(); method
164 .show(); method
171 .show(); method
FragmentMenu.java 89 if (mCheckBox1.isChecked()) ft.show(mFragment1);
91 if (mCheckBox2.isChecked()) ft.show(mFragment2);
LocalServiceActivities.java 107 Toast.LENGTH_SHORT).show();
117 Toast.LENGTH_SHORT).show();
RemoteService.java 50 * show how to interact with the service.
88 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
140 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show();
180 * Show a notification while this service is running.
194 // Set the info for the views that show in the notification panel.
324 Toast.LENGTH_SHORT).show();
336 Toast.LENGTH_SHORT).show();
421 Toast.LENGTH_SHORT).show();
493 Toast.LENGTH_SHORT).show();
502 Toast.LENGTH_SHORT).show();
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 85 boolean show = false;
91 show = true;
96 if (show) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentDialogSupport.java 44 + "Press the show button below to see the first dialog; pressing "
45 + "successive show buttons will display other dialog styles as a "
49 Button button = (Button)findViewById(R.id.show);
71 // DialogFragment.show() will take care of adding the fragment
81 // Create and show the dialog.
83 newFragment.show(ft, "dialog");
92 + "you will need to press the bottom show button)";
156 Button button = (Button)v.findViewById(R.id.show);
FragmentMenuSupport.java 91 if (mCheckBox1.isChecked()) ft.show(mFragment1);
93 if (mCheckBox2.isChecked()) ft.show(mFragment2);
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.js 52 TabSwitcherView.prototype.show = function(isVisible) {
53 TabSwitcherView.superClass_.show.call(this, isVisible);
55 this.tabHandleView_.show(isVisible);
59 activeTab.contentView.show(isVisible);
83 tab.contentView.show(false);
159 this.contentView.show(isSelected);
  /external/kernel-headers/original/linux/
sysfs.h 38 .show = _show, \
44 .show = _name##_show, \
64 ssize_t (*show)(struct kobject *, struct attribute *,char *); member in struct:sysfs_ops
  /external/webkit/Tools/Scripts/
check-Xcode-source-file-types 79 -h|--help show this help message
80 -w|--[no-]warnings show or suppress warnings (default: show warnings)
sort-Xcode-project-file 66 -h|--help show this help message
67 -w|--[no-]warnings show or suppress warnings (default: show warnings)
  /frameworks/base/core/java/android/webkit/
ZoomControlExternal.java 44 public void show() { method in class:ZoomControlExternal
48 getControls().show(true);
131 public void show(boolean showZoom) { method in class:ZoomControlExternal.ExtendedZoomControls
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java 64 show(false);
71 private void show(boolean animate) { method in class:ShirtPocket.DropZone
104 show(true);
  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 82 public void show() { method in class:HttpAuthenticationDialog
83 mDialog.show();
96 mDialog.show();
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFileList.java 66 Toast.LENGTH_SHORT).show();
105 Toast.LENGTH_SHORT).show();
117 Toast.LENGTH_SHORT).show();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 44 public void show(); method in interface:DetailsHelper.DetailsViewContainer
83 public void show() { method in class:DetailsHelper
84 mContainer.show();
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 73 Toast.LENGTH_SHORT).show();
79 Toast.LENGTH_SHORT).show();
86 Toast.LENGTH_SHORT).show();
  /packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java 140 Toast.makeText(this, "Starting activity...", Toast.LENGTH_SHORT).show();
143 Toast.makeText(this, e.toString(), Toast.LENGTH_LONG).show();
146 Toast.makeText(this, e.toString(), Toast.LENGTH_LONG).show();
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 124 * 1. Show the MediaController.
128 @ToBeFixed(bug = "1695243", explanation = "setAnchorView() must be called before show(), " +
137 mMediaController.show();
138 // setAnchorView() must be called before show(),
139 // otherwise MediaController never show.
145 mMediaController.show();
156 mMediaController.show();
176 method = "show",
182 method = "show",
201 mMediaController.show();
    [all...]
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.mm 62 - (void)show:(id)sender
65 page->inspectorController()->show();
250 [self show:sender];
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 164 size_t len, int show)
176 } else if (show) {
188 } else if (show) {
213 size_t len, int show)
224 if (!show) {
260 if (!show) {
  /build/tools/droiddoc/templates-sdk/assets/
customizations.js 3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"

Completed in 733 milliseconds

1 2 3 4 5 6 7 891011>>