Home
last modified time | relevance | path

Searched refs:totalHeight (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java76 int totalHeight = 0; in onMeasure() local
95 totalHeight += maxHeight; in onMeasure()
97 totalHeight += mVerticalSpacing; in onMeasure()
101 setMeasuredDimension(width, getDefaultSize(totalHeight, heightMeasureSpec)); in onMeasure()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DNumPadKey.java142 int totalHeight = digitHeight + klondikeHeight; in onLayout() local
143 int top = getHeight() / 2 - totalHeight / 2; in onLayout()
/frameworks/base/core/java/android/widget/
DTableRow.java193 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout() argument
221 lp .bottomMargin + totalHeight, lp.height); in measureChildBeforeLayout()
248 totalWidth, heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
DTabWidget.java157 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout() argument
166 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
DTableLayout.java457 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout() argument
465 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
DLinearLayout.java1435 int totalHeight) { in measureChildBeforeLayout() argument
1437 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java912 final int totalHeight = mRootView.getMeasuredHeight(); in runEnterAnimation() local
924 final float scaleY = (float) mAnimationStartHeight / totalHeight; in runEnterAnimation()
930 totalHeight, scale); in runEnterAnimation()
999 final int totalHeight = mRootView.getMeasuredHeight(); in runExitAnimation() local
1006 final float scaleY = (float) mAnimationStartHeight / totalHeight; in runExitAnimation()
1012 totalHeight, scale); in runExitAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1411 float totalHeight = Math.max( in calculatePanelHeightQsExpanded() local
1417 if (totalHeight > mNotificationStackScroller.getHeight()) { in calculatePanelHeightQsExpanded()
1422 totalHeight = Math.max(fullyCollapsedHeight, mNotificationStackScroller.getHeight()); in calculatePanelHeightQsExpanded()
1424 return (int) totalHeight; in calculatePanelHeightQsExpanded()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java1372 int totalHeight) { in measureChildBeforeLayout() argument
1374 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()