HomeSort by relevance Sort by last modified time
    Searched refs:anchorId (Results 1 - 10 of 10) sorted by null

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
NumberAnchorGenerator.java 36 String anchorId = format.format(this.lastAnchorId);
37 return "id" + anchorId;
  /packages/apps/TV/tuner/src/com/android/tv/tuner/data/
Cea708Data.java 294 public final int anchorId;
309 int anchorId,
322 this.anchorId = anchorId;
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 594 int anchorId = (data[pos + 3] & 0xf0) >> 4;
602 relativePositioning, anchorVertical, anchorHorizontal, anchorId,
609 + "rowCount: %d, anchorId: %d, columnCount: %d, penStyle: %d, "
612 relativePositioning, anchorHorizontal, rowCount, anchorId, columnCount,
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
Cea708Parser.java     [all...]
CaptionWindowLayout.java 342 int horizontalMode = captionWindow.anchorId % ANCHOR_MODE_DIVIDER;
343 int verticalMode = captionWindow.anchorId / ANCHOR_MODE_DIVIDER;
  /cts/tests/tests/widget/src/android/widget/cts/
PopupMenuTest.java 404 public Builder withAnchorId(int anchorId) {
405 mAnchorId = anchorId;
ListPopupWindowTest.java     [all...]
PopupWindowTest.java 522 private void verifyPosition(PopupWindow popup, int anchorId,
525 verifyPosition(popup, mActivity.findViewById(anchorId),
531 private void verifyPosition(PopupWindow popup, int anchorId,
535 verifyPosition(popup, mActivity.findViewById(anchorId),
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 204 * @param anchorId The anchor's accessibility id in its window.
208 public void setAnchorId(long anchorId) {
209 mAnchorId = anchorId;
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 437 final int anchorId = getDropDownAnchor();
438 if (anchorId != View.NO_ID) {
439 mDropdownAnchor = getRootView().findViewById(anchorId);
444 public void setDropDownAnchor(int anchorId) {
445 super.setDropDownAnchor(anchorId);
446 if (anchorId != View.NO_ID) {
447 mDropdownAnchor = getRootView().findViewById(anchorId);
    [all...]

Completed in 125 milliseconds