HomeSort by relevance Sort by last modified time
    Searched refs:isChildInGroup (Results 1 - 9 of 9) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 101 if (isChildInGroup()) {
ExpandableNotificationRow.java 193 if (isChildInGroup()) {
381 public boolean isChildInGroup() {
390 * @param isChildInGroup Is this notification now in a group
393 public void setIsChildInGroup(boolean isChildInGroup, ExpandableNotificationRow parent) {;
394 boolean childInGroup = BaseStatusBar.ENABLE_CHILD_NOTIFICATIONS && isChildInGroup;
408 || !isChildInGroup() || isGroupExpanded()) {
619 boolean normalChild = !isChildInGroup() || isGroupExpanded();
731 if (isChildInGroup()) {
    [all...]
ExpandableView.java 435 public boolean isChildInGroup() {
ActivatableNotificationView.java 606 mBgAlpha = isChildInGroup() && mDimmed ? transformationAmount : 1f;
625 final boolean dontShowDimmed = isGroupExpansionChanging() && isChildInGroup();
    [all...]
NotificationContentView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 342 if (row != null && row.isChildInGroup()) {
347 if (row != null && !row.isChildInGroup()) {
NotificationHeaderViewWrapper.java 172 if (mIcon != null && !mRow.isChildInGroup()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 390 if (topEntry.isChildInGroup()) {
509 if (row.isChildInGroup()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 121 milliseconds