Home
last modified time | relevance | path

Searched refs:shouldShowPreview (Results 1 – 9 of 9) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DStateTest.java68 assertFalse(mState.shouldShowPreview()); in testShouldShowPreview_actionBrowse()
75 assertTrue(mState.shouldShowPreview()); in testShouldShowPreview_actionOpen()
82 assertTrue(mState.shouldShowPreview()); in testShouldShowPreview_actionGetContent()
89 assertTrue(mState.shouldShowPreview()); in testShouldShowPreview_actionOpenTree()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java149 private boolean shouldShowPreview; field in VideoCallFragment
689 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
693 shouldShowPreview, in showVideoViews()
704 if (this.shouldShowPreview != shouldShowPreview) { in showVideoViews()
705 this.shouldShowPreview = shouldShowPreview; in showVideoViews()
1103 boolean previewEnabled = isInGreenScreenMode || shouldShowPreview; in updatePreviewOffView()
1108 shouldShowPreview, in updatePreviewOffView()
DSurfaceViewVideoCallFragment.java120 private boolean shouldShowPreview; field in SurfaceViewVideoCallFragment
625 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
629 shouldShowPreview, in showVideoViews()
632 this.shouldShowPreview = shouldShowPreview; in showVideoViews()
636 previewSurfaceView.setVisibility(shouldShowPreview ? View.VISIBLE : View.INVISIBLE); in showVideoViews()
948 boolean previewEnabled = isInGreenScreenMode || shouldShowPreview; in updateVideoOffViews()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerVideoCallScreen.java74 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
78 shouldShowPreview, in showVideoViews()
DSelfManagedAnswerVideoCallScreen.java88 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {} in showVideoViews() argument
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java232 menu.findItem(R.id.preview_attachment).setVisible(shouldShowPreview()); in onClick()
299 private boolean shouldShowPreview() { in shouldShowPreview() method in MessageAttachmentBar
321 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain() || in shouldShowOverflow()
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreen.java28 void showVideoViews(boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld); in showVideoViews() argument
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DState.java123 public boolean shouldShowPreview() { in shouldShowPreview() method in State
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DModelBackedDocumentsAdapter.java144 && mEnv.getDisplayState().shouldShowPreview() && enabled, in onBindViewHolder()