Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java44 private int mActualHeight; field in NotificationBackgroundView
69 if (mClipTopAmount + mClipBottomAmount < mActualHeight - mBackgroundTop in onDraw()
73 canvas.clipRect(0, mClipTopAmount, getWidth(), mActualHeight - mClipBottomAmount); in onDraw()
83 int bottom = mActualHeight; in draw()
168 mActualHeight = actualHeight; in setActualHeight()
173 return mActualHeight; in getActualHeight()
282 mActualHeight = params.getHeight(); in setExpandAnimationParams()
DNotificationGuts.java51 private int mActualHeight; field in NotificationGuts
166 int bottom = mActualHeight - mClipBottomAmount; in draw()
333 mActualHeight = actualHeight; in setActualHeight()
338 return mActualHeight; in getActualHeight()
DExpandableView.java47 private int mActualHeight; field in ExpandableView
126 float bottom = mActualHeight; in pointInView()
139 mActualHeight = actualHeight; in setActualHeight()
164 return mActualHeight; in getActualHeight()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingImageMessage.java59 private int mActualHeight; field in MessagingImageMessage
253 mActualHeight = actualHeight;
258 return mActualHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java83 private int mActualHeight; field in NotificationChildrenContainer
578 childState.alpha = (mActualHeight - childState.yTranslation) / childState.height;
1003 mActualHeight = actualHeight;
1035 float factor = (mActualHeight - minExpandHeight)