Searched
full:expanded (Results
576 -
600 of
2776) sorted by null
<<21222324252627282930>>
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
docs.js | 525 if (section.hasClass('expanded')) { 528 // remove 'expanded' class from my section and any children 529 section.closest('li').removeClass('expanded'); 530 $('li.nav-section', section).removeClass('expanded'); 536 var $others = $('li.nav-section.expanded', $(this).closest('ul')).not('.sticky'); 537 $others.removeClass('expanded').children('ul').slideUp(250); 540 section.closest('li').addClass('expanded'); 600 $(this).addClass('expanded'); 608 $('ul#nav li.nav-section.expanded').removeClass('expanded').children('ul').hide() [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerService.java | 149 // In this sample, we'll use the same text for the ticker and the expanded notification
|
NotifyingService.java | 94 // In this sample, we'll use the same text for the ticker and the expanded notification
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingListView.java | 89 * expanded or collapsed. 270 * expanded. Some cells will still be children of the ListView while 509 * by a cell that was expanded, but not yet collapsed, so its state 510 * should persist in an expanded state with the extra content visible.*/
|
/device/moto/shamu/ |
BoardConfig.mk | 172 # Include an expanded selection of fonts
|
/docs/source.android.com/src/devices/tech/security/ |
best-practices.jd | 152 has been expanded with an informational test that lists root processes.</p> 219 <p>The CTS verifier has been expanded with an informational test that lists SUID 223 <p>CTS tests have been expanded to fail when a device is listening on any port, on 264 <p>CTS has been expanded with a number of tests that check for the presence of
|
/external/antlr/antlr-3.4/ |
antlrsources.xml | 10 The resulting jar is distribution that can be expanded with:
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
RunnerController.java | 203 boolean selected, boolean expanded, boolean leaf, int row,
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDocumentImpl.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializationHandler.java | 140 * @param expand true if DTD entities are to be expanded,
|
/external/bison/m4/ |
stdio_h.m4 | 83 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
sys_socket_h.m4 | 147 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
wctype_h.m4 | 190 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
/external/chromium_org/cc/base/ |
simple_enclosed_region.cc | 98 // an edge of |rect_| then it can be expanded out to share that edge with the
|
/external/chromium_org/chrome/browser/resources/ |
policy.js | 91 this.querySelector('.toggle-expanded-value').addEventListener( 119 this.querySelector('.expanded-value').textContent = value.value; 145 var expandedValue = this.querySelector('.expanded-value'); 190 this.querySelector('.toggle-expanded-value').textContent =
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
more_settings.js | 54 /** @return {boolean} Returns {@code true} if settings are expanded. */
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_controller.mm | 160 // Update the expanded state.
|
/external/chromium_org/chrome/browser/ui/panels/ |
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),
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
edit_search_engine_controller.cc | 136 // scheme. As the scheme may be expanded (as happens with {google:baseURL})
|
/external/chromium_org/chrome/browser/ui/views/ |
status_bubble_views.h | 143 // If the bubble has already been expanded, and encounters a new URL,
|
/external/chromium_org/chrome/common/extensions/api/ |
automation.idl | 187 expanded,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
samples_model.py | 25 # be expanded like "chrome.storage.sync.get".
|
/external/chromium_org/chromeos/network/onc/ |
onc_utils.h | 73 // substitutes::kLoginIDField and substitutes::kEmailField are expanded. The
|
/external/chromium_org/components/sync_driver/ |
sync_prefs.h | 154 // Returns a ModelTypeSet based on |types| expanded to include pref groups
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter_utils_win.cc | 173 IA_STATE_MAP(EXPANDED)
|
Completed in 2207 milliseconds
<<21222324252627282930>>