Searched refs:mActualHeight (Results 1 – 8 of 8) sorted by relevance
85 private int mActualHeight; field in RemoteInlineSuggestionUi161 mActualHeight); in handleRequestSurfacePackage()211 mActualHeight = height; in handleInlineSuggestionUiReady()216 mInlineContentCallback.onContent(surfacePackage, mActualWidth, mActualHeight); in handleInlineSuggestionUiReady()
60 private int mActualHeight = -1; field in NotificationBackgroundView199 mActualHeight = actualHeight; in setActualHeight()206 } else if (mActualHeight > -1) { in getActualHeight()207 return mActualHeight; in getActualHeight()351 pw.println("mActualHeight: " + mActualHeight); in dump()
64 private int mActualHeight; field in ExpandableView104 int clipHeight = Math.max(mActualHeight - mClipTopAmount - mClipBottomAmount, 0); in getClipHeight()188 float bottom = mActualHeight; in pointInView()217 if (mActualHeight != actualHeight) { in setActualHeight()218 mActualHeight = actualHeight; in setActualHeight()236 return mActualHeight; in getActualHeight()
51 private int mActualHeight; field in NotificationGuts201 int bottom = mActualHeight - mClipBottomAmount; in draw()357 mActualHeight = actualHeight; in setActualHeight()362 return mActualHeight; in getActualHeight()
127 private int mActualHeight; field in NotificationConversationInfo595 return mActualHeight; in getActualHeight()601 mActualHeight = getHeight(); in onLayout()
76 private int mActualHeight; field in NotificationInfo620 return mActualHeight;626 mActualHeight = getHeight();
58 private int mActualHeight; field in MessagingImageMessage290 mActualHeight = actualHeight;295 return mActualHeight;
105 private int mActualHeight; field in NotificationChildrenContainer201 return Math.max(mActualHeight - mClipBottomAmount, 0); in getClipHeight()816 (mActualHeight - childState.getYTranslation()) / childState.height);1320 mActualHeight = actualHeight;1352 float factor = (mActualHeight - minExpandHeight)