Searched refs:getMeasuredState (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | AlertDialogLayout.java | 122 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()
|
D | ActionBarOverlayLayout.java | 389 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState()); 399 childState = combineMeasuredStates(childState, mActionBarBottom.getMeasuredState()); 469 childState = combineMeasuredStates(childState, mContent.getMeasuredState());
|
D | WatchListDecorLayout.java | 180 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | Toolbar.java | 1717 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()
|
D | DayPickerViewPager.java | 74 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
|
D | LinearLayout.java | 894 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()
|
D | FrameLayout.java | 200 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
|
D | GridView.java | 1104 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
|
D | ListView.java | 1301 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PrintOptionsLayout.java | 102 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
|
/frameworks/base/core/java/android/app/ |
D | FragmentBreadCrumbs.java | 260 child.getMeasuredState()); in onMeasure()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvView.java | 722 int childState = mSurfaceView.getMeasuredState(); in onMeasure()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 16157 public final int getMeasuredState() { in getMeasuredState() method in View
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16893 HSPLandroid/view/View;->getMeasuredState()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33421 method public final int getMeasuredState();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 51603 method public final int getMeasuredState();
|
/frameworks/base/api/ |
D | current.txt | 51747 method public final int getMeasuredState();
|