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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ActivityLaunchAnimator.java 146 mParams.startClipTopAmount = mSourceNotification.getClipTopAmount();
157 mParams.startClipTopAmount = (int) Math.ceil(childClip);
271 int startClipTopAmount;
292 if (startClipTopAmount != 0.0f) {
293 clipTopAmountCompensation = (int) MathUtils.lerp(0, startClipTopAmount,
309 return startClipTopAmount;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java     [all...]

Completed in 178 milliseconds