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.java316 private boolean mIsLastChild; field in ExpandableNotificationRow
1503 boolean changeTransformation = isLastChild != mIsLastChild;
1505 mIsLastChild = isLastChild;
1533 if (mIsLastChild) {