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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 217 public int getClipTopAmount() {
282 outRect.top += getTranslationY() + getClipTopAmount();
ExpandableNotificationRow.java 175 mGuts.setClipTopAmount(getClipTopAmount());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 169 float oldClipTopAmount = child.getClipTopAmount();
StackStateAnimator.java 164 boolean topInsetChanging = viewState.clipTopAmount != child.getClipTopAmount();
406 ValueAnimator animator = ValueAnimator.ofInt(child.getClipTopAmount(), newEndValue);
431 child.setTag(TAG_START_TOP_INSET, child.getClipTopAmount());
    [all...]
NotificationStackScrollLayout.java 588 float top = childTop + slidingChild.getClipTopAmount();
    [all...]

Completed in 507 milliseconds