Home
last modified time | relevance | path

Searched defs:heightMeasureSpec (Results 1 – 25 of 136) sorted by relevance

123456

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGradientsActivity.java105 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
130 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
155 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
179 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DTextPathActivity.java52 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DResizingSpace.java99 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
102 getDefaultSize2(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
/aosp14/frameworks/base/core/java/android/widget/
H A DSpace.java95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
98 getDefaultSize2(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
H A DTableLayout.java435 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
455 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
470 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
483 private void findLargestCells(int widthMeasureSpec, int heightMeasureSpec) { in findLargestCells()
H A DTableRow.java112 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
193 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
288 int[] getColumnsWidths(int widthMeasureSpec, int heightMeasureSpec) { in getColumnsWidths()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java147 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
151 heightMeasureSpec))); in onMeasure() local
H A DImageFloatingTextViewTest.java119 int heightMeasureSpec = MeasureSpec.makeMeasureSpec(500, MeasureSpec.AT_MOST); in parametrizedTest() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DWeightedLinearLayout.java57 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DWatchListDecorLayout.java112 private void applyMeasureToChild(View child, int widthMeasureSpec, int heightMeasureSpec) { in applyMeasureToChild()
146 private int measureAndGetHeight(View child, int widthMeasureSpec, int heightMeasureSpec) { in measureAndGetHeight()
159 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DAlertDialogLayout.java70 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
77 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure()
225 private void forceUniformWidth(int count, int heightMeasureSpec) { in forceUniformWidth()
H A DNotificationActionListLayout.java127 private int measureAndGetUsedWidth(int widthMeasureSpec, int heightMeasureSpec, int innerWidth, in measureAndGetUsedWidth()
208 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
220 resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
H A DNotificationVanishingFrameLayout.java51 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DDialogTitle.java51 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DDialogViewAnimator.java42 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DPreferenceImageView.java49 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DNotificationMaxHeightFrameLayout.java61 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DRemeasuringLinearLayout.java56 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaViewControllerTest.kt136 val heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY) regex
157 val heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY) regex
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertDialogLayout.java69 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
76 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure()
224 private void forceUniformWidth(int count, int heightMeasureSpec) { in forceUniformWidth()
H A DDialogTitle.java50 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutAppItemLayout.java45 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/aosp14/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
H A DEmbeddedWindowService.java66 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenRadioLayout.java39 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverViewPager.java54 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()

123456