Home
last modified time | relevance | path

Searched refs:getMeasuredWidthAndState (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DButtonBarLayout.java92 final int measuredWidth = getMeasuredWidthAndState(); in onMeasure()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DButtonBarLayout.java94 final int measuredWidth = getMeasuredWidthAndState(); in onMeasure()
H A DDialogViewAnimator.java73 state |= child.getMeasuredWidthAndState() & MEASURED_STATE_MASK; in onMeasure()
/aosp14/frameworks/base/core/java/android/widget/
H A DDayPickerView.java192 final int measuredWidthAndState = viewPager.getMeasuredWidthAndState();
H A DSwitch.java1046 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java313 assertEquals(500, mView.getMeasuredWidthAndState()); in testMeasure_empty()
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2918 if ((host.getMeasuredWidthAndState()&View.MEASURED_STATE_TOO_SMALL) == 0) { in measureHierarchy()
2929 if ((host.getMeasuredWidthAndState()&View.MEASURED_STATE_TOO_SMALL) == 0) { in measureHierarchy()
H A DView.java17903 public final int getMeasuredWidthAndState() { in getMeasuredWidthAndState() method in View
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17453 HSPLandroid/view/View;->getMeasuredWidthAndState()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17517 HSPLandroid/view/View;->getMeasuredWidthAndState()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52190 method public final int getMeasuredWidthAndState();