Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionWindowLayout.java74 private static final int ANCHOR_MODE_DIVIDER = 3; field in CaptionWindowLayout
313 int horizontalMode = captionWindow.anchorId % ANCHOR_MODE_DIVIDER; in initWindow()
314 int verticalMode = captionWindow.anchorId / ANCHOR_MODE_DIVIDER; in initWindow()