Home
last modified time | relevance | path

Searched refs:mEmbeddedContentContainer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java59 private View mEmbeddedContentContainer; field in PrintContentView
145 mEmbeddedContentContainer = findViewById(R.id.embedded_content_container); in onFinishInflate()
248 ViewGroup.LayoutParams params = mEmbeddedContentContainer.getLayoutParams(); in onMeasure()
265 measureChild(mEmbeddedContentContainer, widthMeasureSpec, hostHeightMeasureSpec); in onMeasure()
301 final int embContentBottom = embContentTop + mEmbeddedContentContainer.getMeasuredHeight(); in onLayout()
303 mEmbeddedContentContainer.layout(left, embContentTop, right, embContentBottom); in onLayout()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java58 private final EmbeddedContentContainer mEmbeddedContentContainer; field in PrintPreviewController
85 mEmbeddedContentContainer = (EmbeddedContentContainer) activity.findViewById( in PrintPreviewController()
87 mEmbeddedContentContainer.setOnSizeChangeListener(this); in PrintPreviewController()
203 return mEmbeddedContentContainer.getWidth(); in getWidth()
208 return mEmbeddedContentContainer.getHeight(); in getHeight()