HomeSort by relevance Sort by last modified time
    Searched defs:anchorId (Results 1 - 5 of 5) 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/cc/
Cea708Parser.java     [all...]
  /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...]
  /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 255 milliseconds