/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContextView.java | 82 mContentHeight = a.getLayoutDimension( in ActionBarContextView() 125 layoutParams.height = mContentHeight; in setSplitToolbar() 138 mContentHeight = height; in setContentHeight() 239 layoutParams.height = mContentHeight; in initForMode() 316 int maxHeight = mContentHeight > 0 ? in onMeasure() 317 mContentHeight : MeasureSpec.getSize(heightMeasureSpec); in onMeasure() 365 if (mContentHeight <= 0) { in onMeasure()
|
D | AbsActionBarView.java | 53 protected int mContentHeight; field in AbsActionBarView 172 mContentHeight = height; in setContentHeight() 177 return mContentHeight; in getContentHeight()
|
D | ScrollingTabContainerView.java | 60 private int mContentHeight; field in ScrollingTabContainerView 102 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure() 189 mContentHeight = contentHeight; in setContentHeight() 284 mContentHeight)); in createTabView()
|
D | ActionBarView.java | 217 mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0); in ActionBarView() 916 int maxHeight = mContentHeight >= 0 ? in onMeasure() 917 mContentHeight : MeasureSpec.getSize(heightMeasureSpec); in onMeasure() 1029 if (mContentHeight <= 0) { in onMeasure() 1063 MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY), 0); in onMeasure() 1068 if (mContentHeight <= 0) { in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | Magnifier.java | 436 private final int mContentHeight; field in Magnifier.InternalPopupWindow 492 mContentHeight = height; in InternalPopupWindow() 497 mSurfaceHeight = mContentHeight + 2 * mOffsetY; in InternalPopupWindow() 542 mOffsetX + mContentWidth, mOffsetY + mContentHeight); in createRenderNodeForBitmap() 546 outline.setRoundRect(0, 0, mContentWidth, mContentHeight, cornerRadius); in createRenderNodeForBitmap() 552 final DisplayListCanvas canvas = bitmapRenderNode.start(mContentWidth, mContentHeight); in createRenderNodeForBitmap() 635 mBitmapRenderNode.start(mContentWidth, mContentHeight); in doDraw() 640 final Rect dstRect = new Rect(0, 0, mContentWidth, mContentHeight); in doDraw()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | FillUi.java | 119 private int mContentHeight; field in FillUi 166 mContentHeight = outPoint.y / 2; in FillUi() 169 + mContentWidth + "," + mContentHeight); in FillUi() 248 mContentHeight = content.getMeasuredHeight(); in FillUi() 360 mCallback.requestShowFillUi(mContentWidth, mContentHeight, mWindowPresenter); in requestShowFillUi() 459 if (mContentHeight != 0) { 460 mContentHeight = 0; 470 mContentHeight = 0; 515 final int newContentHeight = mContentHeight + clampedMeasuredHeight; 516 if (newContentHeight != mContentHeight) { [all …]
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
D | ActionBarContextView.java | 76 mContentHeight = a.getLayoutDimension( in ActionBarContextView() 97 mContentHeight = height; in setContentHeight() 257 int maxHeight = mContentHeight > 0 ? in onMeasure() 258 mContentHeight : MeasureSpec.getSize(heightMeasureSpec); in onMeasure() 305 if (mContentHeight <= 0) { in onMeasure()
|
D | AbsActionBarView.java | 44 protected int mContentHeight; field in AbsActionBarView 139 mContentHeight = height; in setContentHeight() 144 return mContentHeight; in getContentHeight()
|
D | ScrollingTabContainerView.java | 71 private int mContentHeight; field in ScrollingTabContainerView 114 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure() 199 mContentHeight = contentHeight; in setContentHeight() 297 mContentHeight)); in createTabView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationTemplateViewWrapper.java | 57 private int mContentHeight; field in NotificationTemplateViewWrapper 308 mContentHeight = contentHeight; in setContentHeight() 325 int constrainedContentHeight = Math.max(mContentHeight, mMinHeightHint); in updateActionOffset()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 92 private int mContentHeight; field in NotificationContentView 572 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight() 707 int progress = Math.abs(mContentHeight - startHeight); in calculateTransformationAmount() 713 + "\n mContentHeight: " + mContentHeight); in calculateTransformationAmount() 721 return mContentHeight; in getContentHeight() 1054 height = mContentHeight; in calculateVisibleType() 1065 int viewHeight = mContentHeight; in calculateVisibleType() 1068 viewHeight = Math.min(mContentHeight, intrinsicHeight); in calculateVisibleType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 167 private int mContentHeight; field in NotificationStackScrollLayout 898 int stackStartPosition = mContentHeight - mTopPadding + mIntrinsicPadding; in setExpandedHeight() 2150 return mContentHeight; 2216 mContentHeight = height + mTopPadding + mBottomMargin; 2219 mAmbientState.setLayoutMaxHeight(mContentHeight); 3598 return Math.max(mMaxLayoutHeight - mContentHeight, 0);
|