Home
last modified time | relevance | path

Searched refs:isUnlimitedHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseWrapContentTest.java130 if (mWrapContentConfig.isUnlimitedHeight()) { in testScenerio()
332 if (mWrapContentConfig.isUnlimitedHeight() && in assertSame()
348 if (mWrapContentConfig.isUnlimitedHeight() || mWrapContentConfig.isUnlimitedWidth()) { in assertSame()
568 public boolean isUnlimitedHeight() { in isUnlimitedHeight() method in BaseWrapContentTest.WrapContentConfig
DLinearLayoutManagerWrapContentWithAspectRatioTest.java115 if (mWrapContentConfig.isUnlimitedHeight()) { in wrapContentAffectsOtherOrientation()