Searched refs:shouldShowRemote (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | VideoCallFragment.java | 148 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()
|
D | SurfaceViewVideoCallFragment.java | 119 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/ |
D | AnswerVideoCallScreen.java | 74 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument 79 shouldShowRemote); in showVideoViews()
|
D | SelfManagedAnswerVideoCallScreen.java | 88 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {} in showVideoViews() argument
|
/packages/apps/Dialer/java/com/android/incallui/video/protocol/ |
D | VideoCallScreen.java | 28 void showVideoViews(boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld); in showVideoViews() argument
|