/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthPanelController.java | 59 private int mContentHeight; field in AuthPanelController 72 final int bottom = Math.min(top + mContentHeight, mContainerHeight - mMargin); in getOutline() 94 return Math.max(mContainerHeight - mContentHeight - mMargin, mMargin); in getTopBound() 97 return Math.max((mContainerHeight - mContentHeight) / 2, mMargin); in getTopBound() 152 ValueAnimator heightAnimator = ValueAnimator.ofInt(mContentHeight, contentHeight); in updateForContentDimensions() 154 mContentHeight = (int) animation.getAnimatedValue(); in updateForContentDimensions() 175 mContentHeight = contentHeight; in updateForContentDimensions()
|
/frameworks/base/core/java/android/widget/ |
D | Magnifier.java | 933 private int mContentHeight; field in Magnifier.InternalPopupWindow 1000 mContentHeight = height; in InternalPopupWindow() 1007 final int surfaceHeight = mContentHeight + 2 * mOffsetY; in InternalPopupWindow() 1059 Bitmap.createBitmap(mContentWidth, mContentHeight, Bitmap.Config.ARGB_8888); in InternalPopupWindow() 1080 if (mContentHeight == contentHeight && mZoom == zoom) { in updateContentFactors() 1083 if (mContentHeight < contentHeight) { in updateContentFactors() 1113 mContentHeight = contentHeight; in updateContentFactors() 1130 final float h = mContentHeight; in fillMeshMatrix() 1157 mOffsetX + mContentWidth, mOffsetY + mContentHeight); in createRenderNodeForBitmap() 1161 outline.setRoundRect(0, 0, mContentWidth, mContentHeight, cornerRadius); in createRenderNodeForBitmap() [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 | 62 private int mContentHeight; field in ScrollingTabContainerView 105 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure() 194 mContentHeight = contentHeight; in setContentHeight() 291 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 | 121 private int mContentHeight; field in FillUi 174 mContentHeight = outPoint.y / 2; in FillUi() 177 + mContentWidth + "," + mContentHeight); in FillUi() 252 mContentHeight = content.getMeasuredHeight(); in FillUi() 400 mCallback.requestShowFillUi(mContentWidth, mContentHeight, mWindowPresenter); in requestShowFillUi() 495 if (mContentHeight != 0) { in updateContentSize() 496 mContentHeight = 0; in updateContentSize() 506 mContentHeight = 0; in updateContentSize() 551 final int newContentHeight = mContentHeight + clampedMeasuredHeight; in updateHeight() 552 if (newContentHeight != mContentHeight) { in updateHeight() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 84 private int mContentHeight; field in AmbientState 453 Math.min(mLayoutHeight, mContentHeight) - mTopPadding); in getInnerHeight() 503 mContentHeight = contentHeight; in setContentHeight() 507 return mContentHeight; in getContentHeight() 763 pw.println("mContentHeight=" + mContentHeight); in dump()
|
D | NotificationStackScrollLayout.java | 205 private int mContentHeight; field in NotificationStackScrollLayout 844 y = (int) mAmbientState.getStackY() + mContentHeight; in onDrawDebug() 1479 int stackStartPosition = mContentHeight - mTopPadding + mIntrinsicPadding; 2313 int contentHeight = mContentHeight; 2437 mContentHeight = (int) (height + Math.max(mIntrinsicPadding, mTopPadding) + mBottomPadding); 2441 mAmbientState.setContentHeight(mContentHeight); 4134 contentHeight = Math.max(mSplitShadeMinContentHeight, mContentHeight); in getEmptyBottomMargin() 4136 contentHeight = mContentHeight; in getEmptyBottomMargin() 5273 println(pw, "contentHeight", mContentHeight); in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationTemplateViewWrapper.java | 67 private int mContentHeight; field in NotificationTemplateViewWrapper 313 mContentHeight = contentHeight; in setContentHeight() 330 int constrainedContentHeight = Math.max(mContentHeight, mMinHeightHint); in updateActionOffset()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 122 private int mContentHeight; field in NotificationContentView 580 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight() 732 int progress = Math.abs(mContentHeight - startHeight); in calculateTransformationAmount() 738 + "\n mContentHeight: " + mContentHeight); in calculateTransformationAmount() 746 return mContentHeight; in getContentHeight() 1070 height = mContentHeight; in calculateVisibleType() 1081 int viewHeight = mContentHeight; in calculateVisibleType() 1084 viewHeight = Math.min(mContentHeight, intrinsicHeight); in calculateVisibleType() 2053 pw.print(", contentHeight: " + mContentHeight);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 68218 Landroid/widget/Magnifier$InternalPopupWindow;->mContentHeight:I 86629 Lcom/android/internal/widget/ScrollingTabContainerView;->mContentHeight:I
|