Searched refs:anchorId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | Cea708CaptionRenderer.java | 594 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/ |
D | AccessibilityWindowInfo.java | 214 public void setAnchorId(long anchorId) { in setAnchorId() argument 215 mAnchorId = anchorId; in setAnchorId()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 437 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()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 37960 Landroid/media/Cea708CCParser$CaptionWindow;->anchorId:I
|