OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expanded_info
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc
99
sync_pb::ExpandedInfo*
expanded_info
=
local
102
expanded_info
->mutable_simple_expanded_layout();
147
expanded_info
->add_collapsed_info();
149
expanded_info
->
156
expanded_info
->add_collapsed_info();
158
expanded_info
->
165
expanded_info
->add_collapsed_info();
167
expanded_info
->
synced_notification.cc
362
if (!specifics_.coalesced_notification().render_info().
expanded_info
().
366
return specifics_.coalesced_notification().render_info().
expanded_info
().
444
if (!specifics_.coalesced_notification().render_info().
expanded_info
().
448
return specifics_.coalesced_notification().render_info().
expanded_info
().
596
expanded_info
().collapsed_info_size();
605
if (specifics_.coalesced_notification().render_info().
expanded_info
().
609
return specifics_.coalesced_notification().render_info().
expanded_info
().
615
if (specifics_.coalesced_notification().render_info().
expanded_info
().
619
return specifics_.coalesced_notification().render_info().
expanded_info
().
/frameworks/base/tests/TransitionTests/res/layout/
contact_collapsed.xml
30
android:id="@+id/
expanded_info
"
/external/chromium_org/sync/protocol/
synced_notification_render.proto
23
optional ExpandedInfo
expanded_info
= 2;
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ContactsExpansion.java
106
View expandedContainer = currentItem.findViewById(R.id.
expanded_info
);
Completed in 888 milliseconds