Home
last modified time | relevance | path

Searched defs:heightSpec (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DBottomSheetLayout.java50 public void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DUniqueObjectHostView.kt48 val heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.getMode(heightMeasureSpec)) regex
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DNotificationShadeActivity.java132 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in updateState() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuEduTooltipView.java162 final int heightSpec = MeasureSpec.makeMeasureSpec(/* size= */ 0, UNSPECIFIED); in updateLocationWith() local
/aosp14/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java115 int heightSpec = MeasureSpec.makeMeasureSpec(givenHeight, MeasureSpec.AT_MOST); in onMeasure() local
408 OverflowAdjuster resetForOverflow(int overflow, int heightSpec) { in resetForOverflow()
/aosp14/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java108 int heightSpec = View.MeasureSpec.makeMeasureSpec(bottom - top, View.MeasureSpec.EXACTLY); in copyViewImage() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java102 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/aosp14/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java661 final int heightSpec; in show() local
1229 final int heightSpec = MeasureSpec.UNSPECIFIED; in buildDropDown() local
H A DGridLayout.java1045 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins()
1077 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
H A DPopupWindow.java1170 public void setWindowLayoutMode(int widthSpec, int heightSpec) { in setWindowLayoutMode()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java561 int heightSpec = View.MeasureSpec.makeMeasureSpec(height, View.MeasureSpec.EXACTLY); in setSharedElementState() local
724 int heightSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredHeight, in setOriginalSharedElementState() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java477 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.EXACTLY); in collapseParentView() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselController.kt1080 val heightSpec = desiredHostState?.measurementInput?.heightMeasureSpec ?: 0 regex
/aosp14/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java711 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local
H A DClosedCaptionRenderer.java179 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local
H A DWebVttRenderer.java1177 final int heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY); in setSize() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3072 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
3147 void defaultOnMeasure(int widthSpec, int heightSpec) { in defaultOnMeasure()
7045 void setMeasuredDimensionFromChildren(int widthSpec, int heightSpec) { in setMeasuredDimensionFromChildren()
8499 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChild() local
8513 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild()
8527 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldMeasureChild()
8600 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChildWithMargins() local
9350 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { in onMeasure()
H A DGridLayoutManager.java742 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec, in measureChildWithDecorationsAndMargin()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java275 int heightSpec; in onMeasure() local
H A DNotificationContentInflater.java650 int heightSpec = View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED); in satisfiesMinHeightRequirement() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...