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

1 2

  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.cc 85 DCHECK_EQ(Panel::EXPANDED, panel->expansion_state());
176 if (panel->expansion_state() != Panel::EXPANDED)
236 return (panel->expansion_state() == Panel::EXPANDED) ?
256 if (panel->expansion_state() != Panel::EXPANDED && !minimizing_all_ &&
268 case Panel::EXPANDED:
336 // Make sure the panel is expanded when activated so the user input
338 panel->SetExpansionState(Panel::EXPANDED);
347 if (panel->expansion_state() != Panel::EXPANDED)
356 panel->SetExpansionState(Panel::EXPANDED);
414 return panel->expansion_state() != Panel::EXPANDED;
    [all...]
detached_panel_collection.cc 68 // needs to be expanded. This could occur in the following scenarios:
77 panel->expansion_state() != Panel::EXPANDED)
78 panel->SetExpansionState(Panel::EXPANDED);
250 DCHECK_EQ(Panel::EXPANDED, panel->expansion_state());
stacked_panel_collection.cc 129 panel->expansion_state() == Panel::EXPANDED ?
347 bool expanded = panel->expansion_state() == Panel::EXPANDED; local
349 if (expanded)
354 if (expanded)
367 // Make sure the panel is expanded when activated so the user input
370 panel->SetExpansionState(Panel::EXPANDED);
378 // Ensure that the panel could fit within the work area after it is expanded.
414 panel->SetExpansionState(Panel::EXPANDED);
442 // panel that is clicked by the user will be expanded
    [all...]
panel_browsertest.cc 135 panels.size(), Panel::EXPANDED);
239 expected_expansion_states[index] = Panel::EXPANDED;
262 // Create 3 docked panels that are in expanded, title-only or minimized states
287 EXPECT_EQ(Panel::EXPANDED, panel1->expansion_state());
307 // Expanded panel cannot be resized at the bottom.
451 // These should be identical because the panel is expanded.
480 EXPECT_EQ(Panel::EXPANDED, panel->expansion_state());
484 // These should be identical because the panel is expanded.
494 // Verify current height unaffected when panel is not expanded.
541 EXPECT_EQ(Panel::EXPANDED, panel->expansion_state())
    [all...]
panel.h 59 // The panel is fully expanded with both title-bar and the client-area.
60 EXPANDED,
205 // The full size is the size of the panel when it is detached or expanded
panel_manager.cc 410 // Also make sure that this detached panel will be expanded if not yet.
420 if (top_panel->expansion_state() != Panel::EXPANDED)
421 top_panel->SetExpansionState(Panel::EXPANDED);
panel.cc 469 // panel has been expanded. If the panel is in a stack, the titlebar click
519 DCHECK_EQ(EXPANDED, expansion_state_);
702 // Clear attention state when an expanded panel becomes active.
821 expansion_state_(EXPANDED),
stacked_panel_browsertest.cc 479 // modifier again. Expect only P2 is expanded due to no available space for
644 // and expanded. The minimize button of P2 should become visible now.
667 // Expect both panels become detached and expanded.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewInfoPart.java 43 Section.TWISTIE | Section.EXPANDED);
ApplicationAttributesPart.java 53 Section.TWISTIE | Section.EXPANDED);
OverviewExportPart.java 49 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
OverviewLinksPart.java 42 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
ApplicationToggle.java 62 Section.TWISTIE | Section.EXPANDED);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportLinksPart.java 42 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
AbstractPropertiesFieldsPart.java 53 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewState.java 47 public static int EXPANDED = 1;
54 return state == EXPANDED;
102 * @return 1 = expanded, 2 = collapsed, 3 = super collapsed, or null otherwise
ConversationViewFragment.java 113 * Difference in the height of the message header whose details have been expanded/collapsed
722 // TODO: re-use any existing adapter item state (expanded, details expanded, show pics)
772 expandedState = ExpansionState.EXPANDED;
777 // new messages that are not expanded default to being eligible for super-collapse
779 expandedState = ExpansionState.EXPANDED;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_earcons.js 72 this.earconNames.push('EXPANDED');
123 this.earconNamesToIds['EXPANDED'] = cvox.AbstractEarcons.EXPANDED;
235 cvox.AbstractEarcons.EXPANDED = 11;
380 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.EXPANDED] = 'expanded.ogg';
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.cc 173 IA_STATE_MAP(EXPANDED)
  /frameworks/base/core/java/android/widget/
Toolbar.java 501 * Check whether this Toolbar is currently hosting an expanded action view.
503 * <p>An action view may be expanded either directly from the
505 * has an expanded action view it can be collapsed using the {@link #collapseActionView()}
508 * @return true if the Toolbar has an expanded action view
516 * Collapse a currently expanded action view. If this Toolbar does not have an
517 * expanded action view this method has no effect.
519 * <p>An action view may be expanded either directly from the
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 514 * Check whether this Toolbar is currently hosting an expanded action view.
516 * <p>An action view may be expanded either directly from the
518 * has an expanded action view it can be collapsed using the {@link #collapseActionView()}
521 * @return true if the Toolbar has an expanded action view
529 * Collapse a currently expanded action view. If this Toolbar does not have an
530 * expanded action view this method has no effect.
532 * <p>An action view may be expanded either directly from the
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 663 bool is_minimized = old_state != Panel::EXPANDED;
664 bool will_be_minimized = new_state != Panel::EXPANDED;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 287 * EXPANDED
api_implementation.js 209 * EXPANDED
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 1456 milliseconds

1 2