Searched refs:isSnappy (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java620 final boolean isSnappy = isSnappy();
621 setMessageDetailsVisibility((isSnappy) ? GONE : VISIBLE);
622 setChildVisibility(isSnappy ? VISIBLE : GONE, mSnapHeaderBottomBorder);
1008 if (!isSnappy()) {
1037 private boolean isSnappy() { method in class:MessageHeaderView

Completed in 71 milliseconds