Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewFragment.java1174 private boolean shouldInterceptLeftRightEvents(@IdRes int id, boolean isLeft, boolean isRight, in shouldInterceptLeftRightEvents() argument
1181 (id == R.id.reply_button && isLeft) || in shouldInterceptLeftRightEvents()
1189 private boolean shouldNavigateAway(@IdRes int id, boolean isLeft, boolean twoPaneLand) { in shouldNavigateAway() argument
1190 return twoPaneLand && isLeft && (id == R.id.conversation_topmost_overlay || in shouldNavigateAway()