HomeSort by relevance Sort by last modified time
    Searched defs:shouldShowPreview (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 232 menu.findItem(R.id.preview_attachment).setVisible(shouldShowPreview());
299 private boolean shouldShowPreview() {
321 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain() ||
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
SurfaceViewVideoCallFragment.java 121 private boolean shouldShowPreview;
628 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
632 shouldShowPreview,
635 this.shouldShowPreview = shouldShowPreview;
639 previewSurfaceView.setVisibility(shouldShowPreview ? View.VISIBLE : View.INVISIBLE);
    [all...]
VideoCallFragment.java 147 private boolean shouldShowPreview;
668 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
672 shouldShowPreview,
683 if (this.shouldShowPreview != shouldShowPreview) {
684 this.shouldShowPreview = shouldShowPreview;
    [all...]

Completed in 140 milliseconds