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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 286 public int getClipTopAmount() {
351 outRect.top += getTranslationY() + getClipTopAmount();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 680 float top = childTop + slidingChild.getClipTopAmount();
708 float top = childTop + slidingChild.getClipTopAmount();
    [all...]

Completed in 196 milliseconds