Searched defs:setAnchorId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java205 public void setAnchorId(int anchorId) { method in class:AccessibilityWindowInfo
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java100 * {@link CoordinatorLayout.LayoutParams#setAnchorId(int) anchor}. This view id must correspond
2675 * {@link #setAnchorId(int) anchor} is also specified, the gravity describes how this child
2688 * child should align relative to. If an {@link #setAnchorId(int) anchor} is present the
2799 public void setAnchorId(@IdRes int id) { method in class:CoordinatorLayout.LayoutParams
2974 * Locate the appropriate anchor view by the current {@link #setAnchorId(int) anchor id}

Completed in 169 milliseconds