HomeSort by relevance Sort by last modified time
    Searched refs:totalHeight (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/core/java/com/android/internal/widget/
MessagingLinearLayout.java 82 int totalHeight;
89 totalHeight = mPaddingTop + mPaddingBottom;
94 for (int i = count - 1; i >= 0 && totalHeight < targetHeight; i--) {
108 measureChildWithMargins(child, widthMeasureSpec, 0, heightMeasureSpec, totalHeight
112 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin +
123 totalHeight = newHeight;
139 Math.max(getSuggestedMinimumHeight(), totalHeight));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 76 int totalHeight = 0;
95 totalHeight += maxHeight;
97 totalHeight += mVerticalSpacing;
101 setMeasuredDimension(width, resolveSizeAndState(totalHeight, heightMeasureSpec, 0));
  /frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java 160 int totalHeight = firstColumnItems * itemHeight + verticalMarginsTotalHeight +
164 resolveSize(totalHeight, heightMeasureSpec));
  /frameworks/base/core/java/android/widget/
TableRow.java 192 int heightMeasureSpec, int totalHeight) {
220 lp .bottomMargin + totalHeight, lp.height);
247 totalWidth, heightMeasureSpec, totalHeight);
TabWidget.java 153 int heightMeasureSpec, int totalHeight) {
162 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
TableLayout.java 455 int heightMeasureSpec, int totalHeight) {
463 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
LinearLayout.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DonutView.java 175 final float totalHeight = getTextHeight(mTextPaint) + getTextHeight(mBigNumberPaint);
176 final float startY = centerY + totalHeight / 2;
186 canvas.translate(0, (getHeight() - totalHeight) / 2);
MatchParentShrinkingLinearLayout.java     [all...]
  /frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
PageIndicatorView.java 580 int totalHeight;
582 totalHeight = MeasureSpec.getSize(heightMeasureSpec);
588 totalHeight = contentHeight + getPaddingTop() + getPaddingBottom();
592 resolveSizeAndState(totalHeight, heightMeasureSpec, 0));
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
NumPadKey.java 145 int totalHeight = digitHeight + klondikeHeight;
146 int top = getHeight() / 2 - totalHeight / 2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
shmproto.h 99 CARD16 totalHeight B16;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 488 totalHeight = 0;
509 totalHeight += lineHeight;
519 return new Dimension(size.width, totalHeight);
524 private int totalHeight;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
RowView.java 190 int totalHeight = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight();
205 int totalHeightSpec = MeasureSpec.makeMeasureSpec(totalHeight, MeasureSpec.EXACTLY);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 499 int totalHeight = getHeight();
503 totalHeight - bottomPadding,
506 totalHeight,
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
LinearLayoutCompat.java     [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
RecentsView.java     [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/widget/
MediaControlView2Impl.java     [all...]
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/
MediaControlView2.java     [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 

Completed in 1126 milliseconds

1 2