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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 231 float expandAmount = 0.0f;
233 expandAmount = (shelfStart - interpolationStart) / getIntrinsicHeight();
234 expandAmount = Math.min(1.0f, expandAmount);
280 float inShelfAmount = updateIconAppearance(row, expandAmount, scrolling, scrollingFast,
395 private float updateIconAppearance(ExpandableNotificationRow row, float expandAmount,
408 iconTransformDistance *= NotificationUtils.interpolate(1.f, 1.5f, expandAmount);
460 interpolatedAmount, fullAmount, expandAmount);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 483 public void setOpenedAmount(float expandAmount) {
484 mOpenedAmount = expandAmount;

Completed in 75 milliseconds