OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isgroupexpanded
(Results
1 - 14
of
14
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewBasicTest.java
70
assertFalse("Group is already expanded", mExpandableListView.
isGroupExpanded
(groupPos));
75
assertTrue("Group did not expand", mExpandableListView.
isGroupExpanded
(groupPos));
91
assertFalse("Group did not collapse", mExpandableListView.
isGroupExpanded
(groupPos));
102
assertTrue("Group did not expand", mExpandableListView.
isGroupExpanded
(0));
108
assertTrue("Group did not expand", mExpandableListView.
isGroupExpanded
(0));
129
mExpandableListView.
isGroupExpanded
(1));
131
mExpandableListView.
isGroupExpanded
(0));
ExpandableListViewWithHeadersTest.java
63
assertFalse(mExpandableListView.
isGroupExpanded
(0));
71
assertTrue(mExpandableListView.
isGroupExpanded
(0));
ExpandableListTester.java
54
.
isGroupExpanded
(groupIndex));
60
mExpandableListView.
isGroupExpanded
(groupIndex));
ExpandableListViewTest.java
299
assertFalse(expandableListView.
isGroupExpanded
(0));
300
assertTrue(expandableListView.
isGroupExpanded
(1));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java
102
hasOutline =
isGroupExpanded
() && !isGroupExpansionChanging();
104
hasOutline = !
isGroupExpanded
() || isGroupExpansionChanging();
NotificationContentView.java
566
if (likeGroupExpanded || !mIsChildInGroup ||
isGroupExpanded
()) {
573
private boolean
isGroupExpanded
() {
574
return mGroupManager.
isGroupExpanded
(mStatusBarNotification);
683
final int visibleType = (mContainingNotification.
isGroupExpanded
()
[
all
...]
ExpandableNotificationRow.java
145
final boolean wasExpanded = mGroupManager.
isGroupExpanded
(mStatusBarNotification);
408
|| !isChildInGroup() ||
isGroupExpanded
()) {
619
boolean normalChild = !isChildInGroup() ||
isGroupExpanded
();
[
all
...]
ExpandableView.java
431
public boolean
isGroupExpanded
() {
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountActivity.java
133
isExpanded[i] = mList.
isGroupExpanded
(i);
149
if(isExpanded[i] && !mList.
isGroupExpanded
(i)) {
151
} else if(!isExpanded[i] && mList.
isGroupExpanded
(i)){
/packages/services/Car/car-support-lib/src/android/support/car/ui/
GroupingRecyclerViewAdapter.java
160
public boolean
isGroupExpanded
(int position) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java
51
public boolean
isGroupExpanded
(StatusBarNotification sbn) {
/frameworks/base/core/java/android/widget/
ExpandableListView.java
[
all
...]
ExpandableListConnector.java
704
public boolean
isGroupExpanded
(int groupPosition) {
[
all
...]
/packages/services/Car/car-support-lib/api/
current.txt
[
all
...]
Completed in 2535 milliseconds