HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 101 - 125 of 1600) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 38 EXPANDED,
147 // Is the panel expanded or collapsed?
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 125 if (node.expanded) {
128 node.expanded = false;
141 node.expanded = false;
158 node.expanded = false;
179 if (node.children_data && !node.expanded) {
188 node.expanded = true;
304 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
331 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
  /external/neven/Embedded/common/src/b_BasicEm/
Config.h 66 /* disable warning for not expanded inline functions in release build: */
69 /* disable warning for automatic expanded inline functions in release build: */
  /external/webkit/Source/WebCore/inspector/front-end/
AuditResultView.js 105 if (result.expanded) {
107 treeElement.listItemElement.addStyleClass("parent-expanded");
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmlattrs.in 19 aria-expanded
89 expanded
  /external/wpa_supplicant_8/src/eap_peer/
eap_vendor_test.c 2 * EAP peer method: Test method for vendor specific (expanded) EAP type
8 * This file implements a vendor specific test method using EAP expanded types.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 38 * expanded; must be aligned on an 8-byte boundary.
41 * iExpandPels - number of pixels to be expanded in the horizontal and
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 45 * defines the views for expanded groups.
72 * defines the views for expanded groups.
ExpandableListView.java 44 * individually be expanded to show its children. The items come from the
48 * the item's current state (the states are usually one of expanded group,
192 /** State indicating the group is expanded. */
200 /** State indicating the group is expanded and empty (has no children). */
204 /** States for the group where the 0th bit is expanded and 1st bit is empty. */
488 (pos.isExpanded() ? 1 : 0) | // Expanded?
527 // If this item is a child, or it is a non-empty group that is expanded
727 * @param groupPos the group to be expanded
728 * @return True if the group was expanded, false otherwise (if the group
729 * was already expanded, this will return false
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 91 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight());
113 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight());
  /frameworks/base/docs/html/training/notify-user/
index.jd 84 <a href="expanded.html">Using Big View Styles</a>
88 Learn how to create a big view within an expanded notification, while still maintaining
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_expanded_header.xml 44 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock"
52 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
  /frameworks/support/v4/java/android/support/v4/view/
MenuItemCompat.java 59 * When expanded, the action view temporarily takes over
80 * #SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW} is expanded or collapsed.
90 * is expanded.
92 * @param item Item that was expanded
375 * @return true if the action view was expanded, false otherwise.
404 * Returns true if this menu item's action view has been expanded.
406 * @return true if the item's action view is expanded, false otherwise.
421 * item to be notified when the associated action view is expanded or collapsed.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 173 // Active dicNodes currently being expanded.
175 // Next dicNodes to be expanded.
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewWithHeadersTest.java 59 // Should be a header, and hence the first group should NOT have expanded
  /developers/samples/android/ui/notifications/BasicNotifications/BasicNotifications/src/main/res/values/
strings.xml 33 advantage of the expanded notification format in newer versions of Android, and
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.h 26 // width or height is set to -1, then that direction will not be expanded, and
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.h 45 // Expands |section|, collapsing any previously expanded section. This is the
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt.h 29 /* error codes [will be expanded in future releases] */
  /external/openfst/src/include/fst/
visit.h 94 bool expanded = false; local
95 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
97 expanded = true;
173 if (!expanded && root == nstates) {
  /external/oprofile/libregex/
op_regex.cpp 117 string last, expanded(input);
120 last = expanded;
121 expanded = substitute_definition(last);
122 if (expanded == last)
  /external/webkit/Source/WebCore/html/
HTMLDataGridRowElement.h 45 bool expanded() const;
HTMLDataGridRowElement.idl 34 attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 165 expanded
167 extra-expanded
377 semi-expanded
446 ultra-expanded
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ExpandedMenuView.java 30 * The expanded menu view is a list-like menu with all of the available menu items. It is opened

Completed in 2385 milliseconds

1 2 3 45 6 7 8 91011>>