Home
last modified time | relevance | path

Searched refs:mRules (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRelativeLayout.java1172 private int[] mRules = new int[VERB_COUNT]; field in RelativeLayout.LayoutParams
1195 final int[] rules = mRules; in LayoutParams()
1318 mRules[verb] = TRUE; in addRule()
1338 mRules[verb] = anchor; in addRule()
1353 mRules[verb] = 0; in removeRule()
1368 mRules[n] = mInitialRules[n]; in resolveRules()
1371 if (mRules[ALIGN_START] != 0) { in resolveRules()
1372 mRules[isLayoutRtl ? ALIGN_RIGHT : ALIGN_LEFT] = mRules[ALIGN_START]; in resolveRules()
1374 if (mRules[ALIGN_END] != 0) { in resolveRules()
1375 mRules[isLayoutRtl ? ALIGN_LEFT : ALIGN_RIGHT] = mRules[ALIGN_END]; in resolveRules()
[all …]