Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java82 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()
DAbsActionBarView.java53 protected int mContentHeight; field in AbsActionBarView
172 mContentHeight = height; in setContentHeight()
177 return mContentHeight; in getContentHeight()
DScrollingTabContainerView.java60 private int mContentHeight; field in ScrollingTabContainerView
102 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure()
189 mContentHeight = contentHeight; in setContentHeight()
284 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/core/java/android/widget/
DMagnifier.java436 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/
DFillUi.java119 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/
DActionBarContextView.java76 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()
DAbsActionBarView.java44 protected int mContentHeight; field in AbsActionBarView
139 mContentHeight = height; in setContentHeight()
144 return mContentHeight; in getContentHeight()
DScrollingTabContainerView.java71 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/
DNotificationTemplateViewWrapper.java57 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/
DNotificationContentView.java92 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/
DNotificationStackScrollLayout.java167 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);