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

1 2 3 4 56 7 8 91011>>

  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 104 Toast.LENGTH_LONG).show();
153 Toast.LENGTH_LONG).show();
174 Toast.LENGTH_LONG).show();
257 Toast.LENGTH_LONG).show();
270 Toast.LENGTH_LONG).show();
278 Toast.LENGTH_LONG).show();
286 Toast.LENGTH_LONG).show();
303 R.string.editor_add_video_clip_error, Toast.LENGTH_LONG).show();
306 Toast.LENGTH_LONG).show();
334 Toast.LENGTH_LONG).show();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 116 public void show(boolean show, boolean animate) { method in class:NotificationPanel
117 if (show && !mShowing) {
122 if (mShowing != show) {
123 mShowing = show;
124 if (show) {
131 mChoreo.startAnimation(show);
135 mShowing = show;
136 setVisibility(show ? View.VISIBLE : View.GONE);
281 // show the frame for settings, hide for notification
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureView.java 106 toast.show();
120 .show();
135 .show();
Switches.java 46 Toast.LENGTH_SHORT).show();
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc 88 if (s.show() != Status::SHOW_ONLINE && s.show() != Status::SHOW_OFFLINE) {
90 switch (s.show()) {
status.h 57 // we will show the one with the highest show in the following
59 enum Show {
71 Show show() const { return show_; } function in class:buzz::Status
88 void set_show(Show show) { show_ = show; }
129 // Don't show these.
157 switch (show()) {
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.cpp 217 void MediaControlRootElement::show() function in class:WebCore::MediaControlRootElement
219 m_panel->show();
282 m_fullScreenButton->show();
289 m_timelineContainer->show();
296 m_panelMuteButton->show();
305 m_toggleClosedCaptionsButton->show();
312 m_rewindButton->show();
314 m_returnToRealTimeButton->show();
425 // "show" actually means removal of display:none style, so we are just clearing styles
427 // FIXME: Clarify naming of show/hide <http://webkit.org/b/58157
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
PopupMenuHaiku.cpp 98 void show(const IntRect& rect, FrameView* view, int index) function in class:WebCore::HaikuPopup
175 void PopupMenuHaiku::show(const IntRect& rect, FrameView* view, int index) function in class:WebCore::PopupMenuHaiku
178 m_menu->show(rect, view, index);
  /external/webkit/Source/WebKit/chromium/src/js/
DevTools.js 69 var oldShow = WebInspector.ProfilesPanel.prototype.show;
70 WebInspector.ProfilesPanel.prototype.show = function()
74 // Show is called on every show event of a panel, so
76 WebInspector.ProfilesPanel.prototype.show = oldShow;
  /packages/apps/Settings/src/com/android/settings/
SetFullBackupPassword.java 51 Toast.LENGTH_LONG).show();
62 Toast.LENGTH_LONG).show();
69 Toast.LENGTH_LONG).show();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 55 // Create (or recycle existing) and show disconnect dialog.
76 dialog.show();
80 // TODO: wire this up to show connection errors...
100 .show();
102 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
ProgressDialogBuilder.java 53 progressDialog.show();
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 96 replacePickerDialog.show();
106 replacePickerDialog.show();
120 insertPickerDialog.show();
140 characterPickerDialog.show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarMechanics.java 47 // Menu items default to never show in the action bar. On most devices this means
48 // they will show in the standard options menu panel when the menu button is pressed.
55 // Items that show as actions should favor the "if room" setting, which will
56 // prevent too many buttons from crowding the bar. Extra items will show in the
60 // Items that show as actions are strongly encouraged to use an icon.
70 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/media/
VideoViewDemo.java 47 Toast.LENGTH_LONG).show();
  /external/chromium/chrome/browser/
plugin_carbon_interpose_mac.cc 102 static void ChromePluginShowHide(WindowRef window, Boolean show) {
103 if (show) {
105 ShowHide(window, show);
109 ShowHide(window, show);
spellchecker_linux.cc 35 void ShowSpellingPanel(bool show) {}
spellchecker_platform_engine.h 36 // Shows the spelling panel if |show| is true and hides it if it is not.
37 void ShowSpellingPanel(bool show);
39 // Changes the word show in the spelling panel to be |word|. Note that the
spellchecker_win.cc 35 void ShowSpellingPanel(bool show) {}
  /external/chromium/chrome/browser/ui/cocoa/
speech_input_window_controller.h 49 - (void)show;
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 106 void Notification::show() function in class:WebCore::Notification
115 m_notificationCenter->presenter()->show(this);
121 if (m_state == Idle && m_notificationCenter->presenter() && m_notificationCenter->presenter()->show(this))
221 if (m_notificationCenter->presenter() && m_notificationCenter->presenter()->show(this))
  /external/webkit/Source/WebCore/platform/brew/
PopupMenuBrew.cpp 54 void PopupMenuBrew::show(const IntRect& rect, FrameView* view, int index) function in class:WebCore::PopupMenuBrew
  /external/webkit/Source/WebCore/platform/efl/
PopupMenuEfl.cpp 50 void PopupMenuEfl::show(const IntRect& rect, FrameView* view, int index) function in class:WebCore::PopupMenuEfl
  /external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.h 43 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.h 41 void show(WebView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);

Completed in 1666 milliseconds

1 2 3 4 56 7 8 91011>>