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

1 2 3 4 5 6 7 8 91011

  /external/chromium-trace/trace-viewer/src/tracing/tracks/
process_track_base.css 17 .process-track-base:not(.expanded) > .track {
27 .process-track-header > expand-button.expand-button-expanded {
32 .process-track-header> expand-button:not(.expand-button-expanded) {
  /external/chromium_org/chrome/browser/resources/sync_internals/
events.css 21 .expanded .attrib-column {
  /external/e2fsprogs/po/
at-expand.pl 5 "#. since the strings are expanded in two different ways. First of all,\n",
6 "#. there is an \@-expansion, where strings like \"\@i\" are expanded to\n",
14 "#. if \"bblock\" (which indicated that \"\@b\" would be expanded to \"block\")\n",
15 "#. is translated as \"ddatenverlust\", then \"\@d\" will be expanded to\n",
67 my $expanded = 0;
120 $expanded++;
124 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
132 $expanded++;
135 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n";
139 if ($expanded) {
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ContactsExpansion.java 94 boolean expanded = false; field in class:ContactsExpansion.ToggleScene
107 expandedContainer.setVisibility(expanded ? View.GONE : View.VISIBLE);
110 thumbnailView.setImageResource(expanded ? R.drawable.self_portrait_square_100 :
113 arrow.setRotation(expanded ? 0 : 90);
114 expanded = !expanded;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 367 public SpeechView(Context context, String title, String dialogue, boolean expanded) {
383 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
403 public void setExpanded(boolean expanded) {
404 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
Section.js 105 get expanded()
110 set expanded(x)
194 this.element.classList.add("expanded");
207 this.element.classList.remove("expanded");
212 this.expanded = !this.expanded;
  /external/chromium_org/third_party/mesa/src/scons/
source_list.py 44 expanded = ''
49 expanded += val[cur:]
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
56 return expanded
  /external/mesa3d/scons/
source_list.py 44 expanded = ''
49 expanded += val[cur:]
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
56 return expanded
  /external/chromium_org/chrome/browser/resources/
policy.css 151 button.toggle-expanded-value {
159 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
163 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
164 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
168 td.expanded-value {
policy_android.css 177 button.toggle-expanded-value {
185 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
189 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
190 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
194 td.expanded-value {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowManager.java 130 boolean expanded = state.isKeyguardShowingAndNotOccluded() || state.statusBarExpanded
132 if (expanded) {
193 public void setStatusBarExpanded(boolean expanded) {
194 mCurrentState.statusBarExpanded = expanded;
195 mCurrentState.statusBarFocusable = expanded;
219 public void setQsExpanded(boolean expanded) {
220 mCurrentState.qsExpanded = expanded;
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogGroupBuilderTest.java 269 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) {
272 assertEquals(expanded, group.expanded);
281 /** Whether the group should be initially expanded. */
282 public final boolean expanded; field in class:CallLogGroupBuilderTest.GroupSpec
284 public GroupSpec(int cursorPosition, int size, boolean expanded) {
287 this.expanded = expanded;
297 public void addGroup(int cursorPosition, int size, boolean expanded) {
298 groups.add(new GroupSpec(cursorPosition, size, expanded));
    [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 11 // array[group][cell] of { 'height', 'expanded' }.
15 // expanded: boolean; is a cell expanded or collapsed?
24 // Returns { 'height', 'expanded' } info for a cell with a given id.
86 (getCellInfo(this.id).expanded ? "arrows_light.gif"
91 (getCellInfo(this.id).expanded ? "arrows_dark.gif"
96 (getCellInfo(this.id).expanded ? "arrows_light.gif"
112 'expanded' : false };
147 if (cellInfo.expanded) {
148 // Cell is expanded - collapse the row height to CLIP_HEIGHT
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
PropertiesSidebarPane.js 135 var expanded = [];
138 expanded.push(sections[i].expanded);
154 if (expanded[this.sections.length - 1])
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
tree.css 37 .tree-item[expanded] > .tree-row > .expand-icon {
58 .tree-children[expanded] {
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 21 // Unknown directives are expanded.
41 #define M4 expanded
45 // CHECK-Identifiers-False: 5: expanded (
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationDelegate.java 34 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded);
  /external/chromium_org/chrome/browser/resources/uber/
uber.css 54 .iframe-container.expanded {
  /frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java 47 * Information about a specific list item: is it a group, if so is it expanded.
76 * and whether they are expanded.
132 boolean expanded);
138 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed.
201 protected void addGroup(int cursorPosition, int size, boolean expanded) {
211 if (expanded) {
245 boolean expanded = (metadata & EXPANDED_GROUP_MASK) != 0;
250 if (expanded) {
346 boolean expanded = (group & EXPANDED_GROUP_MASK) != 0;
353 metadata.isExpanded = expanded;
    [all...]
  /external/chromium_org/ui/webui/resources/css/
expandable_bubble.css 49 .expandable-bubble[expanded] > .expandable-bubble-contents >
65 .expandable-bubble[expanded] {
70 .expandable-bubble[expanded] > .expandable-bubble-close {
  /external/chromium_org/third_party/angle/src/compiler/translator/
VariableInfo.cpp 45 std::vector<ShaderVariable> *expanded);
51 std::vector<ShaderVariable> *expanded)
61 ExpandUserDefinedVariable(variable, lname, lmappedName, markStaticUse, expanded);
66 ExpandUserDefinedVariable(variable, name, mappedName, markStaticUse, expanded);
76 // Mark all expanded fields as used if the parent is used
88 expanded->push_back(expandedVar);
96 std::vector<ShaderVariable> *expanded)
109 expanded);
426 std::vector<ShaderVariable> *expanded)
431 ExpandVariable(variable, variable.name, variable.mappedName, variable.staticUse, expanded);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RowPresenter.java 44 * A Row is expanded to full width via {@link #setRowViewExpanded(Presenter.ViewHolder, boolean)}.
123 * Returns whether the Row is in its expanded state.
125 * @return true if the Row is expanded, false otherwise.
239 * Set the expanded state of a Row view.
241 * @param holder The Row ViewHolder to set expanded state on.
242 * @param expanded True if the Row is expanded, false otherwise.
244 public final void setRowViewExpanded(Presenter.ViewHolder holder, boolean expanded) {
246 rowViewHolder.mExpanded = expanded;
247 onRowViewExpanded(rowViewHolder, expanded);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 19 var observer = new PathObserver(this.model_, 'expanded');
30 * Whether if the playlist is expanded or not. This value is changed by
32 * True: expanded, false: collapsed, null: unset.
106 this.isExpanded_ = this.model_.expanded;
263 * Toggles the expanded mode when resizing.
272 this.model_.expanded = true;
276 this.model_.expanded = false;
304 * Default number of items in the expanded mode.
311 * Minimum size of the window in the expanded mode in pixels.
319 * Invoked when the 'expanded' property in the model is changed
    [all...]
  /external/chromium_org/ui/login/account_picker/
user_pod_row.css 526 .pod.public-account.expanded {
530 .pod.public-account.expanded.advanced {
538 .pod.public-account.expanded .name-container {
555 .expanded-pane {
559 .pod.public-account.animating .expanded-pane,
560 .pod.public-account.expanded .expanded-pane {
568 .expanded-pane-contents {
576 .pod.public-account.transitioning-to-advanced .expanded-pane-contents {
580 .pod.public-account.expanded.advanced .expanded-pane-contents
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
treeoutline.js 45 this.expanded = true;
140 child.expanded = child.treeOutline._expandedStateMap.get(child.representedObject);
357 if (this.selectedTreeElement.expanded) {
379 if (this.selectedTreeElement.expanded) {
457 this.expanded = false;
558 if (x && this.expanded)
599 if (this.expanded)
600 this._listItemNode.classList.add("expanded");
620 if (this.expanded)
679 if (element.treeElement.expanded) {
    [all...]

Completed in 743 milliseconds

1 2 3 4 5 6 7 8 91011