Searched refs:isGroupExpanded (Results 1 – 10 of 10) sorted by relevance
273 final boolean wasExpanded = mGroupManager.isGroupExpanded(mEntry.getSbn());873 || !isChildInGroup() || isGroupExpanded()) {1110 boolean normalChild = !isChildInGroup() || isGroupExpanded();2206 final boolean wasExpanded = mGroupManager.isGroupExpanded(mEntry.getSbn());2246 if (mIsSummaryWithChildren && (userLocked || !isGroupExpanded())) {2311 } else if ((isChildInGroup() && !isGroupExpanded())) {2352 public boolean isGroupExpanded() {2353 return mGroupManager.isGroupExpanded(mEntry.getSbn());2703 if (mIsSummaryWithChildren && isGroupExpanded()) {2758 } else if (mIsSummaryWithChildren && !isGroupExpanded() && !shouldShowPublic()) {[all …]
385 return isGroupExpanded() && !isGroupExpansionChanging(); in needsOutline()387 return !isGroupExpanded() || isGroupExpansionChanging(); in needsOutline()
771 if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight()779 private boolean isGroupExpanded() { in isGroupExpanded() method in NotificationContentView780 return mGroupManager.isGroupExpanded(mStatusBarNotification); in isGroupExpanded()910 final int visibleType = (mContainingNotification.isGroupExpanded() in getBackgroundColorForExpansionState()1043 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType()1051 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType()1072 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight()1086 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()
557 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
87 public boolean isGroupExpanded(StatusBarNotification sbn) { in isGroupExpanded() method in NotificationGroupManager
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
37342 method public boolean isGroupExpanded(int);
59477 method public boolean isGroupExpanded(int);