Home
last modified time | relevance | path

Searched refs:mBackgroundTop (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java47 private int mBackgroundTop; field in NotificationBackgroundView
62 if (mClipTopAmount + mClipBottomAmount < mActualHeight - mBackgroundTop in onDraw()
75 int top = mBackgroundTop; in draw()
239 mBackgroundTop = backgroundTop; in setBackgroundTop()
DExpandableOutlineView.java71 private int mBackgroundTop; field in ExpandableOutlineView
88 int top = mClipTopAmount + mBackgroundTop;
117 top = mClipTopAmount + mBackgroundTop; in getClipPath()
280 if (mBackgroundTop != backgroundTop) { in setBackgroundTop()
281 mBackgroundTop = backgroundTop; in setBackgroundTop()