Searched refs:mSummaryContent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java51 private ViewGroup mSummaryContent; field in class:PrintContentView
139 mSummaryContent = (ViewGroup) findViewById(R.id.summary_content);
151 mSummaryContent.setOnClickListener(this);
170 if (view == mExpandCollapseHandle || view == mSummaryContent) {
227 if (mSummaryContent.getVisibility() != View.GONE) {
228 measureChild(mSummaryContent, widthMeasureSpec, heightMeasureSpec);
237 mClosedOptionsOffsetY = mSummaryContent.getMeasuredHeight()
250 - mSummaryContent.getMeasuredHeight() - mDynamicContent.getMeasuredHeight()
275 if (mSummaryContent.getVisibility() != View.GONE) {
276 mSummaryContent
[all...]

Completed in 21 milliseconds