Searched refs:isPinnedHeadsUp (Results 1 – 2 of 2) sorted by relevance
873 if (!mIsExpanded && isPinnedHeadsUp(animView) && canChildBeDismissed(animView)) { in updateSwipeProgress()886 if (mAnimationsEnabled && (mIsExpanded || !isPinnedHeadsUp(v))) { in onBeginDrag()893 public static boolean isPinnedHeadsUp(View v) { in isPinnedHeadsUp() method in NotificationStackScrollLayout1209 boolean animate = mIsExpanded || isPinnedHeadsUp(child); in snapViewIfNeeded()2591 running &= mIsExpanded || isPinnedHeadsUp(child); in updateNotificationAnimationStates()2598 && (mIsExpanded || isPinnedHeadsUp(child)), child); in updateAnimationState()4038 if (!isPinnedHeadsUp(view) && !gutsExposed) { in onMoveUpdate()
161 if (NotificationStackScrollLayout.isPinnedHeadsUp(child)) { in applyWithoutAnimation()