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/
DNotificationBackgroundView.java49 private int mBackgroundTop; field in NotificationBackgroundView
67 if (mClipTopAmount + mClipBottomAmount < mActualHeight - mBackgroundTop in onDraw()
80 int top = mBackgroundTop; in draw()
254 mBackgroundTop = backgroundTop; in setBackgroundTop()
DExpandableOutlineView.java72 private int mBackgroundTop; field in ExpandableOutlineView
92 int top = mClipTopAmount + mBackgroundTop;
124 top = mClipTopAmount + mBackgroundTop; in getClipPath()
338 if (mBackgroundTop != backgroundTop) { in setBackgroundTop()
339 mBackgroundTop = backgroundTop; in setBackgroundTop()