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

1 2 34 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ui/
SplashScreen.java 33 * Show a dialog when the user first opens the keyboard.
91 * Show the splash screen.
105 mSplashDialog.show();
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 73 replacePickerDialog.show();
83 replacePickerDialog.show();
97 insertPickerDialog.show();
112 characterPickerDialog.show();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlertDialog.java 204 public void show() { method in class:ShadowAlertDialog
205 super.show();
459 public AlertDialog show() { method in class:ShadowAlertDialog.ShadowBuilder
461 dialog.show();
  /bionic/libc/kernel/common/linux/
sysdev.h 36 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
40 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
60 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
64 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 63 // We have a menu item to show in action bar.
69 * (text1 and text2) that will show the contact's name and status.
169 Toast.makeText(getActivity(), "Item clicked: " + id, Toast.LENGTH_LONG).show(); method
  /development/ndk/platforms/android-3/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarDisplayOptions.java 116 bar.show();
FragmentContextMenu.java 69 Toast.makeText(getActivity(), "Item 1a was chosen", Toast.LENGTH_SHORT).show(); method
72 Toast.makeText(getActivity(), "Item 1b was chosen", Toast.LENGTH_SHORT).show(); method
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java 103 mToast.show();
  /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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillPopupGlue.java 60 private void show(AutofillSuggestion[] suggestions) { method in class:AutofillPopupGlue
61 mAutofillPopup.show(suggestions);
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.h 33 // using (currently) show and hide to make the owned windows visible - or not.
38 // children. However aura::Window::Show() is only showing the window itself.
106 // Returns if the window should be shown for the "show user" or not.
107 bool show() const { return show_; } function in class:chrome::MultiUserWindowManagerChromeOS::WindowEntry
116 void set_show(bool show) { show_ = show; }
138 // Show / hide the given window. Note: By not doing this within the functions,
139 // this allows to either switching to different ways to show/hide and / or to
145 // Show the window and its transient children. However - if a transient child
  /external/chromium_org/chrome_frame/cfinstall/src/common/
cf-interactiondelegate-externs.js 12 google.cf.installer.InteractionDelegate.prototype.show;
interactiondelegate.js 42 google.cf.installer.InteractionDelegate.prototype.show = function() {};
  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
ColorChooserAndroid.java 40 mDialog.show();
  /external/chromium_org/content/renderer/
notification_provider.cc 37 bool NotificationProvider::show(const WebNotification& notification) { function in class:content::NotificationProvider
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 141 void HTMLDialogElement::show() function in class:WebCore::HTMLDialogElement
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElementTypes.cpp 80 void MediaControlElement::show() function in class:WebCore::MediaControlElement
88 // Following the code from show() and hide() above, we only have
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
StyleSheetOutlineDialog.js 51 WebInspector.StyleSheetOutlineDialog.show = function(view, uiSourceCode, selectItemCallback)
57 WebInspector.Dialog.show(view.element, filteredItemSelectionDialog);
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 161 const XmlElement * show = stanza->FirstNamed(QN_SHOW); local
162 if (show == NULL || show->FirstChild() == NULL) {
166 if (show->BodyText() == "away") {
169 else if (show->BodyText() == "xa") {
172 else if (show->BodyText() == "dnd") {
175 else if (show->BodyText() == "chat") {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencereceivetask.cc 116 const XmlElement * show = stanza->FirstNamed(QN_SHOW); local
117 if (show == NULL || show->FirstChild() == NULL) {
119 } else if (show->BodyText() == "away") {
121 } else if (show->BodyText() == "xa") {
123 } else if (show->BodyText() == "dnd") {
125 } else if (show->BodyText() == "chat") {
  /external/chromium_org/ui/views/examples/
table_example.cc 162 bool show = true; local
165 show = column1_visible_checkbox_->checked();
168 show = column2_visible_checkbox_->checked();
171 show = column3_visible_checkbox_->checked();
174 show = column4_visible_checkbox_->checked();
176 table_->SetColumnVisibility(index, show);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentation.java 68 public final int show(final PropertyTable propertyTable, method in class:ButtonPropertyEditorPresentation
74 return m_impl.show(propertyTable, property, x, y, width, height);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipProvider.java 31 * Show tooltip directly on property row.
35 * Show tooltip below property row.
55 public void show(Shell shell) { method in class:PropertyTooltipProvider
60 * Returns position for tooltip control. Usually we should show directly on same row, because we
61 * use tooltip to show just longer (full) text of property. But for "class" property we show
62 * hierarchy, so it is better show it below and allow user see also property row.
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestRayCasting.java 85 tracer.show();

Completed in 269 milliseconds

1 2 34 5 6 7 8 91011>>