Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DSplitBounds.java68 float totalHeight = rightBottomBounds.bottom - leftTopBounds.top; in SplitBounds() local
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/grid/
H A DGrids.kt168 var totalHeight = totalVerticalSpacingBetweenChildren regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java82 int totalHeight; in onMeasure() local
179 Math.max(getSuggestedMinimumHeight(), totalHeight)); in onMeasure() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DBiometricPromptLayout.java99 int totalHeight = 0; in onMeasureInternal() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java82 int totalHeight = 0; in onMeasure() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadKey.java202 int totalHeight = digitHeight + klondikeHeight; in onLayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java116 int totalHeight = 0; in onMeasureInternalPortrait() local
H A DAuthBiometricView.java864 int totalHeight = 0; in onMeasureInternal() local
/aosp14/frameworks/base/core/java/android/widget/
H A DTabWidget.java171 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
H A DTableRow.java193 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
H A DTableLayout.java455 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
H A DLinearLayout.java1607 int totalHeight) { in measureChildBeforeLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1425 float totalHeight = Math.max(maxQsHeight, mBarState == KEYGUARD ? stackScrollerPadding : 0) in calculatePanelHeightExpanded() local