Searched refs:isPinnedHeadsUp (Results 1 – 2 of 2) sorted by relevance
617 if (!mIsExpanded && isPinnedHeadsUp(animView) && canChildBeDismissed(animView)) { in updateSwipeProgress()627 if (mAnimationsEnabled && (mIsExpanded || !isPinnedHeadsUp(v))) { in onBeginDrag()634 public static boolean isPinnedHeadsUp(View v) { in isPinnedHeadsUp() method in NotificationStackScrollLayout1814 running &= mIsExpanded || isPinnedHeadsUp(child); in updateNotificationAnimationStates()1820 updateAnimationState((mAnimationsEnabled || isPinnedHeadsUp(child)) && mIsExpanded, child); in updateAnimationState()
168 if (NotificationStackScrollLayout.isPinnedHeadsUp(child)) { in applyWithoutAnimation()