Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java148 private boolean shouldShowRemote; field in VideoCallFragment
725 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
730 shouldShowRemote); in showVideoViews()
736 if (this.shouldShowRemote != shouldShowRemote) { in showVideoViews()
737 this.shouldShowRemote = shouldShowRemote; in showVideoViews()
1159 boolean remoteEnabled = isInGreenScreenMode || shouldShowRemote; in updateRemoteOffView()
1188 shouldShowRemote, in updateRemoteOffView()
DSurfaceViewVideoCallFragment.java119 private boolean shouldShowRemote; field in SurfaceViewVideoCallFragment
624 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
629 shouldShowRemote); in showVideoViews()
632 this.shouldShowRemote = shouldShowRemote; in showVideoViews()
950 boolean remoteEnabled = isInGreenScreenMode || shouldShowRemote; in updateVideoOffViews()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerVideoCallScreen.java74 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
79 shouldShowRemote); in showVideoViews()
DSelfManagedAnswerVideoCallScreen.java88 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {} in showVideoViews() argument
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreen.java28 void showVideoViews(boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld); in showVideoViews() argument