Searched refs:mDynamicContent (Results 1 – 1 of 1) sorted by relevance
53 private View mDynamicContent; field in PrintContentView118 mDragger.smoothSlideViewTo(mDynamicContent, mDynamicContent.getLeft(), in openOptions()127 mDragger.smoothSlideViewTo(mDynamicContent, mDynamicContent.getLeft(), in closeOptions()141 mDynamicContent = findViewById(R.id.dynamic_content); in onFinishInflate()232 measureChild(mDynamicContent, widthMeasureSpec, heightMeasureSpec); in onMeasure()251 - mSummaryContent.getMeasuredHeight() - mDynamicContent.getMeasuredHeight() in onMeasure()282 final int dynContentBottom = dynContentTop + mDynamicContent.getMeasuredHeight(); in onLayout()284 mDynamicContent.layout(left, dynContentTop, right, dynContentBottom); in onLayout()301 + mDynamicContent.getMeasuredHeight(); in onLayout()400 return child == mDynamicContent && pointerId == FIRST_POINTER_ID; in tryCaptureView()