Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/grid/
DGrids.kt173 var totalHeight = totalVerticalSpacingBetweenChildren in Grid() variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
DSplitBounds.java74 float totalHeight = rightBottomBounds.bottom - leftTopBounds.top; in SplitBounds() local
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java92 int totalHeight; in onMeasure() local
193 Math.max(getSuggestedMinimumHeight(), totalHeight)); in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
DBiometricPromptLayout.java98 int totalHeight = 0; in onMeasureInternal() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java82 int totalHeight = 0; in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadKey.java200 int totalHeight = digitHeight + klondikeHeight; in onLayout() local
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt340 val totalHeight = size.height + 2 * offsetPx in animatedRadialGradientBackground() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java116 int totalHeight = 0; in onMeasureInternalPortrait() local
/frameworks/base/core/java/android/widget/
DTableRow.java193 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
DTabWidget.java175 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
DTableLayout.java455 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
DLinearLayout.java1607 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/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt403 val totalHeight: Float = 0f, constant in com.android.compose.DrawingState
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1447 float totalHeight = Math.max(maxQsHeight, mBarState == KEYGUARD ? stackScrollerPadding : 0) in calculatePanelHeightExpanded() local