Searched refs:ANCHOR_MODE_DIVIDER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1670 private static final int ANCHOR_MODE_DIVIDER = 3; field in class:Cea708CCWidget.CCWindowLayout
1897 int horizontalMode = captionWindow.anchorId % ANCHOR_MODE_DIVIDER;
1898 int verticalMode = captionWindow.anchorId / ANCHOR_MODE_DIVIDER;

Completed in 11 milliseconds