Home
last modified time | relevance | path

Searched defs:widthMeasureSpec (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()
101 getDefaultSize2(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() local
/aosp14/frameworks/base/core/java/android/widget/
H A DSpace.java95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
97 getDefaultSize2(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() local
H A DTableLayout.java435 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
454 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
470 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
483 private void findLargestCells(int widthMeasureSpec, int heightMeasureSpec) { in findLargestCells()
552 private void shrinkAndStretchColumns(int widthMeasureSpec) { in shrinkAndStretchColumns()
H A DTableRow.java112 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
192 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
288 int[] getColumnsWidths(int widthMeasureSpec, int heightMeasureSpec) { in getColumnsWidths()
/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 DNotificationActionListLayout.java127 private int measureAndGetUsedWidth(int widthMeasureSpec, int heightMeasureSpec, int innerWidth, in measureAndGetUsedWidth()
208 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
219 setMeasuredDimension(resolveSize(getSuggestedMinimumWidth(), widthMeasureSpec), 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()
H A DAlertDialogLayout.java70 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
77 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaViewControllerTest.kt135 val widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY) regex
156 val widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY) regex
/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/core/tests/coretests/src/com/android/internal/widget/
H A DImageFloatingTextViewTest.java120 int widthMeasureSpec = MeasureSpec.makeMeasureSpec(500, MeasureSpec.EXACTLY); in parametrizedTest() local
/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/packages/PackageInstaller/src/com/android/packageinstaller/
H A DDialogTitle.java50 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DAlertDialogLayout.java69 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
76 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverViewPager.java54 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DLabelView.java120 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()

123456