HomeSort by relevance Sort by last modified time
    Searched refs:customTransformHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 504 iconState.customTransformHeight = NO_VALUE;
511 iconState.customTransformHeight = (int) (mMaxLayoutHeight
520 fullHeight = iconState.customTransformHeight;
521 iconTransformDistance = iconState.customTransformHeight;
550 iconState.customTransformHeight = NO_VALUE;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 676 public int customTransformHeight = NO_VALUE;
764 return isLastExpandIcon && customTransformHeight != NO_VALUE;

Completed in 73 milliseconds