Searched refs:shouldShowPreview (Results 1 – 9 of 9) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
D | StateTest.java | 68 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/ |
D | VideoCallFragment.java | 149 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()
|
D | SurfaceViewVideoCallFragment.java | 120 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/ |
D | AnswerVideoCallScreen.java | 74 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument 78 shouldShowPreview, in showVideoViews()
|
D | SelfManagedAnswerVideoCallScreen.java | 88 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {} in showVideoViews() argument
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | MessageAttachmentBar.java | 232 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/ |
D | VideoCallScreen.java | 28 void showVideoViews(boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld); in showVideoViews() argument
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | State.java | 123 public boolean shouldShowPreview() { in shouldShowPreview() method in State
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | ModelBackedDocumentsAdapter.java | 144 && mEnv.getDisplayState().shouldShowPreview() && enabled, in onBindViewHolder()
|