Searched refs:hasActions (Results 1 – 5 of 5) sorted by relevance
119 if (parent.hasActions()) { in canHandleAnimator()
848 boolean hasActions() { in hasActions() method in ViewPropertyAnimator
1308 boolean hasActions = false; in getCurrentContentInsetEnd()1311 hasActions = mb != null && mb.hasVisibleItems(); in getCurrentContentInsetEnd()1313 return hasActions in getCurrentContentInsetEnd()
1313 boolean hasActions = false; in getCurrentContentInsetEnd()1316 hasActions = mb != null && mb.hasVisibleItems(); in getCurrentContentInsetEnd()1318 return hasActions in getCurrentContentInsetEnd()
4433 boolean hasActions = builder.mActions.size() > 0; in calculateMaxLines()4434 if (hasActions) { in calculateMaxLines()