Searched refs:twoPaneLand (Results 1 – 1 of 1) sorted by relevance
1175 boolean twoPaneLand) { in shouldInterceptLeftRightEvents() argument1176 return twoPaneLand && (id == R.id.conversation_topmost_overlay || 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()