OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collapse
(Results
151 - 175
of
816
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/droiddoc/templates-sdk-dev/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
118
border-
collapse
:
collapse
;
/developers/samples/android/experimental/ndkSampleGen/
build.gradle
172
*
Collapse
a path "IntelliJ-style" by putting dots rather than slashes between
189
println ("********************
Collapse
*************************")
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
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/autotest/frontend/client/src/autotest/public/
standard.css
58
border-
collapse
:
collapse
;
/external/chromium-trace/catapult/dashboard/dashboard/templates/
main.html
72
border-
collapse
:
collapse
;
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/
single_thread_time_slice_sub_view.html
24
border-
collapse
:
collapse
;
/external/doclava/res/assets/templates/
diff.cs
51
border-
collapse
:
collapse
;
/external/eigen/doc/
eigendoxy.css
50
border-
collapse
:
collapse
;
/external/jacoco/org.jacoco.doc/docroot/doc/.resources/
doc.css
151
border-
collapse
:
collapse
;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
report.css
140
border-
collapse
:
collapse
;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-header_inclusion.html
63
border-
collapse
: separate;
82
border-
collapse
: separate;
ft2-user_allocation.html
63
border-
collapse
: separate;
82
border-
collapse
: separate;
/external/llvm/docs/_ocamldoc/
style.css
13
table { border-
collapse
:
collapse
; border-spacing: 0; }
/external/nanopb-c/docs/
lsr.css
193
border-
collapse
:
collapse
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java
139
public void notifyFling(boolean
collapse
) {
140
if (
collapse
&& mCollapseSnoozes) {
/frameworks/support/samples/SupportDesignDemos/res/values/
strings.xml
104
<string name="menu_collapse">
Collapse
</string>
121
<string name="bottomsheet_collapse">
Collapse
</string>
/frameworks/support/v7/appcompat/res/values/
strings.xml
27
<!-- Content description for the Toolbar icon used to
collapse
an expanded action mode. [CHAR LIMIT=NONE] -->
28
<string name="abc_toolbar_collapse_description">
Collapse
</string>
/frameworks/support/v7/mediarouter/res/values/
strings.xml
64
<!-- Content description for accessibility (not shown on the screen): group
collapse
button. Pressing button hides group members of a selected route group. [CHAR LIMIT=NONE] -->
65
<string name="mr_controller_collapse_group">
Collapse
</string>
/libcore/ojluni/src/main/native/
ObjectOutputStream.c
93
if (JVM_IsNaN(fval)) { /*
collapse
NaNs */
165
if (JVM_IsNaN((double) dval)) { /*
collapse
NaNs */
/packages/apps/Dialer/src/com/android/dialer/widget/
ActionBarController.java
100
mSearchBox.
collapse
(true /* animate */);
227
mSearchBox.
collapse
(false);
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
MainSettingsTests.java
116
mDevice.wait(Until.findObject(By.desc("
Collapse
")), TIMEOUT).click();
119
mDevice.wait(Until.findObject(By.desc("
Collapse
")), TIMEOUT).click();
Completed in 1392 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>