Searched refs:getMeasuredWidthAndState (Results 1 – 13 of 13) sorted by relevance
94 final int measuredWidth = getMeasuredWidthAndState(); in onMeasure()
73 state |= child.getMeasuredWidthAndState() & MEASURED_STATE_MASK; in onMeasure()
92 final int measuredWidth = getMeasuredWidthAndState(); in onMeasure()
192 final int measuredWidthAndState = viewPager.getMeasuredWidthAndState();
1046 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure()
313 assertEquals(500, mView.getMeasuredWidthAndState()); in testMeasure_empty()
3194 if ((host.getMeasuredWidthAndState()&View.MEASURED_STATE_TOO_SMALL) == 0) { in measureHierarchy()3205 if ((host.getMeasuredWidthAndState()&View.MEASURED_STATE_TOO_SMALL) == 0) { in measureHierarchy()
18770 public final int getMeasuredWidthAndState() { in getMeasuredWidthAndState() method
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17172 HSPLandroid/view/View;->getMeasuredWidthAndState()I
33423 method public final int getMeasuredWidthAndState();
17236 HSPLandroid/view/View;->getMeasuredWidthAndState()I
52699 method public final int getMeasuredWidthAndState();