Home
last modified time | relevance | path

Searched refs:getMeasuredState (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java122 childState = combineMeasuredStates(childState, topPanel.getMeasuredState()); in tryOnMeasure()
133 childState = combineMeasuredStates(childState, buttonPanel.getMeasuredState()); in tryOnMeasure()
150 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()
172 childState = combineMeasuredStates(childState, buttonPanel.getMeasuredState()); in tryOnMeasure()
192 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()
H A DActionBarOverlayLayout.java389 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState());
399 childState = combineMeasuredStates(childState, mActionBarBottom.getMeasuredState());
469 childState = combineMeasuredStates(childState, mContent.getMeasuredState());
H A DWatchListDecorLayout.java180 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertDialogLayout.java121 childState = combineMeasuredStates(childState, topPanel.getMeasuredState()); in tryOnMeasure()
132 childState = combineMeasuredStates(childState, buttonPanel.getMeasuredState()); in tryOnMeasure()
149 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()
171 childState = combineMeasuredStates(childState, buttonPanel.getMeasuredState()); in tryOnMeasure()
191 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()
/aosp14/frameworks/base/core/java/android/widget/
H A DToolbar.java1717 childState = combineMeasuredStates(childState, mNavButtonView.getMeasuredState()); in onMeasure()
1727 childState = combineMeasuredStates(childState, mCollapseButtonView.getMeasuredState()); in onMeasure()
1741 childState = combineMeasuredStates(childState, mMenuView.getMeasuredState()); in onMeasure()
1753 childState = combineMeasuredStates(childState, mExpandedActionView.getMeasuredState()); in onMeasure()
1761 childState = combineMeasuredStates(childState, mLogoView.getMeasuredState()); in onMeasure()
1776 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
1789 childState = combineMeasuredStates(childState, mTitleTextView.getMeasuredState()); in onMeasure()
1798 childState = combineMeasuredStates(childState, mSubtitleTextView.getMeasuredState()); in onMeasure()
H A DDayPickerViewPager.java74 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
H A DLinearLayout.java930 childState = combineMeasuredStates(childState, child.getMeasuredState()); in measureVertical()
1034 childState = combineMeasuredStates(childState, child.getMeasuredState() in measureVertical()
1277 childState = combineMeasuredStates(childState, child.getMeasuredState()); in measureHorizontal()
1439 child.getMeasuredState() & MEASURED_STATE_MASK); in measureHorizontal()
H A DFrameLayout.java200 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
H A DGridView.java1105 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
H A DListView.java1299 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java102 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java260 child.getMeasuredState()); in onMeasure()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvView.java857 int childState = mSurfaceView.getMeasuredState(); in onMeasure()
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppView.java254 int childState = mSurfaceView.getMeasuredState(); in onMeasure()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java17942 public final int getMeasuredState() { in getMeasuredState() 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.txt17451 HSPLandroid/view/View;->getMeasuredState()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17515 HSPLandroid/view/View;->getMeasuredState()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52188 method public final int getMeasuredState();