Searched refs:RelativeLayout (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHitRectBug.java29 import android.widget.RelativeLayout;
40 public static class TestDrawingView extends RelativeLayout
73 RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(128, 128);
74 params.addRule(RelativeLayout.CENTER_IN_PARENT);
H A DInstanceTargets.java26 import static android.widget.RelativeLayout.ALIGN_PARENT_LEFT;
27 import static android.widget.RelativeLayout.ALIGN_PARENT_RIGHT;
28 import static android.widget.RelativeLayout.LayoutParams;
/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSize.java30 import android.widget.RelativeLayout;
48 private RelativeLayout mRelativeLayout;
66 mRelativeLayout = (RelativeLayout) findViewById(R.id.relative_layout);
H A DBitmapDrawable.java30 import android.widget.RelativeLayout;
H A DDrawableBgMinSizeTest.java31 import android.widget.RelativeLayout;
47 private RelativeLayout mRelativeLayout;
66 mRelativeLayout = (RelativeLayout) a.findViewById(R.id.relative_layout);
/frameworks/base/core/java/android/widget/
H A DTwoLineListItem.java25 import android.widget.RelativeLayout;
41 * @deprecated This class can be implemented easily by apps using a {@link RelativeLayout}
46 public class TwoLineListItem extends RelativeLayout {
H A DRelativeLayout.java50 * Note that you cannot have a circular dependency between the size of the RelativeLayout and the
51 * position of its children. For example, you cannot have a RelativeLayout whose height is set to
56 * <p><strong>Note:</strong> In platform version 17 and lower, RelativeLayout was affected by
60 * for more details.) This was triggered when a RelativeLayout container was placed in
63 * {@link android.view.View.MeasureSpec#UNSPECIFIED UNSPECIFIED} was placed in a RelativeLayout,
64 * this would silently work anyway as RelativeLayout would pass a very large
75 * Also see {@link android.widget.RelativeLayout.LayoutParams RelativeLayout.LayoutParams} for
83 public class RelativeLayout extends ViewGroup { class in inherits:ViewGroup
125 * Rule that aligns the child's left edge with its RelativeLayout
230 public RelativeLayout(Context context) { method in class:RelativeLayout
235 public RelativeLayout(Context context, AttributeSet attrs) { method in class:RelativeLayout
241 public RelativeLayout(Context context, AttributeSet attrs, int defStyle) { method in class:RelativeLayout
[all...]
H A DDialerFilter.java38 public class DialerFilter extends RelativeLayout
/frameworks/base/core/java/com/android/internal/widget/
H A DFaceUnlockView.java23 import android.widget.RelativeLayout;
25 public class FaceUnlockView extends RelativeLayout {
H A DTextProgressBar.java29 import android.widget.RelativeLayout;
48 public class TextProgressBar extends RelativeLayout implements OnChronometerTickListener {
147 RelativeLayout.LayoutParams params;
150 params = (RelativeLayout.LayoutParams) mProgressBar.getLayoutParams();
173 params = (RelativeLayout.LayoutParams) mChronometer.getLayoutParams();
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSlider.java26 import android.widget.RelativeLayout;
32 public class ToggleSlider extends RelativeLayout
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java36 import android.widget.RelativeLayout;
273 RelativeLayout.LayoutParams paramsSeparator = new RelativeLayout.LayoutParams(
275 paramsSeparator.addRule(RelativeLayout.CENTER_IN_PARENT);

Completed in 346 milliseconds