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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java82 mContentHeight = a.getLayoutDimension(
125 layoutParams.height = mContentHeight;
138 mContentHeight = height;
239 layoutParams.height = mContentHeight;
316 int maxHeight = mContentHeight > 0 ?
317 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
365 if (mContentHeight <= 0) {
H A DAbsActionBarView.java53 protected int mContentHeight; field in class:AbsActionBarView
172 mContentHeight = height;
177 return mContentHeight;
H A DScrollingTabContainerView.java60 private int mContentHeight; field in class:ScrollingTabContainerView
102 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
189 mContentHeight = contentHeight;
284 mContentHeight));
H A DActionBarView.java217 mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
916 int maxHeight = mContentHeight >= 0 ?
917 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
1029 if (mContentHeight <= 0) {
1063 MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY), 0);
1068 if (mContentHeight <= 0) {
/frameworks/base/core/java/android/widget/
H A DMagnifier.java436 private final int mContentHeight; field in class:Magnifier.InternalPopupWindow
492 mContentHeight = height;
497 mSurfaceHeight = mContentHeight + 2 * mOffsetY;
542 mOffsetX + mContentWidth, mOffsetY + mContentHeight);
546 outline.setRoundRect(0, 0, mContentWidth, mContentHeight, cornerRadius);
552 final DisplayListCanvas canvas = bitmapRenderNode.start(mContentWidth, mContentHeight);
635 mBitmapRenderNode.start(mContentWidth, mContentHeight);
640 final Rect dstRect = new Rect(0, 0, mContentWidth, mContentHeight);
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java119 private int mContentHeight; field in class:FillUi
166 mContentHeight = outPoint.y / 2;
169 + mContentWidth + "," + mContentHeight);
248 mContentHeight = content.getMeasuredHeight();
360 mCallback.requestShowFillUi(mContentWidth, mContentHeight, mWindowPresenter);
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/
H A DAbsActionBarView.java44 protected int mContentHeight; field in class:AbsActionBarView
139 mContentHeight = height;
144 return mContentHeight;
H A DActionBarContextView.java76 mContentHeight = a.getLayoutDimension(
97 mContentHeight = height;
257 int maxHeight = mContentHeight > 0 ?
258 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
305 if (mContentHeight <= 0) {
H A DScrollingTabContainerView.java71 private int mContentHeight; field in class:ScrollingTabContainerView
114 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
199 mContentHeight = contentHeight;
297 mContentHeight));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationTemplateViewWrapper.java57 private int mContentHeight; field in class:NotificationTemplateViewWrapper
308 mContentHeight = contentHeight;
325 int constrainedContentHeight = Math.max(mContentHeight, mMinHeightHint);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java92 private int mContentHeight; field in class:NotificationContentView
572 mContentHeight = Math.min(mUnrestrictedContentHeight, maxContentHeight);
707 int progress = Math.abs(mContentHeight - startHeight);
713 + "\n mContentHeight: " + mContentHeight);
721 return mContentHeight;
1054 height = mContentHeight;
1065 int viewHeight = mContentHeight;
1068 viewHeight = Math.min(mContentHeight, intrinsicHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java167 private int mContentHeight; field in class:NotificationStackScrollLayout
898 int stackStartPosition = mContentHeight - mTopPadding + mIntrinsicPadding;
2150 return mContentHeight;
2216 mContentHeight = height + mTopPadding + mBottomMargin;
2219 mAmbientState.setLayoutMaxHeight(mContentHeight);
3598 return Math.max(mMaxLayoutHeight - mContentHeight, 0);

Completed in 464 milliseconds