Searched refs:hasActions (Results 1 – 6 of 6) sorted by relevance
227 boolean hasActions = fm.findFragmentByTag(BaseDialogFragment.TAG_ACTION) != null; in addActionFragmentToTransaction()228 if (hasActions) { in addActionFragmentToTransaction()
441 private void statusBarNotificationHasActions(boolean hasActions) { in statusBarNotificationHasActions() argument444 notification.actions = hasActions ? actions : null; in statusBarNotificationHasActions()
1454 boolean hasActions = false; in getCurrentContentInsetEnd()1457 hasActions = mb != null && mb.hasVisibleItems(); in getCurrentContentInsetEnd()1459 return hasActions in getCurrentContentInsetEnd()
843 boolean hasActions() { in hasActions() method in ViewPropertyAnimator
9084 boolean hasActions = numActionsToShow != 0; in makeMediaContentView()9085 template.setViewVisibility(R.id.media_actions, hasActions ? View.VISIBLE : View.GONE); in makeMediaContentView()
67641 Landroid/view/ViewPropertyAnimator;->hasActions()Z