Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java566 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(call); in checkForVideoStateChange()
573 shouldShowVideoUi, in checkForVideoStateChange()
584 if (shouldShowVideoUi) { in checkForVideoStateChange()
592 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(call); in checkForCallStateChange()
600 shouldShowVideoUi, in checkForCallStateChange()
608 if (shouldShowVideoUi) { in checkForCallStateChange()
630 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(newPrimaryCall); in onPrimaryCallChanged()
636 shouldShowVideoUi, in onPrimaryCallChanged()
639 if (!shouldShowVideoUi && isVideoMode) { in onPrimaryCallChanged()
644 } else if (shouldShowVideoUi) { in onPrimaryCallChanged()
DInCallActivity.java1226 ShouldShowUiResult shouldShowVideoUi = getShouldShowVideoUi(); in showMainInCallFragment() local
1236 shouldShowVideoUi.shouldShow, in showMainInCallFragment()
1244 setAllowOrientationChange(shouldShowVideoUi.shouldShow); in showMainInCallFragment()
1254 } else if (shouldShowVideoUi.shouldShow) { in showMainInCallFragment()
1256 didChange |= showVideoCallScreenFragment(transaction, shouldShowVideoUi.call); in showMainInCallFragment()