Home
last modified time | relevance | path

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

/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()
DActionBarOverlayLayout.java389 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState());
399 childState = combineMeasuredStates(childState, mActionBarBottom.getMeasuredState());
469 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.java894 childState = combineMeasuredStates(childState, child.getMeasuredState()); in measureVertical()
998 childState = combineMeasuredStates(childState, child.getMeasuredState() in measureVertical()
1241 childState = combineMeasuredStates(childState, child.getMeasuredState()); in measureHorizontal()
1387 child.getMeasuredState() & MEASURED_STATE_MASK); in measureHorizontal()
DFrameLayout.java200 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
DGridView.java1104 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
DListView.java1301 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.java260 child.getMeasuredState()); in onMeasure()
/frameworks/base/media/java/android/media/tv/
DTvView.java722 int childState = mSurfaceView.getMeasuredState(); in onMeasure()
/frameworks/base/core/java/android/view/
DView.java16157 public final int getMeasuredState() { in getMeasuredState() method in View
/frameworks/base/config/
Dboot-image-profile.txt16893 HSPLandroid/view/View;->getMeasuredState()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33421 method public final int getMeasuredState();
/frameworks/base/non-updatable-api/
Dcurrent.txt51603 method public final int getMeasuredState();
/frameworks/base/api/
Dcurrent.txt51747 method public final int getMeasuredState();