Searched refs:isLeft (Results 1 – 1 of 1) sorted by relevance
1174 private boolean shouldInterceptLeftRightEvents(@IdRes int id, boolean isLeft, boolean isRight, in shouldInterceptLeftRightEvents() argument1181 (id == R.id.reply_button && isLeft) || in shouldInterceptLeftRightEvents()1189 private boolean shouldNavigateAway(@IdRes int id, boolean isLeft, boolean twoPaneLand) { in shouldNavigateAway() argument1190 return twoPaneLand && isLeft && (id == R.id.conversation_topmost_overlay || in shouldNavigateAway()