Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java119 if (hasFadeLeaveBehinds() && obj instanceof LeaveBehindItem) {
123 if (!hasFadeLeaveBehinds()) {
522 if (hasFadeLeaveBehinds()) { in getView()
568 private boolean hasFadeLeaveBehinds() { in hasFadeLeaveBehinds() method in AnimatedAdapter
684 if (hasFadeLeaveBehinds() && !animate) { in commitLeaveBehindItems()
840 return hasFadeLeaveBehinds() in isPositionFadeLeaveBehind()
911 } else if (hasFadeLeaveBehinds()) { in clearLeaveBehind()
962 || hasFadeLeaveBehinds() in isAnimating()