Searched refs:shouldShowRemote (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | VideoCallFragment.java | 147 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()
|
D | SurfaceViewVideoCallFragment.java | 122 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/ |
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
|