Searched defs:mActualHeight (Results 1 - 4 of 4) 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
48 drawable.setBounds(0, mClipTopAmount, getWidth(), mActualHeight);
107 mActualHeight = actualHeight;
112 return mActualHeight;
H A DNotificationContentView.java55 private int mActualHeight; field in class:NotificationContentView
105 mActualHeight = mSmallHeight;
163 mActualHeight = actualHeight;
184 mClipBounds.set(0, mClipTopAmount, getWidth(), mActualHeight);
243 return mActualHeight <= mSmallHeight || mExpandedChild == null;
H A DExpandableView.java39 private int mActualHeight; field in class:ExpandableView
99 if (!mActualHeightInitialized && mActualHeight == 0) {
111 mActualHeight = 0;
130 || event.getY() > mClipTopAmount && event.getY() < mActualHeight;
142 mActualHeight = actualHeight;
158 return mActualHeight;

Completed in 57 milliseconds