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/
DExpandableNotificationRow.java230 private boolean mIsLastChild; field in ExpandableNotificationRow
1040 boolean changeTransformation = isLastChild != mIsLastChild;
1042 mIsLastChild = isLastChild;
1067 if (mIsLastChild) {