Home
last modified time | relevance | path

Searched refs:mActualHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationBackgroundView.java35 private int mActualHeight; field in NotificationBackgroundView
48 int bottom = mActualHeight - mClipBottomAmount; in draw()
112 mActualHeight = actualHeight; in setActualHeight()
117 return mActualHeight; in getActualHeight()
DExpandableView.java39 private int mActualHeight; field in ExpandableView
113 float bottom = mActualHeight; in pointInView()
126 mActualHeight = actualHeight; in setActualHeight()
143 return mActualHeight; in getActualHeight()
DNotificationGuts.java71 private int mActualHeight; field in NotificationGuts
176 int bottom = mActualHeight - mClipBottomAmount; in draw()
265 mActualHeight = actualHeight; in setActualHeight()
270 return mActualHeight; in getActualHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java79 private int mActualHeight; field in NotificationChildrenContainer
581 childState.alpha = (mActualHeight - childState.yTranslation) / childState.height;
1007 mActualHeight = actualHeight;
1039 float factor = (mActualHeight - minExpandHeight)