Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java570 iconState.customTransformHeight = NO_VALUE;
577 iconState.customTransformHeight = (int) (mMaxLayoutHeight
586 fullHeight = iconState.customTransformHeight;
587 iconTransformDistance = iconState.customTransformHeight;
616 iconState.customTransformHeight = NO_VALUE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java694 public int customTransformHeight = NO_VALUE; field in IconState
782 return isLastExpandIcon && customTransformHeight != NO_VALUE; in hasCustomTransformHeight()