Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java42 private int mActualHeight; field in NotificationBackgroundView
62 if (mClipTopAmount + mClipBottomAmount < mActualHeight - mBackgroundTop in onDraw()
66 canvas.clipRect(0, mClipTopAmount, getWidth(), mActualHeight - mClipBottomAmount); in onDraw()
76 int bottom = mActualHeight; in draw()
151 mActualHeight = actualHeight; in setActualHeight()
156 return mActualHeight; in getActualHeight()
245 mActualHeight = actualHeight; in setExpandAnimationSize()
DNotificationGuts.java51 private int mActualHeight; field in NotificationGuts
201 int bottom = mActualHeight - mClipBottomAmount; in draw()
379 mActualHeight = actualHeight; in setActualHeight()
384 return mActualHeight; in getActualHeight()
DExpandableView.java50 private int mActualHeight; field in ExpandableView
158 float bottom = mActualHeight; in pointInView()
187 mActualHeight = actualHeight; in setActualHeight()
204 return mActualHeight; in getActualHeight()
DNotificationConversationInfo.java123 private int mActualHeight; field in NotificationConversationInfo
583 return mActualHeight; in getActualHeight()
589 mActualHeight = getHeight(); in onLayout()
DNotificationInfo.java76 private int mActualHeight; field in NotificationInfo
623 return mActualHeight;
629 mActualHeight = getHeight();
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DRemoteInlineSuggestionUi.java85 private int mActualHeight; field in RemoteInlineSuggestionUi
161 mActualHeight); in handleRequestSurfacePackage()
211 mActualHeight = height; in handleInlineSuggestionUiReady()
216 mInlineContentCallback.onContent(surfacePackage, mActualWidth, mActualHeight); in handleInlineSuggestionUiReady()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingImageMessage.java59 private int mActualHeight; field in MessagingImageMessage
268 mActualHeight = actualHeight;
273 return mActualHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java86 private int mActualHeight; field in NotificationChildrenContainer
613 childState.alpha = (mActualHeight - childState.yTranslation) / childState.height;
1036 mActualHeight = actualHeight;
1068 float factor = (mActualHeight - minExpandHeight)