Searched defs:mActualHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBackgroundView.java35 private int mActualHeight; field in class:NotificationBackgroundView
47 if (drawable != null && mActualHeight > mClipTopAmount) {
48 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
110 mActualHeight = actualHeight;
115 return mActualHeight;
H A DNotificationGuts.java63 private int mActualHeight; field in class:NotificationGuts
138 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
413 mActualHeight = actualHeight;
418 return mActualHeight;
H A DExpandableView.java37 private int mActualHeight; field in class:ExpandableView
108 float bottom = mActualHeight;
121 mActualHeight = actualHeight;
138 return mActualHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java71 private int mActualHeight; field in class:NotificationChildrenContainer
480 childState.alpha = (mActualHeight - childState.yTranslation) / childState.height;
741 mActualHeight = actualHeight;
764 float factor = (mActualHeight - minExpandHeight)

Completed in 155 milliseconds