Searched refs:isGroupExpanded (Results 1 – 10 of 10) sorted by relevance
282 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);867 || !isChildInGroup() || isGroupExpanded()) {1116 boolean normalChild = !isChildInGroup() || isGroupExpanded();2236 final boolean wasExpanded = mGroupManager.isGroupExpanded(mStatusBarNotification);2276 if (mIsSummaryWithChildren && (userLocked || !isGroupExpanded())) {2344 } else if ((isChildInGroup() && !isGroupExpanded())) {2384 public boolean isGroupExpanded() {2385 return mGroupManager.isGroupExpanded(mStatusBarNotification);2725 if (mIsSummaryWithChildren && isGroupExpanded()) {2779 } else if (mIsSummaryWithChildren && !isGroupExpanded() && !shouldShowPublic()) {[all …]
792 } else if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight()809 private boolean isGroupExpanded() { in isGroupExpanded() method in NotificationContentView810 return mGroupManager.isGroupExpanded(mStatusBarNotification); in isGroupExpanded()941 final int visibleType = (mContainingNotification.isGroupExpanded() in getBackgroundColorForExpansionState()1074 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType()1082 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType()1104 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight()1120 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()
410 return isGroupExpanded() && !isGroupExpansionChanging(); in needsOutline()412 return !isGroupExpanded() || isGroupExpansionChanging(); in needsOutline()
523 public boolean isGroupExpanded() { in isGroupExpanded() method in ExpandableView
1031 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListView1032 return mConnector.isGroupExpanded(groupPosition); in isGroupExpanded()
704 public boolean isGroupExpanded(int groupPosition) { in isGroupExpanded() method in ExpandableListConnector
75 public boolean isGroupExpanded(StatusBarNotification sbn) { in isGroupExpanded() method in NotificationGroupManager
37342 method public boolean isGroupExpanded(int);
55542 method public boolean isGroupExpanded(int);
87744 Landroid/widget/ExpandableListConnector;->isGroupExpanded(I)Z