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.java599 if (iconState.hasCustomTransformHeight()) {
645 boolean forceInShelf = iconState.isLastExpandIcon && !iconState.hasCustomTransformHeight();
662 if (iconState.hasCustomTransformHeight()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java772 public boolean hasCustomTransformHeight() { in hasCustomTransformHeight() method in IconState