Searched refs:shouldShowPreview (Results 1 – 8 of 8) 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 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()
|
D | SurfaceViewVideoCallFragment.java | 120 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/ |
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/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 | 156 public boolean shouldShowPreview() { in shouldShowPreview() method in State
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | ModelBackedDocumentsAdapter.java | 153 holder.bindPreviewIcon(mEnv.getDisplayState().shouldShowPreview() && enabled, in onBindViewHolder()
|