Home
last modified time | relevance | path

Searched refs:mPreviewWindow (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSettingsFragment.java49 private View mPreviewWindow; field in CaptionSettingsFragment
120 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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptionHelperTest.java62 private View mPreviewWindow; field in CaptionHelperTest
80 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()