/frameworks/base/core/java/android/widget/ |
Toolbar.java | 501 * Check whether this Toolbar is currently hosting an expanded action view. 503 * <p>An action view may be expanded either directly from the 505 * has an expanded action view it can be collapsed using the {@link #collapseActionView()} 508 * @return true if the Toolbar has an expanded action view 516 * Collapse a currently expanded action view. If this Toolbar does not have an 517 * expanded action view this method has no effect. 519 * <p>An action view may be expanded either directly from the [all...] |
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
notifications.jd | 16 <li><a href="#ApplyStyle">Applying an expanded layout to a notification</a></li> 231 <h3 id="ApplyStyle">Applying an expanded layout to a notification</h3> 233 To have a notification appear in an expanded view, first create a 236 Builder.setStyle()} with an expanded layout object as its argument. 239 Remember that expanded notifications are not available on platforms prior to Android 4.1. To 245 in the previous snippet to use the expanded layout: 255 // Sets a title for the Inbox in expanded layout 258 // Moves events into the expanded layout 263 // Moves the expanded layout object into the notification object. 275 For example, action buttons, which depend on expanded notifications, only appear on Androi [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
Toolbar.java | 514 * Check whether this Toolbar is currently hosting an expanded action view. 516 * <p>An action view may be expanded either directly from the 518 * has an expanded action view it can be collapsed using the {@link #collapseActionView()} 521 * @return true if the Toolbar has an expanded action view 529 * Collapse a currently expanded action view. If this Toolbar does not have an 530 * expanded action view this method has no effect. 532 * <p>An action view may be expanded either directly from the [all...] |
/external/lldb/www/python_reference/ |
lldb.formatters.metrics-pysrc.html | 74 </div><div id="TimeMetrics-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="TimeMetrics-expanded"><a name="L13"></a><tt class="py-lineno">13</tt> <tt class="py-line"> <tt class="py-decorator">@</tt><tt class="py-decorator">staticmethod</tt> </tt> 76 </div><div id="TimeMetrics.generate-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="TimeMetrics.generate-expanded"><a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt id="link-1" class="py-name" targets="Class lldb.formatters.metrics.TimeMetrics=lldb.formatters.metrics.TimeMetrics-class.html"><a title="lldb.formatters.metrics.TimeMetrics" class="py-name" href="#" onclick="return doclink('link-1', 'TimeMetrics', 'link-1');">TimeMetrics</a></tt><tt class="py-op">(</tt><tt class="py-name">label</tt><tt class="py-op">)</tt> </tt> 79 </div><div id="TimeMetrics.__init__-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="TimeMetrics.__init__-expanded"><a name="L18"></a><tt class="py-lineno">18</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">label</tt> <tt class="py-op">=</tt> <tt class="py-string">""</tt> <tt class="py-keyword">if</tt> <tt class="py-name">lbl</tt> <tt class="py-keyword">is</tt> <tt class="py-name">None</tt> <tt class="py-keyword">else</tt> <tt class="py-name">lbl</tt> </tt> 83 </div><div id="TimeMetrics.__enter__-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="TimeMetrics.__enter__-expanded"><a name="L22"></a><tt class="py-lineno">22</tt> <tt class="py-line"> <tt class="py-name">caller</tt> <tt class="py-op">=</tt> <tt class="py-name">inspect</tt><tt class="py-op">.</tt><tt class="py-name">stack</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">[</tt><tt class="py-number">1</tt><tt class="py-op">]</tt> </tt> 90 </div><div id="TimeMetrics.__exit__-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="TimeMetrics.__exit__-expanded"><a name="L27"></a><tt class="py-lineno">27</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">exit_time</tt> <tt class="py-op">=</tt> <tt class="py-name">time</tt><tt class="py-op">.</tt><tt class="py-name">clock</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt> 97 </div><div id="Counter-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="Counter-expanded"><a name="Counter.__init__"></a><div id="Counter.__init__-def"><a name="L32"></a><tt class="py-lineno">32</tt> <a class="py-toggle" href="#" id="Counter.__init__-toggle" onclick="return toggle('Counter.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.metrics.Counter-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> 98 </div><div id="Counter.__init__-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="Counter.__init__-expanded"><a name="L33"></a><tt class="py-lineno">33</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-4" class="py-name" targets="Variable lldb.SBTypeFilter.count=lldb.SBTypeFilter-class.html#count"><a title="lldb.SBTypeFilter.count" class="py-name" href="#" onclick="return doclink('link-4', 'count', 'link-4');">count</a></tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt> 101 </div><div id="Counter.update-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="Counter.update-expanded"><a name="L36"></a><tt class="py-lineno">36</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-5" class="py-name"><a title="lldb.SBTypeFilter.count" class="py-name" href="#" onclick="return doclink('link-5', 'count', 'link-4');">count</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-6" class="py-name"><a title="lldb.SBTypeFilter.count" class="py-name" href="#" onclick="return doclink('link-6', 'count', 'link-4');">count</a></tt> <tt class="py-op">+</tt> <tt class="py-number">1</tt> </tt> 147 </div><div id="Counter.__str__-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="Counter.__str__-expanded"><a name="L43"></a><tt class="py-lineno">43</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">str</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-13" class="py-name"><a title="lldb.SBTypeFilter.count" class="py-name" href="#" onclick="return doclink('link-13', 'count', 'link-4');">count</a></tt><tt class="py-op">)</tt> <tt class="py-op">+</tt> <tt class="py-string">" times, for items ["</tt> <tt class="py-op">+</tt> <tt class="py-name">str</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">list</tt><tt class="py-op">)</tt> <tt class="py-op">+</tt> <tt class="py-string">"]"</tt> </tt> 150 </div><div id="MetricsPrinter_Verbose-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="MetricsPrinter_Verbose-expanded"><a name="MetricsPrinter_Verbose.__init__"></a><div id="MetricsPrinter_Verbose.__init__-def"><a na (…) [all...] |
lldb.formatters.Logger-pysrc.html | 68 </div><div id="NopLogger-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="NopLogger-expanded"><a name="NopLogger.__init__"></a><div id="NopLogger.__init__-def"><a name="L7"></a><tt class="py-lineno"> 7</tt> <a class="py-toggle" href="#" id="NopLogger.__init__-toggle" onclick="return toggle('NopLogger.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.Logger.NopLogger-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> 69 </div><div id="NopLogger.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="NopLogger.__init__-expanded"><a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt> 72 </div><div id="NopLogger.write-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="NopLogger.write-expanded"><a name="L11"></a><tt class="py-lineno"> 11</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt> 75 </div><div id="NopLogger.flush-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="NopLogger.flush-expanded"><a name="L14"></a><tt class="py-lineno"> 14</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt> 78 </div><div id="NopLogger.close-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="NopLogger.close-expanded"><a name="L17"></a><tt class="py-lineno"> 17</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt> 82 </div><div id="StdoutLogger-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="StdoutLogger-expanded"><a name="StdoutLogger.__init__"></a><div id="StdoutLogger.__init__-def"><a name="L21"></a><tt class="py-lineno"> 21</tt> <a class="py-toggle" href="#" id="StdoutLogger.__init__-toggle" onclick="return toggle('StdoutLogger.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.Logger.StdoutLogger-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> 83 </div><div id="StdoutLogger.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="StdoutLogger.__init__-expanded"><a name="L22"></a><tt class="py-lineno"> 22</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt> 86 </div><div id="StdoutLogger.write-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="StdoutLogger.write-expanded"><a name="L25"></a><tt class="py-lineno"> 25</tt> <tt class="py-line"> <tt class="py-keyword">print</tt><tt class="py-op">(</tt><tt id="link-1" class="py-name" targets="Variable lldb.SBSection.data=lldb.SBSection-class.html#data,Variable lldb.SBValue.data=lldb.SBValue-class.html#data"><a title="lldb.SBSection.data 90 </div><div id="StdoutLogger.flush-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="StdoutLogger.flush-expanded"><a name="L28"></a><tt class="py-lineno"> 28</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt> 93 </div><div id="StdoutLogger.close-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="StdoutLogger.close-expanded"><a name="L31"></a><tt class="py-lineno"> 31</tt> <tt class="py-line"> <tt class=" (…) [all...] |
/ndk/sources/host-tools/make-3.81/doc/ |
make.info-1 | 240 * Value Function:: Return the un-expanded value of a variable. [all...] |
/external/bison/data/m4sugar/ |
m4sugar.m4 | 475 # Similar to m4_if, except that each TEST is expanded when encountered. 956 # any macro expanded during this time that relies on nested [] quoting [all...] |
/ndk/sources/host-tools/make-3.81/ |
NEWS | 35 prerequisites are expanded again, this time with all the automatic 115 is expanded. The first true (non-empty) argument is returned; no 116 further arguments are expanded. Expands to empty if there are no 119 argument is expanded. The first false (empty) argument is 120 returned; no further arguments are expanded. Expands to the last 171 * The argument to the "ifdef" conditional is now expanded before it's 175 definition context) and "unexport" are also now expanded. 179 the value of the variable, without having been expanded. 195 expanded it returns a complete list of variable names defined by all 203 etc. as recursive variables, even though they are fully expanded [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.h | 88 /// ExpandedIntegers - For integer nodes that need to be expanded this map 89 /// indicates which operands are the expanded version of the input. 96 /// ExpandedFloats - For float nodes that need to be expanded this map 97 /// indicates which operands are the expanded version of the input. 105 /// which operands are the expanded version of the input. 295 /// GetExpandedInteger - Given a processed operand Op which was expanded into 298 /// For example, if Op is an i64 which was expanded into two i32's, then this 440 /// GetExpandedFloat - Given a processed operand Op which was expanded into 443 /// exactly equal Hi. For example, if Op is a ppcf128 which was expanded [all...] |
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 236 /* expanded section header divs */ 269 #nav li.expanded .nav-section-header { 271 #nav li.expanded .nav-section-header:after { 286 #nav > li.expanded > ul { 288 #nav > li.expanded > ul li {
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputFinisher.java | 329 * expanded instructions)</li> 456 * The instruction will need to be expanded, so reserve 474 * to indicate that the instruction will need to be expanded. This 556 * expanded to deal with high registers. 566 * problems) is expanded into a series of instances that together
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
status_bubble_mac.mm | 214 // If the bubble has been expanded, the user has already hovered over a link 215 // to trigger the expanded state. Don't wait to change the bubble in this 650 // Calculate the width available for expanded and standard bubbles. 656 // Generate the URL string that fits in the expanded bubble. 671 // The expanded width must be at least as wide as the standard width, but no
|
/external/chromium_org/ui/login/account_picker/ |
user_pod_row.js | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelView.java | 755 if (DEBUG) logf("skipping expansion: is expanded"); 766 // When peeking, we already tell mBar that we expanded ourselves. Make sure that we also 777 onTrackingStopped(true /* expands */); // The panel is expanded after this call. [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollController.java | 127 * starts from center of first child, ends at center of last child; expanded views are 179 * 3. size of expanded view of "transition from"<p> 180 * 4. size of expanded view of "transition to"<p> 541 // right edge of last children (plus expanded size) to view port's right 578 // right edge of last children (plus expanded size) to view port's right [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | 370 // (otherwise preserving expanded paths etc won't work) 543 List<IMarker> expanded = new ArrayList<IMarker>(mExpandedIds.size()); local 549 expanded.add(marker); 553 if (!expanded.isEmpty()) { 554 mTreeViewer.setExpandedElements(expanded.toArray()); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBase.java | 60 /** The expanded names, one array element for each node. */ 314 * @param expandedTypeID The expanded type ID of the node. 471 * Get the expanded type ID for the given node identity. 475 * @return The expanded type ID, or DTM.NULL. 667 ps.println("Expanded Type ID: " [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 393 /// types that must be expanded (i.e. integer types that are larger than the 395 /// the largest legal type it will be expanded to. 406 llvm_unreachable("Type is not legal nor is it to be expanded!"); 418 /// before they are promoted/expanded. 475 /// be promoted to a larger size, needs to be expanded to some other code 518 /// needs to be promoted to a larger size, needs to be expanded to some other 533 /// legal, needs to be promoted to a larger size, needs to be expanded to some 550 /// to be promoted to a larger size, needs to be expanded to some other code 568 /// to be promoted to a larger size, needs to be expanded to some other code 586 /// to be expanded to some other code sequence, or the target has a custo [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 254 * Gets the instruction prefix required, if any, to use in an expanded 279 * Gets the instruction suffix required, if any, to use in an expanded 303 * surrounding the result of a call to this method are the expanded
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 151 * expanded and does not expose the entity reference node itself, use 159 * <p>NOTE: In Xalan's use of DTM we will generally have fully expanded 163 * @return true if entity references will be expanded. */
|
/external/chromium_org/base/win/ |
registry.cc | 290 wchar_t expanded[kMaxStringLength]; local 291 size = ExpandEnvironmentStrings(raw_value, expanded, kMaxStringLength); 298 *out_value = expanded;
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel.h | 59 // The panel is fully expanded with both title-bar and the client-area. 60 EXPANDED, 205 // The full size is the size of the panel when it is detached or expanded
|
/external/chromium_org/testing/ |
generate_gmock_mutant.py | 335 """Return list of expanded pattern strings. 345 Expanded patterns will be joined with comma separator. 355 Expanded patterns will be joined with comma separator.
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 73 /// table and mark it as a builtin macro to be expanded. 142 // If the token isn't an identifier, it's always literally expanded. 151 // expanded so it's not a trivial expansion. 216 /// expanded as a macro, handle it and return the next token as 'Identifier'. 268 // Remember where the token is expanded. 328 // Otherwise, if this macro expands into a single trivially-expanded 336 // identifier to the expanded token. 367 // Since this is not an identifier token, it can't be macro expanded, so 773 /// \brief Keeps macro expanded tokens for TokenLexers. 775 /// Works like a stack; a TokenLexer adds the macro expanded tokens that i [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
DalvInsn.java | 253 * Gets the instruction prefix required, if any, to use in an expanded 278 * Gets the instruction suffix required, if any, to use in an expanded 302 * surrounding the result of a call to this method are the expanded
|