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.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.java53 private int mActualHeight; field in NotificationGuts
206 int bottom = mActualHeight - mClipBottomAmount; in draw()
389 mActualHeight = actualHeight; in setActualHeight()
394 return mActualHeight; in getActualHeight()
DExpandableView.java51 private int mActualHeight; field in ExpandableView
159 float bottom = mActualHeight; in pointInView()
188 mActualHeight = actualHeight; in setActualHeight()
213 return mActualHeight; in getActualHeight()
DNotificationConversationInfo.java124 private int mActualHeight; field in NotificationConversationInfo
589 return mActualHeight; in getActualHeight()
595 mActualHeight = getHeight(); in onLayout()
DNotificationInfo.java75 private int mActualHeight; field in NotificationInfo
579 return mActualHeight;
585 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.java84 private int mActualHeight; field in NotificationChildrenContainer
612 childState.alpha = (mActualHeight - childState.yTranslation) / childState.height;
1039 mActualHeight = actualHeight;
1071 float factor = (mActualHeight - minExpandHeight)