/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ListPopupWindow.java | 650 final int widthSpec; in show() local 654 widthSpec = -1; in show() 656 widthSpec = getAnchorView().getWidth(); in show() 658 widthSpec = mDropDownWidth; in show() 684 mDropDownVerticalOffset, (widthSpec < 0)? -1 : widthSpec, in show() 688 final int widthSpec; in show() 690 widthSpec = ViewGroup.LayoutParams.MATCH_PARENT; in show() 693 widthSpec = getAnchorView().getWidth(); in show() 695 widthSpec = mDropDownWidth; in show() 710 mPopup.setWidth(widthSpec); in show() [all …]
|
H A D | GridLayout.java | 1045 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins() argument 1051 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, lp.height); in measureChildrenWithMargins() 1062 measureChildWithMargins2(c, widthSpec, heightSpec, viewSize, lp.height); in measureChildrenWithMargins() 1064 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, viewSize); in measureChildrenWithMargins() 1077 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 1087 int widthSpecSansPadding = adjust( widthSpec, -hPadding); in onMeasure() 1110 resolveSizeAndState(measuredWidth, widthSpec, 0), in onMeasure()
|
H A D | PopupWindow.java | 1170 public void setWindowLayoutMode(int widthSpec, int heightSpec) { in setWindowLayoutMode() argument 1171 mWidthMode = widthSpec; in setWindowLayoutMode()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | BottomSheetLayout.java | 50 public void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 52 super.onMeasure(widthSpec, heightSpec); in onMeasure() 59 super.onMeasure(widthSpec, heightSpec); in onMeasure()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityViewFlipper.java | 102 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 103 final int widthMode = MeasureSpec.getMode(widthSpec); in onMeasure() 106 Log.w(TAG, "onMeasure: widthSpec " + MeasureSpec.toString(widthSpec) + in onMeasure() 114 final int widthSize = MeasureSpec.getSize(widthSpec); in onMeasure()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | UniqueObjectHostView.kt | 46 val widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.getMode(widthMeasureSpec)) regex 49 val measurementInput = MeasurementInput(widthSpec, heightSpec)
|
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
H A D | HierarchicalMove.java | 100 int widthSpec = wide ? LayoutParams.WRAP_CONTENT : LayoutParams.MATCH_PARENT; in sendMessage() local 101 LayoutParams params = new LayoutParams(widthSpec, LayoutParams.WRAP_CONTENT); in sendMessage()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsPopupMenu.java | 98 int widthSpec = MeasureSpec.makeMeasureSpec( in show() local 103 child.measure(widthSpec, MeasureSpec.UNSPECIFIED); in show()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | NotificationShadeActivity.java | 131 int widthSpec = MeasureSpec.makeMeasureSpec(getWidth(), MeasureSpec.AT_MOST); in updateState() local 133 child.measure(widthSpec, heightSpec); in updateState()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuEduTooltipView.java | 160 final int widthSpec = MeasureSpec.makeMeasureSpec( in updateLocationWith() local 163 mMessageView.measure(widthSpec, heightSpec); in updateLocationWith()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | TransitionUtils.java | 107 int widthSpec = View.MeasureSpec.makeMeasureSpec(right - left, View.MeasureSpec.EXACTLY); in copyViewImage() local 109 copy.measure(widthSpec, heightSpec); in copyViewImage()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | SubtitleView.java | 221 final int widthSpec = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local 223 if (computeMeasurements(widthSpec)) { in onMeasure()
|
H A D | ResolverDrawerLayout.java | 981 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY); 997 measureChildWithMargins(child, widthSpec, 0, 1001 measureChildWithMargins(child, widthSpec, 0, heightSpec, heightUsed); 1017 measureChildWithMargins(child, widthSpec, 0, 1021 measureChildWithMargins(child, widthSpec, 0, heightSpec, heightUsed);
|
H A D | GridLayoutManager.java | 742 private void measureChildWithDecorationsAndMargin(View child, int widthSpec, int heightSpec, in measureChildWithDecorationsAndMargin() argument 747 measure = shouldReMeasureChild(child, widthSpec, heightSpec, lp); in measureChildWithDecorationsAndMargin() 749 measure = shouldMeasureChild(child, widthSpec, heightSpec, lp); in measureChildWithDecorationsAndMargin() 752 child.measure(widthSpec, heightSpec); in measureChildWithDecorationsAndMargin()
|
H A D | RecyclerView.java | 3072 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument 3074 defaultOnMeasure(widthSpec, heightSpec); in onMeasure() 3078 final int widthMode = MeasureSpec.getMode(widthSpec); in onMeasure() 3082 mLayout.onMeasure(mRecycler, mState, widthSpec, heightSpec); in onMeasure() 3091 mLayout.setMeasureSpecs(widthSpec, heightSpec); in onMeasure() 3147 void defaultOnMeasure(int widthSpec, int heightSpec) { in defaultOnMeasure() argument 3150 final int width = LayoutManager.chooseSize(widthSpec, in defaultOnMeasure() 7048 mRecyclerView.defaultOnMeasure(widthSpec, heightSpec); in setMeasuredDimensionFromChildren() 8503 child.measure(widthSpec, heightSpec); in measureChild() 8605 child.measure(widthSpec, heightSpec); in measureChildWithMargins() [all …]
|
H A D | ViewPager.java | 1422 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, widthMode); 1424 child.measure(widthSpec, heightSpec); 1453 final int widthSpec = MeasureSpec.makeMeasureSpec( 1455 child.measure(widthSpec, mChildHeightMeasureSpec); 1589 final int widthSpec = MeasureSpec.makeMeasureSpec( 1595 child.measure(widthSpec, heightSpec);
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityTransitionCoordinator.java | 560 int widthSpec = View.MeasureSpec.makeMeasureSpec(width, View.MeasureSpec.EXACTLY); in setSharedElementState() local 562 view.measure(widthSpec, heightSpec); in setSharedElementState() 722 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth, in setOriginalSharedElementState() local 726 view.measure(widthSpec, heightSpec); in setOriginalSharedElementState()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | TtmlRenderer.java | 710 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in setSize() local 713 measure(widthSpec, heightSpec); in setSize()
|
H A D | ClosedCaptionRenderer.java | 178 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in setSize() local 181 measure(widthSpec, heightSpec); in setSize()
|
H A D | WebVttRenderer.java | 1176 final int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY); in setSize() local 1179 measure(widthSpec, heightSpec); in setSize()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflater.java | 653 int widthSpec = View.MeasureSpec.makeMeasureSpec(referenceWidth, View.MeasureSpec.EXACTLY); in satisfiesMinHeightRequirement() local 654 view.measure(widthSpec, heightSpec); in satisfiesMinHeightRequirement()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaCarouselController.kt | 1079 val widthSpec = desiredHostState?.measurementInput?.widthMeasureSpec ?: 0 regex 1081 mediaCarousel.measure(widthSpec, heightSpec)
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 476 int widthSpec = MeasureSpec.makeMeasureSpec(v.getWidth(), MeasureSpec.EXACTLY); in collapseParentView() local 478 v.measure(widthSpec, heightSpec); in collapseParentView() 3984 int widthSpec = MeasureSpec.makeMeasureSpec(child.getWidth(), 3988 child.measure(widthSpec, heightSpec);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |