Searched refs:mActualHeight (Results 1 – 8 of 8) sorted by relevance
44 private int mActualHeight; field in NotificationBackgroundView69 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()
53 private int mActualHeight; field in NotificationGuts206 int bottom = mActualHeight - mClipBottomAmount; in draw()389 mActualHeight = actualHeight; in setActualHeight()394 return mActualHeight; in getActualHeight()
51 private int mActualHeight; field in ExpandableView159 float bottom = mActualHeight; in pointInView()188 mActualHeight = actualHeight; in setActualHeight()213 return mActualHeight; in getActualHeight()
124 private int mActualHeight; field in NotificationConversationInfo589 return mActualHeight; in getActualHeight()595 mActualHeight = getHeight(); in onLayout()
75 private int mActualHeight; field in NotificationInfo579 return mActualHeight;585 mActualHeight = getHeight();
85 private int mActualHeight; field in RemoteInlineSuggestionUi161 mActualHeight); in handleRequestSurfacePackage()211 mActualHeight = height; in handleInlineSuggestionUiReady()216 mInlineContentCallback.onContent(surfacePackage, mActualWidth, mActualHeight); in handleInlineSuggestionUiReady()
59 private int mActualHeight; field in MessagingImageMessage268 mActualHeight = actualHeight;273 return mActualHeight;
84 private int mActualHeight; field in NotificationChildrenContainer612 childState.alpha = (mActualHeight - childState.yTranslation) / childState.height;1039 mActualHeight = actualHeight;1071 float factor = (mActualHeight - minExpandHeight)