Searched refs:embContentTop (Results 1 – 1 of 1) sorted by relevance
299 final int embContentTop = mStaticContent.getMeasuredHeight() + mClosedOptionsOffsetY in onLayout() local301 final int embContentBottom = embContentTop + mEmbeddedContentContainer.getMeasuredHeight(); in onLayout()303 mEmbeddedContentContainer.layout(left, embContentTop, right, embContentBottom); in onLayout()