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

/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.java27 import android.widget.RelativeLayout;
44 public class TwoLineListItem extends RelativeLayout {
H A DRelativeLayout.java51 * Note that you cannot have a circular dependency between the size of the RelativeLayout and the
52 * position of its children. For example, you cannot have a RelativeLayout whose height is set to
61 * Also see {@link android.widget.RelativeLayout.LayoutParams RelativeLayout.LayoutParams} for
69 public class RelativeLayout extends ViewGroup { class in inherits:ViewGroup
70 private static final String LOG_TAG = "RelativeLayout";
115 * Rule that aligns the child's left edge with its RelativeLayout
120 * Rule that aligns the child's top edge with its RelativeLayout
125 * Rule that aligns the child's right edge with its RelativeLayout
130 * Rule that aligns the child's bottom edge with its RelativeLayout
168 public RelativeLayout(Context context) { method in class:RelativeLayout
172 public RelativeLayout(Context context, AttributeSet attrs) { method in class:RelativeLayout
177 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 DTextProgressBar.java29 import android.widget.RelativeLayout;
48 public class TextProgressBar extends RelativeLayout implements OnChronometerTickListener {
146 RelativeLayout.LayoutParams params;
149 params = (RelativeLayout.LayoutParams) mProgressBar.getLayoutParams();
172 params = (RelativeLayout.LayoutParams) mChronometer.getLayoutParams();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DAccountUnlockScreen.java42 import android.widget.RelativeLayout;
54 public class AccountUnlockScreen extends RelativeLayout implements KeyguardScreen,

Completed in 9608 milliseconds