Home
last modified time | relevance | path

Searched refs:mContentHeight (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java59 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/
DMagnifier.java933 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/
DActionBarContextView.java84 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()
DAbsActionBarView.java54 protected int mContentHeight; field in AbsActionBarView
173 mContentHeight = height; in setContentHeight()
178 return mContentHeight; in getContentHeight()
DScrollingTabContainerView.java62 private int mContentHeight; field in ScrollingTabContainerView
105 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure()
194 mContentHeight = contentHeight; in setContentHeight()
291 mContentHeight)); in createTabView()
DActionBarView.java217 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/
DFillUi.java121 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/
DAmbientState.java84 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()
DNotificationStackScrollLayout.java205 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/
DNotificationTemplateViewWrapper.java67 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/
DNotificationContentView.java122 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/
Dhiddenapi-max-target-o.txt68218 Landroid/widget/Magnifier$InternalPopupWindow;->mContentHeight:I
86629 Lcom/android/internal/widget/ScrollingTabContainerView;->mContentHeight:I