Home
last modified time | relevance | path

Searched refs:shouldShowPreview (Results 1 – 8 of 8) 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
725 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
729 shouldShowPreview, in showVideoViews()
748 if (this.shouldShowPreview != shouldShowPreview) { in showVideoViews()
749 this.shouldShowPreview = shouldShowPreview; in showVideoViews()
1147 boolean previewEnabled = isInGreenScreenMode || shouldShowPreview; in updatePreviewOffView()
1152 shouldShowPreview, in updatePreviewOffView()
DSurfaceViewVideoCallFragment.java120 private boolean shouldShowPreview; field in SurfaceViewVideoCallFragment
624 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
628 shouldShowPreview, in showVideoViews()
631 this.shouldShowPreview = shouldShowPreview; in showVideoViews()
635 previewSurfaceView.setVisibility(shouldShowPreview ? View.VISIBLE : View.INVISIBLE); in showVideoViews()
947 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/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.java156 public boolean shouldShowPreview() { in shouldShowPreview() method in State
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DModelBackedDocumentsAdapter.java153 holder.bindPreviewIcon(mEnv.getDisplayState().shouldShowPreview() && enabled, in onBindViewHolder()