Searched refs:isAssertNull (Results 1 – 1 of 1) sorted by relevance
350 private void verifyTopDotViewsNullable(final boolean isAssertNull) { in verifyTopDotViewsNullable() argument353 if (isAssertNull) { in verifyTopDotViewsNullable()362 private void verifyBottomDotViewsNullable(final boolean isAssertNull) { in verifyBottomDotViewsNullable() argument365 if (isAssertNull) { in verifyBottomDotViewsNullable()374 private void verifyDotViewsNullable(final boolean isAssertNull) { in verifyDotViewsNullable() argument375 verifyTopDotViewsNullable(isAssertNull); in verifyDotViewsNullable()376 verifyBottomDotViewsNullable(isAssertNull); in verifyDotViewsNullable()