Searched defs:shouldShowPreview (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/video/protocol/
H A DVideoCallScreen.java28 void showVideoViews(boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld); argument
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerVideoCallScreen.java74 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
78 shouldShowPreview,
73 showVideoViews( boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) argument
H A DSelfManagedAnswerVideoCallScreen.java88 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {}
87 showVideoViews( boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) argument
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentBar.java232 menu.findItem(R.id.preview_attachment).setVisible(shouldShowPreview());
299 private boolean shouldShowPreview() { method in class:MessageAttachmentBar
321 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain() ||
/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSurfaceViewVideoCallFragment.java123 private boolean shouldShowPreview; field in class:SurfaceViewVideoCallFragment
630 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
634 shouldShowPreview,
637 this.shouldShowPreview = shouldShowPreview;
641 previewSurfaceView.setVisibility(shouldShowPreview ? View.VISIBLE : View.INVISIBLE);
953 boolean previewEnabled = isInGreenScreenMode || shouldShowPreview;
629 showVideoViews( boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) argument
H A DVideoCallFragment.java148 private boolean shouldShowPreview; field in class:VideoCallFragment
651 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
655 shouldShowPreview,
657 this.shouldShowPreview = shouldShowPreview;
1060 boolean previewEnabled = isInGreenScreenMode || shouldShowPreview;
1065 shouldShowPreview,
650 showVideoViews( boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) argument

Completed in 159 milliseconds