Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DClockPlugin.java80 int getPreferredY(int totalHeight); in getPreferredY()
/aosp12/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DDefaultClockController.java148 public int getPreferredY(int totalHeight) { in getPreferredY()
H A DAnalogClockController.java162 public int getPreferredY(int totalHeight) { in getPreferredY()
H A DBubbleClockController.java162 public int getPreferredY(int totalHeight) { in getPreferredY()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsRecommendationTableLayout.java141 float totalHeight = mWidgetsRecommendationTableVerticalPadding; in fitRecommendedWidgetsToTableSpace() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadKey.java194 int totalHeight = digitHeight + klondikeHeight; in onLayout() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java82 int totalHeight = 0; in onMeasure() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java95 int totalHeight = 0; in onMeasureInternalPortrait() local
H A DAuthBiometricView.java793 int totalHeight = 0; in onMeasureInternal() local
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java989 final int totalHeight = mRootView.getMeasuredHeight(); in runEnterAnimation() local
1086 final int totalHeight = mRootView.getMeasuredHeight(); in runExitAnimation() local
/aosp12/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.java1551 int totalHeight) { in measureChildBeforeLayout()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java1061 int totalHeight) { in measureChildBeforeLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java2926 float totalHeight = Math.max(maxQsHeight, in calculatePanelHeightQsExpanded() local