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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java33 private int mActualHeight; field in class:NotificationGuts
47 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
85 mActualHeight = actualHeight;
90 return mActualHeight;
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 DExpandableView.java39 private int mActualHeight; field in class:ExpandableView
115 if (!mActualHeightInitialized && mActualHeight == 0) {
128 mActualHeight = 0;
157 || event.getY() > mClipTopAmount && event.getY() < mActualHeight;
169 mActualHeight = actualHeight;
186 return mActualHeight;
362 return mActualHeight - getBottomDecorHeight();

Completed in 55 milliseconds