HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 226 - 250 of 2776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/m4/
sys_stat_h.m4 46 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 101 """completely expanded - (NOT AVAILABLE YET) Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists) """
113 """expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """
117 """expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """
215 'expanded' : _Prop_expanded,
  /system/media/audio_utils/include/audio_utils/
channels.h 24 * Expanded channels are filled with zeros and put at the end of each audio frame.
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 568 assertEquals("value1 template to be expanded",
569 TextUtils.expandTemplate("^1 template to be expanded", "value1").toString());
571 assertEquals("template to be expanded value1",
572 TextUtils.expandTemplate("template to be expanded ^1", "value1").toString());
574 assertEquals("template value1 to be expanded",
575 TextUtils.expandTemplate("template ^1 to be expanded", "value1").toString());
577 assertEquals("template value10 to be expanded",
578 TextUtils.expandTemplate("template ^10 to be expanded", "value1").toString());
580 assertEquals("template value1a to be expanded",
581 TextUtils.expandTemplate("template ^1a to be expanded", "value1").toString())
    [all...]
  /external/chromium_org/chrome/browser/resources/about_sys/
about_sys.js 38 * Toggles whether an item is collapsed or expanded.
43 valueDiv.parentNode.className = 'number-expanded';
74 valueDivs[i].parentNode.className = 'number-expanded';
  /external/chromium_org/sync/protocol/
synced_notification_render.proto 22 // Render information for the expanded view of a notification.
46 // Render information for the expanded (detail) view of a coalesced
58 // Enhanced context for the expanded view.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
ScopeChainSidebarPane.js 59 if (section.expanded)
134 section.expanded = false;
136 section.expanded = true;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SidebarPane.js 124 this.element.classList.add("expanded");
130 this.element.classList.remove("expanded");
137 if (this.element.classList.contains("expanded"))
  /external/clang/include/clang/Lex/
MacroArgs.h 43 /// PreExpArgTokens - Pre-expanded tokens for arguments that need them. Empty
80 /// getArgLength - Given a pointer to an expanded or unexpanded argument,
85 /// getPreExpArgument - Return the pre-expanded form of the specified
  /external/kernel-headers/original/uapi/linux/
kd.h 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */
9 #define PIO_FONT 0x4B61 /* use font in expanded form */
16 char __user *chardata; /* font data in expanded form */
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 61 // Convert the expanded pieces of the input.
151 assert(NOutVT.isByteSized() && "Expanded type not byte sized!");
154 // the source and expanded destination types.
200 "Type twice as big as expanded type not itself expanded!");
212 // Convert to a vector of the expanded element type, for example
261 assert(NVT.isByteSized() && "Expanded type not byte sized!");
338 // Make a two element vector out of the expanded parts and convert that
381 // Build a vector of twice the length out of the expanded elements.
423 // Bitconvert to a vector of twice the length with elements of the expanded
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 17 // Expanded FST augmented with mutators - interface class definition
25 #include "fst/lib/expanded-fst.h"
31 // An expanded FST plus mutators (use MutableArcIterator to modify arcs).
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPresenter.java 114 * @param menu Menu containing the item to be expanded
115 * @param item Item to be expanded
116 * @return true if this presenter expanded the action view, false otherwise.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 39 * expanded layout. This class is responsible for clipping the content and and switching between the
40 * expanded and contracted view depending on its clipped size.
267 // This is not really true, but good enough when fading from the contracted to the expanded
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPresenter.java 119 * @param menu Menu containing the item to be expanded
120 * @param item Item to be expanded
121 * @return true if this presenter expanded the action view, false otherwise.
  /packages/apps/Dialer/tests/src/com/android/dialer/widget/
ActionBarControllerTest.java 131 // displaying the expanded search box by sliding it down, displaying the unexpanded search box,
148 // Something typed in the dialpad - so remain in search UI and slide the expanded search
166 // In Search UI, with expanded search box and something currently typed in the search box
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
kd.h 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */
9 #define PIO_FONT 0x4B61 /* use font in expanded form */
16 char *chardata; /* font data in expanded form */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kd.h 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */
9 #define PIO_FONT 0x4B61 /* use font in expanded form */
16 char *chardata; /* font data in expanded form */
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 40 if (recursive && this.expanded)
60 this.expanded = false;
211 if (parentDirItem.expanded)
240 * Invoked when the item is being expanded.
249 this.expanded = false;
382 this.expanded = true;
436 // Overrides the property 'expanded' to prevent volume items from shrinking.
437 get expanded() {
439 cr.ui.TreeItem.prototype, 'expanded').get.call(this);
441 set expanded(b)
    [all...]
  /frameworks/support/v4/java/android/support/v4/internal/view/
SupportMenuItem.java 60 * This item's action view collapses to a normal menu item. When expanded, the action view
168 * @return true if the action view was expanded, false otherwise.
185 * Returns true if this menu item's action view has been expanded.
187 * @return true if the item's action view is expanded, false otherwise.
197 * action view is expanded or collapsed. The menu item must be configured to expand or collapse
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 550 // Used for scrolling an expanded item in the list to make sure it is fully visible.
699 setAlarmItemBackgroundAndElevation(itemHolder.alarmItem, true /* expanded */);
704 setAlarmItemBackgroundAndElevation(itemHolder.alarmItem, false /* expanded */);
748 boolean expanded = isAlarmExpanded(alarm);
749 if (expanded) {
752 itemHolder.expandArea.setVisibility(expanded? View.VISIBLE : View.GONE);
753 itemHolder.delete.setVisibility(expanded ? View.VISIBLE : View.GONE);
754 itemHolder.summary.setVisibility(expanded? View.GONE : View.VISIBLE);
755 itemHolder.hairLine.setVisibility(expanded ? View.GONE : View.VISIBLE);
756 itemHolder.arrow.setRotation(expanded ? ROTATE_180_DEGREE : 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
elementsPanel.css 319 .styles-section.expanded .properties {
332 .styles-section.computed-style.expanded .properties > li {
336 .styles-section.computed-style.expanded .properties > li .webkit-css-property {
341 margin-left: -22px; /* outdent the first line of longhand properties (in an expanded shorthand) to compensate for the "padding-left" shift in .styles-section .properties li */
344 .styles-section.expanded .properties > li {
377 .styles-section .properties ol.expanded {
403 .styles-section.matched-styles .properties li.parent.expanded .expand-element {
433 .styles-section.matched-styles .properties ol.expanded {
471 .styles-element-state-pane.expanded {
508 .section.expanded .event-bars
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 61 * in this adapter do not necessarily line up with cursor indices. For example, an expanded
251 ConversationMessage message, boolean expanded, boolean showImages) {
255 mExpanded = expanded;
322 public void setExpanded(boolean expanded) {
323 if (mExpanded != expanded) {
324 mExpanded = expanded;
400 * footer to stay in sync with the expanded state of the header.
649 public int addMessageHeader(ConversationMessage msg, boolean expanded, boolean showImages) {
650 return addItem(new MessageHeaderItem(this, mDateBuilder, msg, expanded, showImages));
659 boolean expanded, boolean showImages)
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
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...]

Completed in 1295 milliseconds

1 2 3 4 5 6 7 8 91011>>