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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationBase.cpp 54 void NotificationBase::show() function in class:WebCore::NotificationBase
64 if (m_client->show(this)) {
85 dispatchEvent(Event::create(EventTypeNames::show));
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.cpp 69 void PopupMenuChromium::show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) function in class:WebCore::PopupMenuChromium
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
PropertyEditorPresentation.java 18 * Implementations of {@link PropertyEditorPresentation} are used to show some presentation for
30 public abstract int show(PropertyTable propertyTable, method in class:PropertyEditorPresentation
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipTextProvider.java 54 public void show(Shell shell) { method in class:PropertyTooltipTextProvider
64 * @return the text to show as tooltip.
  /external/kernel-headers/original/linux/
seq_file.h 31 int (*show) (struct seq_file *m, void *v); member in struct:seq_operations
  /external/replicaisland/src/com/replica/replicaisland/
CustomToastSystem.java 54 mToast.show();
  /external/valgrind/main/VEX/test/
fxsave.c 87 void show ( unsigned char* buf, int xx ) function
118 show(buf1, xx);
120 /* Zeroise x87/xmm state and dump it, to show that the
125 show(buf2, xx);
131 show(buf3, xx);
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.c 133 void show ( unsigned char* buf, int xx ) function
167 show(buf1, xx);
169 /* Zeroise x87/xmm state and dump it, to show that the
174 show(buf2, xx);
180 show(buf3, xx);
191 show(buf1, xx);
193 /* Zeroise x87/xmm state and dump it, to show that the
198 show(buf2, xx);
204 show(buf3, xx);
  /external/valgrind/main/memcheck/tests/x86/
fxsave.c 88 void show ( unsigned char* buf, int xx ) function
119 show(buf1, xx);
121 /* Zeroise x87/xmm state and dump it, to show that the
126 show(buf2, xx);
132 show(buf3, xx);
  /external/valgrind/main/none/tests/amd64/
bug132918.c 35 static void show ( char* s, Res* res ) function
46 do_fprem(&r, 10.1, 200.2); show("xx1", &r);
47 do_fprem(&r, 20.3, 1.44); show("xx2", &r);
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 32 * view was added directly to the window manager) and needs to show
37 * call {@link #show(View, IBinder)} which will populate the menu
38 * with a view's context menu items and show the context menu.
77 public MenuDialogHelper show(View originalView, IBinder token) { method in class:ContextMenuBuilder
88 helper.show(token);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateTextToast.java 54 public void show() { method in class:RotateTextToast
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java 61 * Show dialog.
78 mOptionsDialog.show();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
ClearUserDictionaryDialogPreferenceEN.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearLearnDictionaryDialogPreferenceJAJP.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
ClearUserDictionaryDialogPreferenceJAJP.java 61 /* show the message */
63 Toast.LENGTH_LONG).show(); method
  /packages/services/Telephony/src/com/android/phone/
CdmaDisplayInfo.java 65 sDisplayInfoDialog.show();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py 217 show(caps)
235 def show(caps): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 217 show(caps)
235 def show(caps): function
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 55 // Show a toast if the user clicks on an item
56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); method
61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is
99 // Finally show the PopupMenu
100 popup.show();
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 55 // Show a toast if the user clicks on an item
56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); method
61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is
99 // Finally show the PopupMenu
100 popup.show();
  /development/samples/browseable/ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/
PopupListFragment.java 55 // Show a toast if the user clicks on an item
56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); method
61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is
99 // Finally show the PopupMenu
100 popup.show();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialogFragment.java 30 public int show(FragmentTransaction transaction, String tag) { method in class:ShadowDialogFragment
31 show(((TestFragmentTransaction)transaction).getManager(), tag); method
36 public void show(FragmentManager manager, String tag) { method in class:ShadowDialogFragment
63 dialog.show();
  /frameworks/base/core/java/android/app/
Presentation.java 71 * So an application can simply watch for these notifications and show or dismiss
75 * that the application should use if it wants to show content on the secondary display.
77 * case the application should show its content locally without using a presentation.
79 * Here's how to use the media router to create and show a presentation on the preferred
89 * presentation.show();
109 * attempted to show a presentation on the main display it might obscure its own content
125 * presentation.show();
129 * manager to enumerate displays and show content on multiple presentation displays
229 * Inherited from {@link Dialog#show}. Will throw
234 public void show() { method in class:Presentation
    [all...]
  /frameworks/base/core/java/android/widget/
PopupMenu.java 111 show();
123 // This will be null until show() is called.
134 * items before calling {@link #show()}.
136 * @see #show()
163 * Show the menu popup anchored to the view specified during construction.
166 public void show() { method in class:PopupMenu
167 mPopup.show();
172 * @see #show()
226 new MenuPopupHelper(mContext, subMenu, mAnchor).show();

Completed in 156 milliseconds

12 3 4 5 6 7 8 91011>>