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.java147 private boolean shouldShowRemote; field in VideoCallFragment
651 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
656 shouldShowRemote); in showVideoViews()
658 this.shouldShowRemote = shouldShowRemote; in showVideoViews()
1069 boolean remoteEnabled = isInGreenScreenMode || shouldShowRemote; in updateVideoOffViews()
1099 shouldShowRemote, in updateVideoOffViews()
DSurfaceViewVideoCallFragment.java122 private boolean shouldShowRemote; field in SurfaceViewVideoCallFragment
630 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
635 shouldShowRemote); in showVideoViews()
638 this.shouldShowRemote = shouldShowRemote; in showVideoViews()
956 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