Searched defs:mIsLastChild (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java230 private boolean mIsLastChild; field in class:ExpandableNotificationRow
1040 boolean changeTransformation = isLastChild != mIsLastChild;
1042 mIsLastChild = isLastChild;
1067 if (mIsLastChild) {

Completed in 37 milliseconds