Searched refs:mDynamicContent (Results 1 – 1 of 1) sorted by relevance
52 private View mDynamicContent; field in PrintContentView117 mDragger.smoothSlideViewTo(mDynamicContent, mDynamicContent.getLeft(), in openOptions()126 mDragger.smoothSlideViewTo(mDynamicContent, mDynamicContent.getLeft(), in closeOptions()140 mDynamicContent = findViewById(R.id.dynamic_content); in onFinishInflate()231 measureChild(mDynamicContent, widthMeasureSpec, heightMeasureSpec); in onMeasure()250 - mSummaryContent.getMeasuredHeight() - mDynamicContent.getMeasuredHeight() in onMeasure()281 final int dynContentBottom = dynContentTop + mDynamicContent.getMeasuredHeight(); in onLayout()283 mDynamicContent.layout(left, dynContentTop, right, dynContentBottom); in onLayout()300 + mDynamicContent.getMeasuredHeight(); in onLayout()398 return child == mDynamicContent && pointerId == FIRST_POINTER_ID; in tryCaptureView()