Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java594 int anchorId = (data[pos + 3] & 0xf0) >> 4; in parseC1() local
602 relativePositioning, anchorVertical, anchorHorizontal, anchorId, in parseC1()
612 relativePositioning, anchorHorizontal, rowCount, anchorId, columnCount, in parseC1()
992 public final int anchorId; field in Cea708CCParser.CaptionWindow
1000 int anchorVertical, int anchorHorizontal, int anchorId, in CaptionWindow() argument
1010 this.anchorId = anchorId; in CaptionWindow()
1897 int horizontalMode = captionWindow.anchorId % ANCHOR_MODE_DIVIDER; in initWindow()
1898 int verticalMode = captionWindow.anchorId / ANCHOR_MODE_DIVIDER; in initWindow()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java205 public void setAnchorId(int anchorId) { in setAnchorId() argument
206 mAnchorId = anchorId; in setAnchorId()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java437 final int anchorId = getDropDownAnchor(); in onAttachedToWindow() local
438 if (anchorId != View.NO_ID) { in onAttachedToWindow()
439 mDropdownAnchor = getRootView().findViewById(anchorId); in onAttachedToWindow()
444 public void setDropDownAnchor(int anchorId) { in setDropDownAnchor() argument
445 super.setDropDownAnchor(anchorId); in setDropDownAnchor()
446 if (anchorId != View.NO_ID) { in setDropDownAnchor()
447 mDropdownAnchor = getRootView().findViewById(anchorId); in setDropDownAnchor()