Searched refs:totalHeight (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PseudoGridView.java | 76 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/ |
D | NumPadKey.java | 142 int totalHeight = digitHeight + klondikeHeight; in onLayout() local 143 int top = getHeight() / 2 - totalHeight / 2; in onLayout()
|
/frameworks/base/core/java/android/widget/ |
D | TableRow.java | 193 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout() argument 221 lp .bottomMargin + totalHeight, lp.height); in measureChildBeforeLayout() 248 totalWidth, heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
|
D | TabWidget.java | 157 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout() argument 166 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
|
D | TableLayout.java | 457 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout() argument 465 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
|
D | LinearLayout.java | 1435 int totalHeight) { in measureChildBeforeLayout() argument 1437 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 912 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/ |
D | NotificationPanelView.java | 1411 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/ |
D | LinearLayoutCompat.java | 1372 int totalHeight) { in measureChildBeforeLayout() argument 1374 heightMeasureSpec, totalHeight); in measureChildBeforeLayout()
|