Home
last modified time | relevance | path

Searched refs:mIsLastChild (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java331 private boolean mIsLastChild; field in ExpandableNotificationRow
1518 boolean changeTransformation = isLastChild != mIsLastChild;
1520 mIsLastChild = isLastChild;
1548 if (mIsLastChild) {