Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java164 View previewWindow, int styleId) { in applyCaptionProperties() argument
170 if (previewWindow != null) { in applyCaptionProperties()
172 final float virtualHeight = Math.max(9 * previewWindow.getWidth(), in applyCaptionProperties()
173 16 * previewWindow.getHeight()) / 16.0f; in applyCaptionProperties()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java212 View previewWindow, int styleId) { in applyCaptionProperties() argument
218 if (previewWindow != null) { in applyCaptionProperties()
220 final float virtualHeight = Math.max(9 * previewWindow.getWidth(), in applyCaptionProperties()
221 16 * previewWindow.getHeight()) / 16.0f; in applyCaptionProperties()