Searched refs:mIsHeadsUp (Results 1 – 2 of 2) sorted by relevance
214 private boolean mIsHeadsUp; field in ExpandableNotificationRow698 return mIsHeadsUp;704 mIsHeadsUp = isHeadsUp;730 return mIsHeadsUp || mHeadsupDisappearRunning;2580 return mIsHeadsUp && mMustStayOnScreen;2755 } else if (!ignoreTemporaryStates && canShowHeadsUp() && mIsHeadsUp2760 } else if (!ignoreTemporaryStates && canShowHeadsUp() && mIsHeadsUp) {2777 if (!canShowHeadsUp() || !mIsHeadsUp) {3058 && (mIsPinned || mHeadsupDisappearRunning || (mIsHeadsUp && mAboveShelf)
118 private boolean mIsHeadsUp; field in NotificationContentView618 && (mIsHeadsUp || mHeadsUpAnimatingAway) in getMinContentHeightHint()743 … } else if (mIsHeadsUp && mHeadsUpChild != null && mContainingNotification.canShowHeadsUp()) { in getMaxHeight()1076 if ((mIsHeadsUp || mHeadsUpAnimatingAway) && mHeadsUpChild != null in getVisualTypeForHeight()1102 mIsHeadsUp = headsUp; in setHeadsUp()1534 if ((!mIsHeadsUp && !mHeadsUpAnimatingAway) in updateExpandButtons()