Searched defs:isPinnedHeadsUp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java978 if (!mIsExpanded && isPinnedHeadsUp(animView) && canChildBeDismissed(animView)) {
992 if (mAnimationsEnabled && (mIsExpanded || !isPinnedHeadsUp(v))) {
999 public static boolean isPinnedHeadsUp(View v) { method in class:NotificationStackScrollLayout
1310 boolean animate = mIsExpanded || isPinnedHeadsUp(child);
2870 running &= mIsExpanded || isPinnedHeadsUp(child);
2877 && (mIsExpanded || isPinnedHeadsUp(child)), child);

Completed in 787 milliseconds