Searched defs:mClipTopAmount (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java32 private int mClipTopAmount; field in class:NotificationGuts
47 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
94 mClipTopAmount = clipTopAmount;
H A DNotificationBackgroundView.java34 private int mClipTopAmount; field in class:NotificationBackgroundView
47 if (drawable != null && mActualHeight > mClipTopAmount) {
48 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
119 mClipTopAmount = clipTopAmount;
H A DExpandableView.java40 protected int mClipTopAmount; field in class:ExpandableView
157 || event.getY() > mClipTopAmount && event.getY() < mActualHeight;
283 mClipTopAmount = clipTopAmount;
287 return mClipTopAmount;
H A DNotificationContentView.java62 private int mClipTopAmount; field in class:NotificationContentView
278 mClipTopAmount = clipTopAmount;
304 mClipBounds.set(0, mClipTopAmount, getWidth(), mContentHeight);

Completed in 80 milliseconds