Searched refs:mClipTopAmount (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java51 mClipTopAmount,
53 Math.max(getActualHeight() - mClipBottomAmount, mClipTopAmount),
H A DExpandableView.java40 protected int mClipTopAmount; field in class:ExpandableView
112 float top = mClipTopAmount;
236 mClipTopAmount = clipTopAmount;
253 return mClipTopAmount;
H A DNotificationBackgroundView.java35 private int mClipTopAmount; field in class:NotificationBackgroundView
51 if (drawable != null && bottom > mClipTopAmount) {
52 drawable.setBounds(0, mClipTopAmount, getWidth(), bottom);
125 mClipTopAmount = clipTopAmount;
H A DNotificationContentView.java79 private int mClipTopAmount; field in class:NotificationContentView
693 mClipTopAmount = clipTopAmount;
711 int top = (int) (mClipTopAmount - getTranslationY());
H A DNotificationGuts.java69 private int mClipTopAmount; field in class:NotificationGuts
175 int top = mClipTopAmount;
278 mClipTopAmount = clipTopAmount;

Completed in 96 milliseconds