Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java585 if (iconState.hasCustomTransformHeight()) {
631 boolean forceInShelf = iconState.isLastExpandIcon && !iconState.hasCustomTransformHeight();
648 if (iconState.hasCustomTransformHeight()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java781 public boolean hasCustomTransformHeight() { in hasCustomTransformHeight() method in IconState