/frameworks/base/core/java/android/widget/ |
D | Magnifier.java | 791 private final int mContentHeight; field in Magnifier.InternalPopupWindow 849 mContentHeight = height; in InternalPopupWindow() 854 mSurfaceHeight = mContentHeight + 2 * mOffsetY; in InternalPopupWindow() 897 Bitmap.createBitmap(mContentWidth, mContentHeight, Bitmap.Config.ARGB_8888); in InternalPopupWindow() 914 mOffsetX + mContentWidth, mOffsetY + mContentHeight); in createRenderNodeForBitmap() 918 outline.setRoundRect(0, 0, mContentWidth, mContentHeight, cornerRadius); in createRenderNodeForBitmap() 925 mContentWidth, mContentHeight); in createRenderNodeForBitmap() 941 mOffsetX + mContentWidth, mOffsetY + mContentHeight); in createRenderNodeForOverlay() 944 outline.setRoundRect(0, 0, mContentWidth, mContentHeight, cornerRadius); in createRenderNodeForOverlay() 981 mOverlayRenderNode.beginRecording(mContentWidth, mContentHeight); in drawOverlay() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContextView.java | 84 mContentHeight = a.getLayoutDimension( in ActionBarContextView() 127 layoutParams.height = mContentHeight; in setSplitToolbar() 140 mContentHeight = height; in setContentHeight() 241 layoutParams.height = mContentHeight; in initForMode() 318 int maxHeight = mContentHeight > 0 ? in onMeasure() 319 mContentHeight : MeasureSpec.getSize(heightMeasureSpec); in onMeasure() 367 if (mContentHeight <= 0) { in onMeasure()
|
D | AbsActionBarView.java | 54 protected int mContentHeight; field in AbsActionBarView 173 mContentHeight = height; in setContentHeight() 178 return mContentHeight; in getContentHeight()
|
D | ScrollingTabContainerView.java | 61 private int mContentHeight; field in ScrollingTabContainerView 104 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure() 193 mContentHeight = contentHeight; in setContentHeight() 290 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/services/autofill/java/com/android/server/autofill/ui/ |
D | FillUi.java | 117 private int mContentHeight; field in FillUi 170 mContentHeight = outPoint.y / 2; in FillUi() 173 + mContentWidth + "," + mContentHeight); in FillUi() 248 mContentHeight = content.getMeasuredHeight(); in FillUi() 359 mCallback.requestShowFillUi(mContentWidth, mContentHeight, mWindowPresenter); in requestShowFillUi() 454 if (mContentHeight != 0) { in updateContentSize() 455 mContentHeight = 0; in updateContentSize() 465 mContentHeight = 0; in updateContentSize() 510 final int newContentHeight = mContentHeight + clampedMeasuredHeight; in updateHeight() 511 if (newContentHeight != mContentHeight) { in updateHeight() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationTemplateViewWrapper.java | 63 private int mContentHeight; field in NotificationTemplateViewWrapper 322 mContentHeight = contentHeight; in setContentHeight() 339 int constrainedContentHeight = Math.max(mContentHeight, mMinHeightHint); in updateActionOffset()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 104 private int mContentHeight; field in NotificationContentView 605 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight() 743 int progress = Math.abs(mContentHeight - startHeight); in calculateTransformationAmount() 749 + "\n mContentHeight: " + mContentHeight); in calculateTransformationAmount() 757 return mContentHeight; in getContentHeight() 1079 height = mContentHeight; in calculateVisibleType() 1090 int viewHeight = mContentHeight; in calculateVisibleType() 1093 viewHeight = Math.min(mContentHeight, intrinsicHeight); in calculateVisibleType() 1891 pw.print(", contentHeight: " + mContentHeight);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 223 private int mContentHeight; field in NotificationStackScrollLayout 1294 int stackStartPosition = mContentHeight - mTopPadding + mIntrinsicPadding; 2208 int contentHeight = mContentHeight; 2391 mContentHeight = height + mTopPadding + mBottomMargin; 2394 mAmbientState.setLayoutMaxHeight(mContentHeight); 4273 return Math.max(mMaxLayoutHeight - mContentHeight, 0);
|