Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
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()
/frameworks/base/core/java/com/android/internal/widget/
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()
DDialogViewAnimator.java83 childState = combineMeasuredStates(childState, state); in onMeasure()
DActionBarOverlayLayout.java440 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState());
450 childState = combineMeasuredStates(childState, mActionBarBottom.getMeasuredState());
540 childState = combineMeasuredStates(childState, mContent.getMeasuredState());
DWatchListDecorLayout.java180 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
/frameworks/base/core/java/android/widget/
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()
DDayPickerViewPager.java74 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
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()
1438 childState = combineMeasuredStates(childState, in measureHorizontal()
DFrameLayout.java200 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
DGridView.java1105 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
DListView.java1299 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java102 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
/frameworks/base/core/java/android/app/
DFragmentBreadCrumbs.java259 measuredChildState = combineMeasuredStates(measuredChildState, in onMeasure()
/frameworks/base/core/java/android/view/
DView.java28248 public static int combineMeasuredStates(int curState, int newState) { in combineMeasuredStates() 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.txt17028 HSPLandroid/view/View;->combineMeasuredStates(II)I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33308 method public static int combineMeasuredStates(int, int);
/frameworks/base/config/
Dboot-image-profile.txt17092 HSPLandroid/view/View;->combineMeasuredStates(II)I
/frameworks/base/core/api/
Dcurrent.txt52531 method public static int combineMeasuredStates(int, int);