Searched refs:mPreviewWindow (Results 1 – 2 of 2) sorted by relevance
49 private View mPreviewWindow; field in CaptionSettingsFragment120 mPreviewWindow = view.findViewById(R.id.preview_window); in onViewCreated()171 mPreviewWindow.setVisibility(View.VISIBLE); in refreshPreviewText()186 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()190 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()196 mPreviewWindow.setVisibility(View.INVISIBLE); in refreshPreviewText()
62 private View mPreviewWindow; field in CaptionHelperTest80 when(mPreviewWindow.getWidth()).thenReturn(windowSize); in applyCaptionProperties_verifyAction()81 when(mPreviewWindow.getHeight()).thenReturn(windowSize); in applyCaptionProperties_verifyAction()84 mCaptionHelper.applyCaptionProperties(mSubtitleView, mPreviewWindow, /* styleId= */ 0); in applyCaptionProperties_verifyAction()