OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collapse
(Results
76 - 100
of
626
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/bmm/
bookmark_tree.js
53
* Callback for the expand and
collapse
events from the tree.
54
* @param {!Event} e The
collapse
or expand event.
164
this.addEventListener('
collapse
', expandedManager);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSShorthands.in
44
-webkit-margin-
collapse
longhands=-webkit-margin-before-
collapse
;-webkit-margin-after-
collapse
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsPanelDescriptor.js
64
var expandCollapse = WebInspector.ElementsPanelDescriptor.ShortcutKeys.Expand.concat(WebInspector.ElementsPanelDescriptor.ShortcutKeys.
Collapse
);
65
elementsSection.addRelatedKeys(expandCollapse, WebInspector.UIString("Expand/
collapse
"));
142
Collapse
: [
/frameworks/base/core/java/com/android/internal/os/
PowerProfile.java
45
* Power consumption when CPU is in power
collapse
mode.
51
* should be 0 on devices that can go into full CPU power
collapse
even
59
* Power consumption when CPU is in power
collapse
mode.
/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
ExpandingListView.java
92
* on how you want the cells to expand or
collapse
. In this specific demo, the cells
94
*
collapse
upwards (leaving top bound untouched). If the change in bounds
361
*
collapse
, all the cells that need to be on the screen after the layout
458
/* If the cell was present in the ListView before the
collapse
and
459
* after the
collapse
then the bounds are reset to their old values.*/
464
/* If the cell is present in the ListView after the
collapse
but
465
* not before the
collapse
then the bounds are calculated using
475
/* Animates all the cells present on the screen after the
collapse
. */
/external/chromium/chrome/browser/extensions/
extension_sidebar_api.h
49
DECLARE_EXTENSION_FUNCTION_NAME("experimental.sidebar.
collapse
");
/external/chromium/net/base/
net_util_posix.cc
45
//
Collapse
multiple path slashes into a single path slash.
/external/chromium_org/chrome/browser/resources/
plugins.js
31
$('
collapse
').style.display =
183
$('
collapse
').style.display =
214
$('
collapse
').style.display =
271
$('
collapse
').onclick = toggleTmiMode;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.h
53
//
Collapse
the string list removing extraneous '.', '..' path components
/external/chromium_org/remoting/webapp/
connection_history.css
28
border-
collapse
: separate;
/external/chromium_org/third_party/WebKit/Source/core/dom/
Range.idl
40
[RaisesException] void
collapse
([Default=Undefined] optional boolean toStart);
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.css
68
.
collapse
-button {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/data/
summary.html
57
border-
collapse
:
collapse
;
118
border-
collapse
:
collapse
;
/external/chromium_org/third_party/icu/
icu4c.css
346
border-
collapse
:
collapse
;
380
border-
collapse
:
collapse
;
/external/chromium_org/ui/views/controls/tree/
tree_view_unittest.cc
193
TEST_F(TreeViewTest,
Collapse
) {
200
tree_.
Collapse
(GetNodeByTitle("b"));
248
// Expand b1, then
collapse
it and remove its only child, b1. This shouldn't
251
tree_.
Collapse
(GetNodeByTitle("b"));
/external/icu4c/
icu4c.css
346
border-
collapse
:
collapse
;
380
border-
collapse
:
collapse
;
/frameworks/base/docs/html/training/design-navigation/
multiple-sizes.jd
83
<li><strong>Expand/
collapse
</strong>
84
<img src="{@docRoot}images/training/app-navigation-multiple-sizes-strategy-
collapse
.png"
85
alt="Expand/
collapse
strategy">
86
<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>
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Collapser.java
37
* can be used for example to
collapse
similar contact data items into a single item.
/build/tools/droiddoc/templates-ds/assets/design/
default.js
87
// Set up expand/
collapse
behavior
120
// Stop expand/
collapse
behavior when clicking on nav section links (since we're navigating away
/build/tools/droiddoc/templates-pdk/assets/design/
default.js
87
// Set up expand/
collapse
behavior
120
// Stop expand/
collapse
behavior when clicking on nav section links (since we're navigating away
/build/tools/droiddoc/templates-sac/assets/design/
default.js
87
// Set up expand/
collapse
behavior
120
// Stop expand/
collapse
behavior when clicking on nav section links (since we're navigating away
/build/tools/droiddoc/templates-sdk/assets/design/
default.js
87
// Set up expand/
collapse
behavior
120
// Stop expand/
collapse
behavior when clicking on nav section links (since we're navigating away
/build/tools/
product_debug.py
119
border-
collapse
:
collapse
;
/external/chromium/chrome/browser/resources/
ssl_error.html
79
function toggleMoreInfo(
collapse
) {
80
if (
collapse
) {
Completed in 1040 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>