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.java584 iconState.customTransformHeight = NO_VALUE;
591 iconState.customTransformHeight = (int) (mMaxLayoutHeight
600 fullHeight = iconState.customTransformHeight;
601 iconTransformDistance = iconState.customTransformHeight;
630 iconState.customTransformHeight = NO_VALUE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java685 public int customTransformHeight = NO_VALUE; field in IconState
773 return isLastExpandIcon && customTransformHeight != NO_VALUE; in hasCustomTransformHeight()