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 240 public int getClipTopAmount() {
332 outRect.top += getTranslationY() + getClipTopAmount();
343 outRect.top += getClipTopAmount();
356 int top = getClipTopAmount();
ExpandableNotificationRow.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ExpandableViewState.java 171 float oldClipTopAmount = expandableView.getClipTopAmount();
205 if (this.clipTopAmount != expandableView.getClipTopAmount()) {
407 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue);
436 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount());
StackStateAnimator.java 159 || viewState.clipTopAmount != child.getClipTopAmount()
NotificationChildrenContainer.java 641 final int top = yPosition + child.getClipTopAmount();
    [all...]
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 444 || notificationGroup.summary.row.getClipTopAmount() > 0

Completed in 1657 milliseconds