Searched refs:ALIGN_PARENT_TOP (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java133 public static final int ALIGN_PARENT_TOP = 10; field in class:RelativeLayout
994 if (0 != rules[ALIGN_PARENT_TOP]) {
1207 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"),
1294 rules[ALIGN_PARENT_TOP] = a.getBoolean(attr, false) ? TRUE : 0;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java153 params.addRule(ALIGN_PARENT_TOP, RelativeLayout.TRUE);

Completed in 202 milliseconds