Searched refs:ANCHOR_MODE_DIVIDER (Results 1 – 1 of 1) sorted by relevance
74 private static final int ANCHOR_MODE_DIVIDER = 3; field in CaptionWindowLayout313 int horizontalMode = captionWindow.anchorId % ANCHOR_MODE_DIVIDER; in initWindow()314 int verticalMode = captionWindow.anchorId / ANCHOR_MODE_DIVIDER; in initWindow()