Searched refs:measureAndLayout (Results 1 – 2 of 2) sorted by relevance
70 measureAndLayout(dpToPxSize(200), dpToPxSize(100)); in testExclusionForThumb_limitedTo48dp()91 measureAndLayout(dpToPxSize(200), dpToPxSize(32)); in testExclusionForThumb_limitedToHeight()111 measureAndLayout(dpToPxSize(200), dpToPxSize(32)); in testExclusionForThumb_passesThroughUserExclusions()161 private void measureAndLayout(int wPx, int hPx) { in measureAndLayout() method in AbsSeekBarTest
192 measureAndLayout(row); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()215 measureAndLayout(group); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()242 measureAndLayout(publicRow); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()263 private void measureAndLayout(ExpandableNotificationRow row) { in measureAndLayout() method in ExpandableNotificationRowTest