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

1 2 3 4 5 6 7 8

  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 123 final boolean shown = isShown();
124 setVisibility(mIn, shown, s.activityIn);
125 setVisibility(mOut, shown, s.activityOut);
128 private void setVisibility(View view, boolean shown, boolean visible) {
129 final float newAlpha = shown && visible ? 1 : 0;
131 if (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 36 // The number of warnings to be shown on consequtive starts of Chrome before the
155 void NetworkProfileBubble::SetNotificationShown(bool shown) {
156 notification_shown_ = shown;
  /external/chromium_org/chrome/browser/resources/options/
handler_options.js 78 * Sets the list of handlers shown by the view.
79 * @param {Array.<Handlers>} handlers Handlers to be shown in the view.
86 * Sets the list of ignored handlers shown by the view.
87 * @param {Array} handlers Handlers to be shown in the view.
  /external/chromium_org/ui/message_center/
message_center_tray_unittest.cc 106 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
107 EXPECT_TRUE(shown);
157 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
158 EXPECT_TRUE(shown);
203 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
204 EXPECT_TRUE(shown);
230 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
231 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/ui/file_manager/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.
121 FileManagerDialogBase.shown = false;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
core_oobe_actor.h 42 virtual void SetKeyboardState(bool shown, const gfx::Rect& bounds) = 0;
  /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/ui/ash/launcher/
multi_profile_browser_status_monitor.cc 36 bool shown = IsV1AppInShelf(*it); local
37 if (owned && !shown)
39 else if (!owned && shown)
  /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/chrome/browser/ui/views/download/
download_feedback_dialog_view.cc 32 void set_currently_shown(bool shown) { currently_shown_ = shown; }
45 // This dialog should only be shown if it hasn't been shown before.
49 // Only one dialog should be shown at a time, so check to see if another one
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
set_time_ui_browsertest.js 9 * which is normally shown as a dialog.
  /external/chromium_org/ui/webui/resources/css/
menu_button.css 26 button.menu-button.drop-down[menu-shown],
  /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);
224 bool shown = tray->message_center_tray_->ShowMessageCenterBubble(); local
225 EXPECT_TRUE(shown);
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 29 .kd-butterbar.shown.pepper-version {text-align: right; top: 150px; right: 44px; width: 31em;}
30 .kd-butterbar.shown.pepper-version span {background-color: #E5ECF9; border: 1px solid #36C;}
31 .kd-butterbar.shown.pepper-version span.deprecated {background-color: #FCC; border: 1px solid #A03;}
32 .kd-butterbar.shown.special-announcement {text-align: right; /* top: 185px; */ top: 150px; right: 44px; width: 31em;}
33 .kd-butterbar.shown.special-announcement span {background-color: #F9EDBE; border: 1px solid #F0C36D;}

Completed in 630 milliseconds

1 2 3 4 5 6 7 8