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.java51 private int mBackgroundTop; field in NotificationBackgroundView
69 if (mClipTopAmount + mClipBottomAmount < mActualHeight - mBackgroundTop in onDraw()
82 int top = mBackgroundTop; in draw()
277 mBackgroundTop = backgroundTop; in setBackgroundTop()
DExpandableOutlineView.java71 private int mBackgroundTop; field in ExpandableOutlineView
89 int top = mClipTopAmount + mBackgroundTop;
118 top = mClipTopAmount + mBackgroundTop; in getClipPath()
322 if (mBackgroundTop != backgroundTop) { in setBackgroundTop()
323 mBackgroundTop = backgroundTop; in setBackgroundTop()