HomeSort by relevance Sort by last modified time
    Searched full:collapsed (Results 26 - 50 of 419) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/about_sys/
about_sys.css 130 .number-collapsed {
137 html[dir='rtl'] .number-collapsed {
161 .number-collapsed .stat-value {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SuperCollapsedBlock.java 34 * A header block that expands to a list of collapsed message headers. Will notify a listener on tap
35 * so the listener can hide the block and reveal the corresponding collapsed message headers.
42 * Handle a click on a super-collapsed block.
  /developers/samples/android/notification/CustomNotifications/
template-params.xml 55 The use of collapsed and expanded notification views are shown.
67 - Define custom layouts for collapsed and expanded views.
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/res/layout/
notification.xml 18 <!-- Layout for the collapsed notification. -->
  /developers/samples/android/notification/CustomNotifications/Application/src/main/res/layout/
notification.xml 18 <!-- Layout for the collapsed notification. -->
  /development/samples/browseable/CustomNotifications/res/layout/
notification.xml 18 <!-- Layout for the collapsed notification. -->
  /development/samples/training/ContactsList/res/menu/
contact_list_menu.xml 20 which expands within the Action Bar directly. Note the initial collapsed state set using
  /external/chromium_org/chrome/browser/resources/net_internals/
logs_view.css 11 .logs-view-log-row-collapsed .logs-view-log-cell-log {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_metadata.h 59 // TODO(jsbell): These can probably be collapsed into 0.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-scopes-inspection.html 33 <p>To test, open the Inspector and start a debugging session. In a second debugger will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>
  /external/chromium_org/third_party/polymer/components-chromium/core-collapse/
core-collapse.html 12 will be collapsed. Use `opened` to show/hide the content.
  /frameworks/support/v4/ics/android/support/v4/widget/
SearchViewCompatIcs.java 34 // collapsed, so we will do this for it.
  /external/chromium_org/chrome/browser/resources/ntp4/
other_sessions.js 189 if (!session.collapsed)
315 this.session_.collapsed = !this.session_.collapsed;
318 [this.session_.tag, this.session_.collapsed]);
321 var eventId = this.session_.collapsed ?
352 this.collapseItem_.hidden = this.session_.collapsed;
353 this.expandItem_.hidden = !this.session_.collapsed;
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 86 The collapsed string, e.g. "Foobar" for an input of '"Foo"\n "bar"'
89 collapsed = ADJACENT_C_STRING_REGEX.sub(r'\1', string, count=1)
90 if collapsed == string:
91 return collapsed
93 string = collapsed
  /external/clang/include/clang/AST/
StmtOpenMP.h 241 /// \brief Number of collapsed loops as specified by 'collapse' clause.
247 /// \param CollapsedNum Number of collapsed nested loops.
258 /// \param CollapsedNum Number of collapsed nested loops.
273 /// \param CollapsedNum Number of collapsed loops.
286 /// \param CollapsedNum Number of collapsed nested loops.
310 /// \brief Number of collapsed loops as specified by 'collapse' clause.
316 /// \param CollapsedNum Number of collapsed nested loops.
327 /// \param CollapsedNum Number of collapsed nested loops.
342 /// \param CollapsedNum Number of collapsed loops.
355 /// \param CollapsedNum Number of collapsed nested loops
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-api.license 66 <ul class="menu"><li class="first collapsed"><a href="/about" title="About the Open Source Initiative">About the OSI</a></li>
67 <li class="collapsed"><a href="/osd" title="The actual OSD defining what constitutes an Open Source licence">The Open Source Definition</a></li>
68 <li class="collapsed"><a href="/licenses">Open Source Licenses</a></li>
69 <li class="collapsed"><a href="/trademark" title="Information about trademark and logo usage">Trademark and Logo Usage</a></li>
71 <li class="collapsed"><a href="/osr-intro" title="Open Standards Requirement for Software">Open Standards</a></li>
73 <li class="collapsed"><a href="/lists" title="The virtual committees where the OSI&#039;s work gets done">Mailing lists</a></li>
74 <li class="collapsed"><a href="/help" title="Resources for questions and further exploration">Getting Help</a></li>
75 <li class="collapsed"><a href="http://opensource.org/donate" title="">Donate to the OSI</a></li>
77 <li class="collapsed"><a href="/affiliates" title="Home page for OSI&#039;s membership scheme for non-profits and not-for-profits">OSI Affiliate Membership</a></li>
slf4j-simple.license 66 <ul class="menu"><li class="first collapsed"><a href="/about" title="About the Open Source Initiative">About the OSI</a></li>
67 <li class="collapsed"><a href="/osd" title="The actual OSD defining what constitutes an Open Source licence">The Open Source Definition</a></li>
68 <li class="collapsed"><a href="/licenses">Open Source Licenses</a></li>
69 <li class="collapsed"><a href="/trademark" title="Information about trademark and logo usage">Trademark and Logo Usage</a></li>
71 <li class="collapsed"><a href="/osr-intro" title="Open Standards Requirement for Software">Open Standards</a></li>
73 <li class="collapsed"><a href="/lists" title="The virtual committees where the OSI&#039;s work gets done">Mailing lists</a></li>
74 <li class="collapsed"><a href="/help" title="Resources for questions and further exploration">Getting Help</a></li>
75 <li class="collapsed"><a href="http://opensource.org/donate" title="">Donate to the OSI</a></li>
77 <li class="collapsed"><a href="/affiliates" title="Home page for OSI&#039;s membership scheme for non-profits and not-for-profits">OSI Affiliate Membership</a></li>
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_earcons.js 69 this.earconNames.push('COLLAPSED');
120 this.earconNamesToIds['COLLAPSED'] = cvox.AbstractEarcons.COLLAPSED;
220 cvox.AbstractEarcons.COLLAPSED = 8;
375 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.COLLAPSED] =
376 'collapsed.ogg';
  /developers/build/prebuilts/gradle/CustomNotifications/
README.md 5 The use of collapsed and expanded notification views are shown.
17 - Define custom layouts for collapsed and expanded views.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
SearchActivity.java 81 // when it is collapsed.
92 // When the action view is collapsed, reset the query
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 61 * in the bounds of the collapsed view, and such that the extra text is not displayed
62 * in the collapsed state of the cell.
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
thread_track.js 106 collapsedDidChange: function(collapsed) {
107 if (collapsed) {
  /external/chromium_org/chrome/browser/android/
new_tab_page_prefs.cc 98 // Store session tags for collapsed sessions in a preference so that the
99 // collapsed state persists.
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 43 * defines the views for collapsed groups.
70 * defines the views for collapsed groups.
  /packages/apps/Calendar/src/com/android/calendar/
ExpandableTextView.java 88 // If the text fits in collapsed mode, we are done.
93 // Doesn't fit in collapsed mode. Collapse text view as needed. Show

Completed in 1174 milliseconds

12 3 4 5 6 7 8 91011>>