Home
last modified time | relevance | path

Searched defs:totalHeight (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java113 int totalHeight = mPaddingTop + mPaddingBottom; in onMeasure() local
182 resolveSize(Math.max(getSuggestedMinimumHeight(), totalHeight), in onMeasure() local
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
DThemePreviewLayout.java160 int totalHeight = firstColumnItems * itemHeight + verticalMarginsTotalHeight + in onMeasure() local
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DNumPadKey.java154 int totalHeight = digitHeight + klondikeHeight; in onLayout() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java76 int totalHeight = 0; in onMeasure() local
/frameworks/base/core/java/android/widget/
DTabWidget.java148 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
DTableRow.java192 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
DTableLayout.java454 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
DLinearLayout.java1463 int totalHeight) { in measureChildBeforeLayout()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java989 final int totalHeight = mRootView.getMeasuredHeight(); in runEnterAnimation() local
1086 final int totalHeight = mRootView.getMeasuredHeight(); in runExitAnimation() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java1370 int totalHeight) { in measureChildBeforeLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1486 float totalHeight = Math.max( in calculatePanelHeightQsExpanded() local