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

/frameworks/support/v4/jellybean-mr1/android/support/v4/view/
H A DMarginLayoutParamsCompatJellybeanMr1.java39 public static boolean isMarginRelative(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompatJellybeanMr1
40 return lp.isMarginRelative();
/frameworks/support/v4/java/android/support/v4/view/
H A DMarginLayoutParamsCompat.java33 boolean isMarginRelative(ViewGroup.MarginLayoutParams lp); method in interface:MarginLayoutParamsCompat.MarginLayoutParamsCompatImpl
62 public boolean isMarginRelative(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompat.MarginLayoutParamsCompatImplBase
105 public boolean isMarginRelative(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompat.MarginLayoutParamsCompatImplJbMr1
106 return MarginLayoutParamsCompatJellybeanMr1.isMarginRelative(lp);
200 public static boolean isMarginRelative(ViewGroup.MarginLayoutParams lp) { method in class:MarginLayoutParamsCompat
201 return IMPL.isMarginRelative(lp);
/frameworks/base/core/java/android/view/
H A DViewGroup.java7282 if (isMarginRelative()) {
7375 if (isMarginRelative()) {
7482 public boolean isMarginRelative() { method in class:ViewGroup.MarginLayoutParams
7498 if (isMarginRelative()) {
7526 if (!isMarginRelative() ||

Completed in 218 milliseconds