Home
last modified time | relevance | path

Searched refs:isTargetClipped (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java819 boolean clampInShelf = iconTransitionAmount > 0.5f || isTargetClipped(view); in updateIconPositioning()
840 private boolean isTargetClipped(ExpandableView view) { in isTargetClipped() method in NotificationShelf