Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java209 View previewWindow, int styleId) { in applyCaptionProperties() argument
215 if (previewWindow != null) { in applyCaptionProperties()
217 final float virtualHeight = Math.max(9 * previewWindow.getWidth(), in applyCaptionProperties()
218 16 * previewWindow.getHeight()) / 16.0f; in applyCaptionProperties()