HomeSort by relevance Sort by last modified time
    Searched refs:shown (Results 26 - 50 of 147) sorted by null

12 3 4 5 6

  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 474 * @param shown Whether to show (true) or hide (false).
475 * @return Whether the item's shown state was changed
477 boolean setVisibleInt(boolean shown) {
479 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN);
483 public MenuItem setVisible(boolean shown) {
484 // Try to set the shown state to the given state. If the shown state was changed
486 // the shown state has changed for this item
487 if (setVisibleInt(shown)) mMenu.onItemVisibleChanged(this);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuItemImpl.java 509 * @param shown Whether to show (true) or hide (false).
510 * @return Whether the item's shown state was changed
512 boolean setVisibleInt(boolean shown) {
514 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN);
519 public MenuItem setVisible(boolean shown) {
520 // Try to set the shown state to the given state. If the shown state was changed
522 // the shown state has changed for this item
523 if (setVisibleInt(shown)) mMenu.onItemVisibleChanged(this);
  /external/chromium_org/chrome/browser/resources/file_manager/js/
drive_banners.js 70 * banner has shown.
80 * Maximum times Drive Welcome banner could have shown.
125 * has shown.
238 * @param {boolean} show True if the box need to be shown.
263 // Forget the dismissal. Warning will be shown again.
328 // The banner is already shown enough times or the drive FS is not mounted.
365 * Decides which banner should be shown, and show it. This method is designed
372 // Only show the full page banner if the header banner was never shown.
545 * @param {boolean} show True if the box need to be shown.
621 // page banner of being shown (otherwise it would never be shown)
    [all...]
butter_bar.js 8 * Butter bar is shown on top of the file list and is used to show the copy
82 * @param {string} message The message to be shown.
118 this.butter_.classList.remove('visible'); // Will be shown in update_
175 * would be shown for no less than the minimal time.
324 // The alert will be shown in FileManager.onCopyProgress_.
share_dialog.js 279 * Tells whether the share dialog is being shown or not.
280 * @return {boolean} True if shown, false otherwise.
283 return this.container_.classList.contains('shown');
directory_contents.js 8 * This class manages filters and determines a file should be shown or not.
12 * @param {boolean} showHidden If files starting with '.' are shown.
74 * @return {boolean} If the files with names starting with "." are not shown.
82 * @return {boolean} True if the file should be shown, false otherwise.
119 * directory contents shown: basic directory, drive search results, local search
434 * Maximum number of results which is shown on the search.
path_util.js 319 * Return the label of the folder to be shown. Eg.
326 * @return {string} The label to be shown.
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 439 public void setMagnifiedRegionBorderShownLocked(boolean shown, boolean animate) {
440 if (shown) {
444 mWindow.setShown(shown, animate);
530 public void setShown(boolean shown, boolean animate) {
532 if (mShown == shown) {
535 mShown = shown;
540 if (shown) {
548 if (shown) {
555 Slog.i(LOG_TAG, "ViewportWindow shown: " + mShown);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 109 * <li>The candidates view, if currently shown, is placed above the soft
131 * soft input view should be shown to the user. This is done by implementing
133 * whether it should be shown in the current environment. If any of your
151 * view, because the candidates view tends to be more transient, being shown
153 * by the user. To control whether the candidates view is shown, you use
155 * view tends to be shown and hidden a lot, it does not impact the application
432 // If user uses hard keyboard, IME button should always be shown.
777 // window is shown for them.
783 // If user uses hard keyboard, IME button should always be shown.
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 87 list > * > button[menu-shown] {
96 list > * > button[menu-shown] {
  /frameworks/base/core/java/android/widget/
DatePicker.java 420 * Gets whether the {@link CalendarView} is shown.
422 * @return True if the calendar view is shown.
440 * Sets whether the {@link CalendarView} is shown.
442 * @param shown True if the calendar view is to be shown.
444 public void setCalendarViewShown(boolean shown) {
445 mCalendarView.setVisibility(shown ? VISIBLE : GONE);
449 * Gets whether the spinners are shown.
451 * @return True if the spinners are shown.
458 * Sets whether the spinners are shown
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 215 bool shown = GetTray()->message_center_tray_->ShowMessageCenterBubble(); local
216 EXPECT_TRUE(shown);
  /external/chromium_org/remoting/webapp/
menu_button.js 20 * menu is shown.
paired_client_manager.js 124 * @param {HTMLElement} noPairedClients HTML <div> containing a message shown
127 * graphic shown while a deletion is in progress.
128 * @param {HTMLElement} errorDiv HTML <div> containing an error message shown
butter_bar.js 82 // If both messages can be shown choose only one randomly.
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 69 // The default options should be reset each time the creation overlay is shown.
136 // Setting profile information should allow the confirmation to be shown.
156 // A confirmation dialog should be shown after creating a new managed user.
170 // An error should be shown if creating a new managed user fails.
251 // An additional warning should be shown when deleting a managed user.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 494 boolean shown = false;
530 if (show && !shown) {
531 shown = true;
  /build/tools/droiddoc/templates-sdk/
sample.cs 61 <p>The file containing the source code shown below is located in the corresponding directory in
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 114 list > * > button[menu-shown] {
123 list > * > button[menu-shown] {
  /external/chromium_org/chrome/browser/resources/file_manager/css/
common.css 413 .shown > .cr-dialog-frame {
440 .shown > .cr-dialog-shield {
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 219 |appended_text_to_email|) that will be shown on the dashboard.
365 that will be shown on the dashboard.
  /external/v8/test/mjsunit/
stack-traces.js 136 // Test that the error constructor is not shown in the trace
149 // Test that the explicit constructor call is shown in the trace
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 89 // list of apps shown, we set an explicit width on the outermost div.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 462 * @param {!HTMLElement} screen Screen that is being shown.
512 // Will be reloaded if drowdown is actually shown.
556 * Updates the device requisition string shown in the requisition prompt.
564 * Returns true if Oobe UI is shown.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 89 // list of apps shown, we set an explicit width on the outermost div.

Completed in 1020 milliseconds

12 3 4 5 6