/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A 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()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A 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() 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() 1168 mContentWidth, mContentHeight); in createRenderNodeForBitmap() 1184 mOffsetX + mContentWidth, mOffsetY + mContentHeight); in createRenderNodeForOverlay() [all …]
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A 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()
|
H A D | AbsActionBarView.java | 54 protected int mContentHeight; field in AbsActionBarView 173 mContentHeight = height; in setContentHeight() 178 return mContentHeight; in getContentHeight()
|
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | FillUi.java | 118 private int mContentHeight; field in FillUi 171 mContentHeight = outPoint.y / 2; in FillUi() 174 + mContentWidth + "," + mContentHeight); in FillUi() 249 mContentHeight = content.getMeasuredHeight(); in FillUi() 492 if (mContentHeight != 0) { in updateContentSize() 493 mContentHeight = 0; in updateContentSize() 503 mContentHeight = 0; in updateContentSize() 548 final int newContentHeight = mContentHeight + clampedMeasuredHeight; in updateHeight() 549 if (newContentHeight != mContentHeight) { in updateHeight() 550 mContentHeight = newContentHeight; in updateHeight() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | AmbientState.java | 66 private int mContentHeight; field in AmbientState 359 Math.min(mLayoutHeight, mContentHeight) - mTopPadding); in getInnerHeight() 409 mContentHeight = contentHeight; in setContentHeight() 413 return mContentHeight; in getContentHeight()
|
H A D | NotificationStackScrollLayout.java | 196 private int mContentHeight; field in NotificationStackScrollLayout 1335 int stackStartPosition = mContentHeight - mTopPadding + mIntrinsicPadding; 2102 int contentHeight = mContentHeight; 2259 mContentHeight = height + Math.max(mIntrinsicPadding, mTopPadding) + mBottomMargin; 2263 mAmbientState.setContentHeight(mContentHeight); 3905 return Math.max(mMaxLayoutHeight - mContentHeight, 0); in getEmptyBottomMargin()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationTemplateViewWrapper.java | 67 private int mContentHeight; field in NotificationTemplateViewWrapper 313 mContentHeight = contentHeight; in setContentHeight() 330 int constrainedContentHeight = Math.max(mContentHeight, mMinHeightHint); in updateActionOffset()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 116 private int mContentHeight; field in NotificationContentView 539 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight); in setContentHeight() 684 int progress = Math.abs(mContentHeight - startHeight); in calculateTransformationAmount() 690 + "\n mContentHeight: " + mContentHeight); in calculateTransformationAmount() 698 return mContentHeight; in getContentHeight() 1020 height = mContentHeight; in calculateVisibleType() 1031 int viewHeight = mContentHeight; in calculateVisibleType() 1034 viewHeight = Math.min(mContentHeight, intrinsicHeight); in calculateVisibleType() 1946 pw.print(", contentHeight: " + mContentHeight); in dump()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 71541 Landroid/widget/Magnifier$InternalPopupWindow;->mContentHeight:I 89952 Lcom/android/internal/widget/ScrollingTabContainerView;->mContentHeight:I
|