HomeSort by relevance Sort by last modified time
    Searched refs:shown (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/skia/src/views/animated/
SkScrollBarView.cpp 41 void SkScrollBarView::setShown(unsigned shown)
43 if ((int)shown < 0)
44 shown = 0;
46 if (fShownLength != shown)
48 fShownLength = shown;
72 if (dom.findS32(node, "shown", &value))
124 int shown = fShownLength; local
127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show
134 if (start + shown > total
    [all...]
  /external/skia/src/views/animated/
SkScrollBarView.cpp 41 void SkScrollBarView::setShown(unsigned shown)
43 if ((int)shown < 0)
44 shown = 0;
46 if (fShownLength != shown)
48 fShownLength = shown;
72 if (dom.findS32(node, "shown", &value))
124 int shown = fShownLength; local
127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show
134 if (start + shown > total
    [all...]
  /external/chromium_org/third_party/skia/include/views/animated/
SkScrollBarView.h 26 void setShown(unsigned shown);
  /external/skia/include/views/animated/
SkScrollBarView.h 26 void setShown(unsigned shown);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoDreamSettingsReceiver.java 46 boolean shown = ACTION_ADD_ALBUM.equals(intent.getAction());
63 if (DEBUG) Log.d(TAG, "receive: " + albumId + " is " + shown);
65 settings[idx].setAlbumEnabled(albumId, shown);
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.h 61 static void SetNotificationShown(bool shown);
63 // Register the pref that controls whether the bubble should be shown anymore.
network_profile_bubble.cc 35 // The number of warnings to be shown on consequtive starts of Chrome before the
154 void NetworkProfileBubble::SetNotificationShown(bool shown) {
155 notification_shown_ = shown;
  /external/chromium_org/ui/message_center/
message_center_tray_unittest.cc 97 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
98 EXPECT_TRUE(shown);
148 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
149 EXPECT_TRUE(shown);
194 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
195 EXPECT_TRUE(shown);
221 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
222 EXPECT_FALSE(shown);
  /frameworks/base/core/java/android/app/
ListFragment.java 182 * that is to be shown when the list is empty.
188 * way to have the built-in indeterminant progress state be shown.
286 * be shown when the list is empty. If you would like to have it
287 * shown, call this method to supply the text it should use.
304 * this time an indeterminant progress indicator will be shown instead.
307 * behavior of ListFragment is to start with the list not being shown, only
309 * If the list at that point had not been shown, when it does get shown
312 * @param shown If true, the list view is shown; if false, the progres
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ListFragment.java 80 * that is to be shown when the list is empty.
86 * way to have the built-in indeterminant progress state be shown.
228 * be shown when the list is empty. If you would like to have it
229 * shown, call this method to supply the text it should use.
246 * this time an indeterminant progress indicator will be shown instead.
249 * behavior of ListFragment is to start with the list not being shown, only
251 * If the list at that point had not been shown, when it does get shown
254 * @param shown If true, the list view is shown; if false, the progres
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 65 * is to be shown when the grid is empty.
177 * be shown when the grid is empty. If you would like to have it shown, call
195 * this time an indeterminate progress indicator will be shown instead.
199 * shown, only showing it once an adapter is given with
201 * shown, when it does get shown it will be do without the user ever seeing
204 * @param shown If true, the grid view is shown; if false, the progress
207 public void setGridShown(boolean shown) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
file_manager_dialog_base.js 40 * The flag if any dialog is shown. True if a dialog is visible, false
44 FileManagerDialogBase.shown = false;
70 if (FileManagerDialogBase.shown)
73 FileManagerDialogBase.shown = true;
101 * @param {string} text Text to be shown in the dialog.
120 FileManagerDialogBase.shown = false;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
multi_profile_browser_status_monitor.cc 31 bool shown = IsV1AppInShelf(*it); local
32 if (owned && !shown)
34 else if (!owned && shown)
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 60 shown = false;
87 /* Override the Show() method so we can tell when we've been shown */
90 shown = true;
92 virtual bool Shown(void) {
93 return (shown);
285 bool shown; member in class:SDL_BWin
  /external/chromium_org/chrome/browser/resources/ntp4/
footer_menu.css 25 .footer-menu-button:hover:not([menu-shown]) {
29 .footer-menu-button:hover:not([menu-shown]) .disclosure-triangle {
33 .footer-menu-button[menu-shown] {
37 .footer-menu-button[menu-shown] .disclosure-triangle {
new_tab_theme.css 84 .bare-minimum .footer-menu-button[menu-shown],
90 .bare-minimum .footer-menu-button[menu-shown] .disclosure-triangle {
  /external/chromium_org/ui/webui/resources/css/
menu_button.css 26 button.menu-button.drop-down[menu-shown],
dialogs.css 61 .shown > .cr-dialog-frame {
88 .shown > .cr-dialog-shield {
  /external/e2fsprogs/resize/
sim_progress.c 24 int shown; member in struct:ext2_sim_progress
101 prog->shown = 0;
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 181 bool shown = tray->message_center_tray_->ShowMessageCenterBubble(); local
182 EXPECT_TRUE(shown);
  /external/chromium_org/remoting/webapp/
error.js 17 // not normally cause the error text to be shown to the user, so the
ui_mode.js 207 * shown and restore keyboard navigation when it is hidden.
229 var shown = [];
239 } else if (!node.hidden && shown.indexOf(node) == -1) {
240 shown.push(node);
254 // If any dialogs have been shown, confine keyboard navigation to the first
256 if (shown.length != 0) {
259 var except = shown[0].querySelectorAll(selector);
  /external/doclava/res/assets/templates/
sample.cs 20 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p>
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked2.stderr.exp 38 Locks held: 2, at address 0x........ (and 1 that can't be shown)
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.h 55 virtual bool shown(void) { function in class:SDL_QWin

Completed in 543 milliseconds

1 2 3 4 5 6 7