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

1 2 3 4 5 6 7 891011>>

  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test5DetailFragment.java 111 diag.show();
TestGenericDetailFragment.java 119 diag.show();
  /developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 36 * This sample demonstrates the use of the MediaRouter API to show content on a
45 * toggles the background color of the secondary screen to show the interaction
177 * Show a new presentation if the previous one has been dismissed and a
186 // Try to show the presentation, this might fail if the display has
189 mPresentation.show();
195 // Couldn't show presentation - display was already removed
212 // Show the 'Not connected' status message
294 // a second screen is active and initialized, show the next color
  /developers/samples/android/media/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 36 * This sample demonstrates the use of the MediaRouter API to show content on a
45 * toggles the background color of the secondary screen to show the interaction
177 * Show a new presentation if the previous one has been dismissed and a
186 // Try to show the presentation, this might fail if the display has
189 mPresentation.show();
195 // Couldn't show presentation - display was already removed
212 // Show the 'Not connected' status message
294 // a second screen is active and initialized, show the next color
  /development/ndk/platforms/android-3/include/linux/
sysfs.h 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
52 ssize_t (*show)(struct kobject *, struct attribute *,char *); member in struct:sysfs_ops
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 181 .show(); method
276 Toast.LENGTH_SHORT).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);
SearchInvoke.java 153 .show(); method
164 .show(); method
171 .show(); method
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 114 alert.show();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureView.java 106 toast.show();
120 .show();
135 .show();
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MainActivity.java 120 alertBuilder.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);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 62 mShowButton = (Button)findViewById(R.id.show);
80 case R.id.show:
81 mBar.show();
83 mShowText.setText("Show clicked at " + mShowTime);
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarDisplayOptions.java 124 bar.show();
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
MainActivity.java 36 * This sample demonstrates the use of the MediaRouter API to show content on a
45 * toggles the background color of the secondary screen to show the interaction
177 * Show a new presentation if the previous one has been dismissed and a
186 // Try to show the presentation, this might fail if the display has
189 mPresentation.show();
195 // Couldn't show presentation - display was already removed
212 // Show the 'Not connected' status message
294 // a second screen is active and initialized, show the next color
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 160 const XmlElement * show = stanza->FirstNamed(QN_SHOW); local
161 if (show == NULL || show->FirstChild() == NULL) {
165 if (show->BodyText() == "away") {
168 else if (show->BodyText() == "xa") {
171 else if (show->BodyText() == "dnd") {
174 else if (show->BodyText() == "chat") {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuHandler.java 33 * @param delegate Delegate used to check the desired AppMenu properties on show.
46 * Show the app menu.
77 mAppMenu.show(wrapper, anchorView, showIcons, isByHardwareButton, startDragging);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_dialog.js 226 ShareDialog.prototype.show = function(entry, callback) {
240 // give up and show an error message.
262 var show = FileManagerDialogBase.prototype.showBlankDialog.call(this);
263 if (!show) {
309 * @return {boolean} True since the show method is called and until the closing
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
dialoginteractiondelegate.js 116 // only do that when show() is called. Best way is probably to push the mask
133 google.cf.installer.DialogInteractionDelegate.prototype.show =
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
inlinedelegate.js 77 google.cf.installer.InlineDelegate.prototype.show = function() {
overlaydelegate.js 130 google.cf.installer.OverlayDelegate.prototype.show = function() {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
PopupZoomerTest.java 89 mPopupZoomer.show(new Rect(0, 0, 5, 5));
100 mPopupZoomer.show(new Rect(0, 0, 5, 5));
111 mPopupZoomer.show(new Rect(0, 0, 5, 5));
129 mPopupZoomer.show(new Rect(0, 0, 5, 5));
131 // Wait for the show animation to finish.
154 mPopupZoomer.show(new Rect(0, 0, 5, 5));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.cpp 97 m_panelMuteButton->show();
105 m_volumeSlider->show();
114 m_fullScreenButton->show();
145 void MediaControls::show() function in class:WebCore::MediaControls
149 m_panel->show();
215 m_volumeSlider->show();
243 m_toggleClosedCaptionsButton->show();
293 // When we get a mouse move in fullscreen mode, show the media controls, and start a timer
369 m_textDisplayContainer->show();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ProgressIndicator.js 57 show: function(parent)
SidebarOverlay.js 59 show: function(relativeToElement)
63 this._view.show(this.element);

Completed in 1155 milliseconds

1 2 3 4 5 6 7 891011>>