Home
last modified time | relevance | path

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

/frameworks/support/percent/api/
D23.1.0.txt50 public class PercentRelativeLayout extends android.widget.RelativeLayout {
51 ctor public PercentRelativeLayout(android.content.Context);
52 ctor public PercentRelativeLayout(android.content.Context, android.util.AttributeSet);
53 ctor public PercentRelativeLayout(android.content.Context, android.util.AttributeSet, int);
56 …public static class PercentRelativeLayout.LayoutParams extends android.widget.RelativeLayout.Layou…
57 …ctor public PercentRelativeLayout.LayoutParams(android.content.Context, android.util.AttributeSet);
58 ctor public PercentRelativeLayout.LayoutParams(int, int);
59 ctor public PercentRelativeLayout.LayoutParams(android.view.ViewGroup.LayoutParams);
60 ctor public PercentRelativeLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams);
D23.1.1.txt50 public class PercentRelativeLayout extends android.widget.RelativeLayout {
51 ctor public PercentRelativeLayout(android.content.Context);
52 ctor public PercentRelativeLayout(android.content.Context, android.util.AttributeSet);
53 ctor public PercentRelativeLayout(android.content.Context, android.util.AttributeSet, int);
56 …public static class PercentRelativeLayout.LayoutParams extends android.widget.RelativeLayout.Layou…
57 …ctor public PercentRelativeLayout.LayoutParams(android.content.Context, android.util.AttributeSet);
58 ctor public PercentRelativeLayout.LayoutParams(int, int);
59 ctor public PercentRelativeLayout.LayoutParams(android.view.ViewGroup.LayoutParams);
60 ctor public PercentRelativeLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams);
Dcurrent.txt51 public class PercentRelativeLayout extends android.widget.RelativeLayout {
52 ctor public PercentRelativeLayout(android.content.Context);
53 ctor public PercentRelativeLayout(android.content.Context, android.util.AttributeSet);
54 ctor public PercentRelativeLayout(android.content.Context, android.util.AttributeSet, int);
57 …public static class PercentRelativeLayout.LayoutParams extends android.widget.RelativeLayout.Layou…
58 …ctor public PercentRelativeLayout.LayoutParams(android.content.Context, android.util.AttributeSet);
59 ctor public PercentRelativeLayout.LayoutParams(int, int);
60 ctor public PercentRelativeLayout.LayoutParams(android.view.ViewGroup.LayoutParams);
61 ctor public PercentRelativeLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams);
D23.0.0.txt49 public class PercentRelativeLayout extends android.widget.RelativeLayout {
50 ctor public PercentRelativeLayout(android.content.Context);
51 ctor public PercentRelativeLayout(android.content.Context, android.util.AttributeSet);
52 ctor public PercentRelativeLayout(android.content.Context, android.util.AttributeSet, int);
55 …public static class PercentRelativeLayout.LayoutParams extends android.widget.RelativeLayout.Layou…
56 …ctor public PercentRelativeLayout.LayoutParams(android.content.Context, android.util.AttributeSet);
57 ctor public PercentRelativeLayout.LayoutParams(int, int);
58 ctor public PercentRelativeLayout.LayoutParams(android.view.ViewGroup.LayoutParams);
59 ctor public PercentRelativeLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams);
/frameworks/support/percent/src/android/support/percent/
DPercentRelativeLayout.java77 public class PercentRelativeLayout extends RelativeLayout { class
80 public PercentRelativeLayout(Context context) { in PercentRelativeLayout() method in PercentRelativeLayout
84 public PercentRelativeLayout(Context context, AttributeSet attrs) { in PercentRelativeLayout() method in PercentRelativeLayout
88 public PercentRelativeLayout(Context context, AttributeSet attrs, int defStyle) { in PercentRelativeLayout() method in PercentRelativeLayout
/frameworks/support/percent/tests/java/android/support/percent/
DPercentDynamicLayoutTest.java172 final PercentRelativeLayout percentRelativeLayout =
173 (PercentRelativeLayout) mActivityTestRule.getActivity().findViewById(
202 final PercentRelativeLayout percentRelativeLayout =
203 (PercentRelativeLayout) mActivityTestRule.getActivity().findViewById(
DPercentRelativeTest.java59 private PercentRelativeLayout mPercentRelativeLayout;
70 mPercentRelativeLayout = (PercentRelativeLayout) activity.findViewById(R.id.container); in setUp()
DPercentRelativeRtlTest.java99 private PercentRelativeLayout mPercentRelativeLayout;
112 mPercentRelativeLayout = (PercentRelativeLayout) activity.findViewById(R.id.container); in setUp()
/frameworks/base/docs/html/topic/libraries/support-library/
Dfeatures.jd653 <a href="{@docRoot}reference/android/support/percent/PercentRelativeLayout.html">
654 PercentRelativeLayout</a>. </p>