Searched refs:combineMeasuredStates (Results 1 – 19 of 19) sorted by relevance
121 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()
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()
83 childState = combineMeasuredStates(childState, state); in onMeasure()
440 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState());450 childState = combineMeasuredStates(childState, mActionBarBottom.getMeasuredState());540 childState = combineMeasuredStates(childState, mContent.getMeasuredState());
180 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
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()
74 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
930 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()
200 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
1105 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
1299 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
102 childState = combineMeasuredStates(childState, child.getMeasuredState()); in onMeasure()
259 measuredChildState = combineMeasuredStates(measuredChildState, in onMeasure()
28248 public static int combineMeasuredStates(int curState, int newState) { in combineMeasuredStates() method
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17028 HSPLandroid/view/View;->combineMeasuredStates(II)I
33308 method public static int combineMeasuredStates(int, int);
17092 HSPLandroid/view/View;->combineMeasuredStates(II)I
52531 method public static int combineMeasuredStates(int, int);