Home
last modified time | relevance | path

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

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