OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expanded
(Results
226 - 250
of
2167
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java
99
* <li>Assign the high-res image to the hidden "zoomed-in" (
expanded
) image view.</li>
100
* <li>Calculate the starting and ending bounds for the
expanded
view.</li>
192
// and show the thumbnail instead of the
expanded
image.
/external/chromium/chrome/browser/extensions/
extension_sidebar_api.cc
36
"Sidebar can be
expanded
only in response to an explicit user gesture";
165
// is
expanded
and this extension's content is displayed on it.
168
// Check if sidebar UI is
expanded
and this extension's content
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
MacroExpander.cpp
85
// If a particular token is not
expanded
, it is never
expanded
.
92
// this macro should not be
expanded
.
/external/chromium_org/third_party/icu/source/common/
ruleiter.h
71
* PARSE_VARIABLES) != 0, then an embedded variable will be
expanded
to
78
* PARSE_ESCAPES) != 0, then an embedded escape sequence will be
expanded
204
* Position within an
expanded
variable is <em>not</em> indicated.
/external/icu4c/common/
ruleiter.h
71
* PARSE_VARIABLES) != 0, then an embedded variable will be
expanded
to
78
* PARSE_ESCAPES) != 0, then an embedded escape sequence will be
expanded
203
* Position within an
expanded
variable is <em>not</em> indicated.
/frameworks/base/core/java/android/widget/
ExpandableListAdapter.java
114
* @param isExpanded whether the group is
expanded
or collapsed
168
* Called when a group is
expanded
.
170
* @param groupPosition The group being
expanded
.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py
136
expanded
= args[:]
147
expanded
.append(line[:-1])
151
return
expanded
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py
136
expanded
= args[:]
147
expanded
.append(line[:-1])
151
return
expanded
/development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java
79
// Asserts that the PendingIntent for the
expanded
status window was created
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingCells.java
32
* The item persists in this
expanded
state (even if the user scrolls away and then scrolls
/external/bison/m4/
signal_h.m4
55
dnl Use AC_REQUIRE here, so that the default settings are
expanded
once only.
/external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc
250
// window manager know that the panel is being
expanded
in response to a
252
SetState(PanelController::
EXPANDED
);
266
msg.set_param(1, state ==
EXPANDED
);
327
State state = new_state ?
EXPANDED
: MINIMIZED;
/external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-focus-and-exclude.html
39
collapsed and
expanded
back;
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.html
247
title.setAttribute("aria-
expanded
", "false");
327
// Set the ARIA state indicating the tree item is currently
expanded
.
329
setAttribute("aria-
expanded
", "true");
336
setAttribute("aria-
expanded
", "false");
/external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc
67
// want to sync the
expanded
state of folders, it should be part of
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_tree.js
78
if (recursive && this.
expanded
)
98
this.
expanded
= false;
248
if (parentDirItem.
expanded
)
277
* Invoked when the item is being
expanded
.
286
this.
expanded
= false;
393
this.
expanded
= true;
439
// DirectoryTree is always
expanded
.
440
get
expanded
() { return true; },
444
set
expanded
(value) {},
/external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc
68
// needs to be
expanded
. This could occur in the following scenarios:
77
panel->expansion_state() != Panel::
EXPANDED
)
78
panel->SetExpansionState(Panel::
EXPANDED
);
250
DCHECK_EQ(Panel::
EXPANDED
, panel->expansion_state());
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js
150
title.setAttribute('aria-
expanded
', 'false');
230
// Set the ARIA state indicating the tree item is currently
expanded
.
232
setAttribute('aria-
expanded
', 'true');
239
setAttribute('aria-
expanded
', 'false');
/external/chromium_org/content/renderer/accessibility/
renderer_accessibility.cc
86
return "row
expanded
";
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.h
63
// i.e., relative URL values are fully
expanded
relative to the
manifest.h
60
// i.e., relative URL values are fully
expanded
relative to the
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkPanel.css
133
.resource-headers-view .outline-disclosure li.
expanded
.caution {
137
.resource-headers-view .outline-disclosure li:not(.
expanded
) .caution {
141
.resource-headers-view .outline-disclosure li.
expanded
.header-count {
153
.resource-headers-view .outline-disclosure li.
expanded
.header-toggle {
/external/chromium_org/third_party/icu/source/i18n/
ucol_cnt.h
16
* This module maintains a contraction table structure in
expanded
form
/external/chromium_org/third_party/mesa/src/src/mesa/main/
dlopen.h
30
* Note that the #ifdef tests for various environments should be
expanded
.
/external/chromium_org/third_party/opus/src/silk/
bwexpander.c
36
opus_int16 *ar, /* I/O AR filter to be
expanded
(without leading 1) */
Completed in 626 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>