Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java605 if (iconState != null && fullyInOrOut && !expandingAnimated && iconState.isLastExpandIcon) {
606 iconState.isLastExpandIcon = false;
642 && !mAmbientState.isOnKeyguard() && !iconState.isLastExpandIcon) {
655 iconState.isLastExpandIcon = true;
679 iconState.isLastExpandIcon && !iconState.hasCustomTransformHeight();
701 if (iconState.isLastExpandIcon) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java708 public boolean isLastExpandIcon; field in IconState
819 return isLastExpandIcon && customTransformHeight != NO_VALUE; in hasCustomTransformHeight()