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.java289 private boolean mIsLastChild; field in ExpandableNotificationRow
1335 boolean changeTransformation = isLastChild != mIsLastChild;
1337 mIsLastChild = isLastChild;
1365 if (mIsLastChild) {