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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1310 * {@link #addRule(int, int)} instead.
1315 * @see #addRule(int, int)
1317 public void addRule(int verb) { method in class:RelativeLayout.LayoutParams
1335 * @see #addRule(int)
1337 public void addRule(int verb, int anchor) { method in class:RelativeLayout.LayoutParams
1349 * @see #addRule(int)
1350 * @see #addRule(int, int)
1402 * @see #addRule(int, int)
1423 * @see #addRule(int, int)

Completed in 52 milliseconds