/packages/wallpapers/LivePicker/res/values-en-rGB/ |
strings.xml | 34 <string name="collapse_attribution_panel" msgid="4998500891743118630">"Collapse wallpaper info panel"</string>
|
/packages/wallpapers/LivePicker/res/values-en-rIN/ |
strings.xml | 34 <string name="collapse_attribution_panel" msgid="4998500891743118630">"Collapse wallpaper info panel"</string>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
e820.h | 26 * to collapse the next two #ifdef lines to a single line:
|
/prebuilts/sdk/current/support/v7/mediarouter/res/values/ |
dimens.xml | 37 <!-- Group list expand/collapse animation duration. -->
|
/build/blueprint/bootstrap/bpdoc/ |
bpdoc.go | 653 <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse{{$collapseIndex}}" aria-expanded="false" aria-controls="collapse{{$collapseIndex}}"> 659 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}"> 681 <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse{{$collapseIndex}}" aria-expanded="false" aria-controls="collapse{{$collapseIndex}}"> 687 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$coll (…) [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
slice_group_track.html | 32 // Set the collapse threshold so we don't collapse by default, but the 33 // user can explicitly collapse if they want it.
|
/external/ppp/pppd/ |
pppcrypt.c | 115 Collapse(in, out) 159 Collapse(des_input, cipher); 175 Collapse(des_input, clear);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
NoBandChannelHelper.java | 103 // We don't need to partially collapse settings in supplicant scanner because we 122 // We don't need to partially collapse settings in supplicant scanner because we 130 // We don't need to partially collapse settings in supplicant scanner because we
|
/prebuilts/go/darwin-x86/src/go/ast/ |
import.go | 77 // collapse indicates whether prev may be removed, leaving only next. 78 func collapse(prev, next Spec) bool { func 145 if i == len(specs)-1 || !collapse(s, specs[i+1]) {
|
/prebuilts/go/linux-x86/src/go/ast/ |
import.go | 77 // collapse indicates whether prev may be removed, leaving only next. 78 func collapse(prev, next Spec) bool { func 145 if i == len(specs)-1 || !collapse(s, specs[i+1]) {
|
/external/chromium-trace/catapult/third_party/polymer/components/core-dropdown/ |
demo.html | 22 <link href="../core-collapse/core-collapse.html" rel="import"> 117 <button onclick="document.getElementById('collapse').toggle()">toggle core-collapse</button> 121 <core-collapse id="collapse"> 131 </core-collapse>
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown/ |
demo.html | 22 <link href="../core-collapse/core-collapse.html" rel="import"> 133 <button onclick="document.getElementById('collapse').toggle()">toggle core-collapse</button> 137 <core-collapse id="collapse"> 147 </core-collapse>
|
/developers/build/ |
build.gradle | 41 * Collapse a path "IntelliJ-style" by putting dots rather than slashes between 58 println ("******************** Collapse *************************") 95 println ("******************** Collapse results *********************")
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
NavigatorPanel.java | 28 main.push("a", C, "collapse-all-link", "href", "#", "title", "Collapse/expand all the suites"); 29 main.push("img", "src", "collapseall.gif", C, "collapse-all-icon");
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
ExpandedAlarmViewHolder.java | 104 // Collapse handler 108 alarmTimeAdapter.collapse(getAdapterPosition()); 114 alarmTimeAdapter.collapse(getAdapterPosition());
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
NetworkFragment.java | 146 final boolean collapse = !mWifiNetworksCategory.isCollapsed(); 147 mCollapsePref.setTitle(collapse 149 mWifiNetworksCategory.setCollapsed(collapse);
|
/developers/samples/android/notification/CustomNotifications/ |
template-params.xml | 71 a notification. Use two-fingered gestures up and down to collapse
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingLayout.java | 34 * setting the height back to its max height, it is still visible during the collapse
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
epydoc.css | 91 table.summary { border-collapse: collapse; 107 table.details { border-collapse: collapse; 131 table.link-index { border-collapse: collapse; 138 table.metadata-index { border-collapse: collapse; 232 * The expand/collapse block toggle button is displayed with
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
epydoc.css | 91 table.summary { border-collapse: collapse; 107 table.details { border-collapse: collapse; 131 table.link-index { border-collapse: collapse; 138 table.metadata-index { border-collapse: collapse; 232 * The expand/collapse block toggle button is displayed with
|
/external/icu/icu4c/ |
icu4c.css | 380 border-collapse: collapse; 414 border-collapse: collapse;
|
/external/llvm/test/CodeGen/AArch64/ |
intrinsics-memory-barrier.ll | 19 ; Failure to do so, two STRs will collapse into one STP.
|
/external/llvm/test/CodeGen/ARM/ |
intrinsics-memory-barrier.ll | 14 ; Failure to do so, two STRs will collapse into one STRD.
|
/frameworks/base/docs/html/training/design-navigation/ |
multiple-sizes.jd | 87 <li><strong>Expand/collapse</strong> 88 <img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-collapse.png" 89 alt="Expand/collapse strategy"> 90 <p>A variation on the stretch strategy is to collapse the contents of the left pane when in portrait. This works quite well with master/detail panes where the left (master) pane contains easily collapsible list items. An example would be for a realtime chat application. In landscape, the left list could contain chat contact photos, names, and online statuses. In portrait, horizontal space could be collapsed by hiding contact names and only showing photos and online status indicator icons. Optionally also provide an expand control that allows the user to expand the left pane content to its larger width and vice versa.</p></li>
|
/frameworks/support/samples/SupportDesignDemos/res/layout/ |
design_bottom_sheet_dynamic.xml | 50 android:id="@+id/collapse"
|