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
689 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
694 shouldShowRemote); in showVideoViews()
700 if (this.shouldShowRemote != shouldShowRemote) { in showVideoViews()
701 this.shouldShowRemote = shouldShowRemote; in showVideoViews()
1115 boolean remoteEnabled = isInGreenScreenMode || shouldShowRemote; in updateRemoteOffView()
1144 shouldShowRemote, in updateRemoteOffView()
DSurfaceViewVideoCallFragment.java119 private boolean shouldShowRemote; field in SurfaceViewVideoCallFragment
625 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
630 shouldShowRemote); in showVideoViews()
633 this.shouldShowRemote = shouldShowRemote; in showVideoViews()
951 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