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