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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java 36 * Returns the resource id of the background used for buttons to show pressed and focused state
43 * Returns the resource id of the background used for list items that show activated background
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 39 /* When the screen is XLarge, the fragment is not included in the layout, so show it
43 fragment.show(getFragmentManager(), "dialog");
  /packages/providers/MediaProvider/res/values/
strings.xml 18 <!-- Label to show to user for all apps using this UID. -->
21 <!-- Label to show to user for this package. -->
  /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/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);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeight.java 57 // Clicking this button will show the list view and set it to a fixed height
68 // and show it
73 // Clicking this button will show the list view and set it match_parent height
84 // and show it
93 // In the search manager, it's sufficient to simply show/hide the outer search manager
  /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();
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 45 // Returns how many items the menu should show, including history items,
46 // chapter-stops, separators and the Show Full History link. This function
48 // out the total number of items to show.
97 // Returns how many history items the menu should show. For example, if the
105 // the "Show Full History" link).
108 // Returns how many chapter-stop items the menu should show. For the
142 // How many items (max) to show in the back/forward history menu dropdown.
145 // How many chapter-stops (max) to show in the back/forward dropdown list.
151 // "Show Full History" link in which case this function returns -1.
160 // Allow the unit test to use the "Show Full History" label
    [all...]
  /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...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 101 // Show/hide the system status bar when single-clicking a photo.
199 * @param show True to show the system UI, false to hide it.
201 void setSystemUiVisible(boolean show) {
202 mSystemUiVisible = show;
209 if (show) {
210 // Show status bar (remove fullscreen flag)
212 // Show system bar
214 // Show action bar
215 actionBar.show();
304 Toast.LENGTH_SHORT).show(); method
332 Toast.LENGTH_SHORT).show(); method
339 Toast.LENGTH_SHORT).show(); method
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 148 mDialog = mBuilder.show();
165 mDialog = mBuilder.show();
181 mDialog = mBuilder.show();
202 mDialog = mBuilder.show();
222 mDialog = mBuilder.show();
242 mDialog = mBuilder.show();
262 mDialog = mBuilder.show();
282 mDialog = mBuilder.show();
297 mDialog = mBuilder.show();
335 mDialog = mBuilder.show();
    [all...]
  /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...]
  /external/chromium/chrome/browser/resources/net_internals/
view.js 26 * Called to show/hide the view.
28 View.prototype.show = function(isVisible) {
101 DivView.prototype.show = function(isVisible) {
102 DivView.superClass_.show.call(this, isVisible);
135 WindowView.prototype.show = function() {
136 WindowView.superClass_.show.call(this, isVisible);
137 this.childView_.show(isVisible);
  /external/clang/include/clang/Frontend/
FrontendOptions.h 64 unsigned ShowHelp : 1; ///< Show the -help text.
65 unsigned ShowMacrosInCodeCompletion : 1; ///< Show macros in code completion
67 unsigned ShowCodePatternsInCodeCompletion : 1; ///< Show code patterns in code
69 unsigned ShowGlobalSymbolsInCodeCompletion : 1; ///< Show top-level decls in
71 unsigned ShowStats : 1; ///< Show frontend performance
73 unsigned ShowTimers : 1; ///< Show timers for individual
75 unsigned ShowVersion : 1; ///< Show the -version text.
  /frameworks/base/core/java/android/widget/
PopupMenu.java 75 * items before calling {@link #show()}.
77 * @see #show()
104 * Show the menu popup anchored to the view specified during construction.
107 public void show() { method in class:PopupMenu
108 mPopup.show();
113 * @see #show()
167 new MenuPopupHelper(mContext, subMenu, mAnchor).show();
  /external/chromium/chrome/browser/ui/views/
find_bar_host_interactive_uitest.cc 96 browser()->GetFindBarController()->Show();
121 browser()->GetFindBarController()->Show();
178 // it respects that and doesn't show you the last search, as reported in bug:
200 Checkpoint("Show Find bar", start_time);
202 // Show the Find bar.
203 browser()->GetFindBarController()->Show();
229 Checkpoint("Show Find bar", start_time);
231 // Show the Find bar.
232 browser()->GetFindBarController()->Show();
theme_install_bubble_view.h 44 // Show the loading bubble.
45 static void Show(TabContents* tab_contents);
67 // Text to show warning that theme is being installed.
  /frameworks/base/core/java/android/preference/
RingtonePreference.java 96 * Returns whether to a show an item for the default sound/ringtone.
98 * @return Whether to show an item for the default sound/ringtone.
105 * Sets whether to show an item for the default sound/ringtone. The default
108 * @param showDefault Whether to show the default or not.
116 * Returns whether to a show an item for 'Silent'.
118 * @return Whether to show an item for 'Silent'.
125 * Sets whether to show an item for 'Silent'.
127 * @param showSilent Whether to show 'Silent'.
208 * don't show the current value in the UI (until the dialog is opened)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentAlertDialog.java 34 * Demonstrates how to show an AlertDialog that is managed by a Fragment.
47 Button button = (Button)findViewById(R.id.show);
59 newFragment.show(getFragmentManager(), "dialog");
NotifyWithText.java 49 // Note that we create the Toast object and call the show() method
59 Toast.LENGTH_SHORT).show();
71 Toast.LENGTH_LONG).show();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentAlertDialogSupport.java 35 * Demonstrates how to show an AlertDialog that is managed by a Fragment.
48 Button button = (Button)findViewById(R.id.show);
60 newFragment.show(getSupportFragmentManager(), "dialog");
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h 40 static void Show(int process_host_id, int render_view_id,
42 // Import show here so that overloading works.
43 using InterstitialPage::Show;
  /external/chromium/chrome/browser/download/
download_shelf.h 30 // the beginning Show and false at the beginning of a Hide.
37 virtual void Show() = 0;
83 // We show slightly different menus if the download is in progress vs. if the
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 21 // show. |tab_contents| parameter is optional, if provided that tab will be
26 // Called by the AppModalDialogQueue to show this dialog.
55 // and it's time to show the next dialog in the queue IsValid is invoked.
  /external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 28 ImportLockDialogView::Show(parent, importer_host);
35 void ImportLockDialogView::Show(gfx::NativeWindow parent,
39 new ImportLockDialogView(importer_host))->Show();

Completed in 3545 milliseconds

1 2 3 4 5 6 7 891011>>