/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/ |
D | GradientColorWallpaper.kt | 80 val totalHeight = destRectF.height() + (offsetPx * 2) in drawFrameInternal() constant
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/grid/ |
D | Grids.kt | 170 var totalHeight = totalVerticalSpacingBetweenChildren in Grid() variable
|
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/split/ |
D | SplitBounds.java | 74 float totalHeight = rightBottomBounds.bottom - leftTopBounds.top; in SplitBounds() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingLinearLayout.java | 92 int totalHeight; in onMeasure() local 193 Math.max(getSuggestedMinimumHeight(), totalHeight)); in onMeasure() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PseudoGridView.java | 82 int totalHeight = 0; in onMeasure() local
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | NumPadKey.java | 210 int totalHeight = digitHeight + klondikeHeight; in onLayout() local
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalContainer.kt | 431 val totalHeight = size.height + 2 * offsetPx in animatedRadialGradientBackground() constant
|
/frameworks/base/core/java/android/widget/ |
D | TabWidget.java | 175 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
|
D | TableRow.java | 193 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
|
D | TableLayout.java | 455 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
|
D | LinearLayout.java | 1607 int totalHeight) { in measureChildBeforeLayout()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 989 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/ |
D | PlatformSlider.kt | 403 val totalHeight: Float = 0f, constant in com.android.compose.DrawingState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/ |
D | EditTile.kt | 524 val totalHeight by in CurrentTilesGrid() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 1455 float totalHeight = Math.max(maxQsHeight, mBarState == KEYGUARD ? stackScrollerPadding : 0) in calculatePanelHeightExpanded() local
|