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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 223 public int getClipTopAmount() {
302 outRect.top += getTranslationY() + getClipTopAmount();
313 outRect.top += getClipTopAmount();
326 int top = getClipTopAmount();
ExpandableNotificationRow.java 866 mGuts.setClipTopAmount(getClipTopAmount());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 169 float oldClipTopAmount = view.getClipTopAmount();
StackStateAnimator.java 212 boolean topInsetChanging = viewState.clipTopAmount != child.getClipTopAmount();
562 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue);
588 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount());
    [all...]
NotificationChildrenContainer.java 532 final int top = yPosition + child.getClipTopAmount();
658 float top = childTop + slidingChild.getClipTopAmount();
    [all...]
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 441 || notificationGroup.summary.row.getClipTopAmount() > 0

Completed in 213 milliseconds