HomeSort by relevance Sort by last modified time
    Searched full:relativelayout (Results 476 - 500 of 1247) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample2-expected-changeLayout2.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
62 </RelativeLayout
sample2-expected-changeView2.xml 4 <RelativeLayout android:layout_height="match_parent" android:id="@+id/relativeLayout1" android:layout_width="match_parent">
10 </RelativeLayout>
sample2-expected-extract3.xml 4 <RelativeLayout android:layout_height="match_parent" android:id="@+id/relativeLayout1" android:layout_width="match_parent">
10 </RelativeLayout>
sample2.xml 4 <RelativeLayout android:layout_height="match_parent" android:id="@+id/relativeLayout1" android:layout_width="match_parent">
10 </RelativeLayout>
sample5-expected-changeLayout5.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
70 </RelativeLayout
  /development/samples/ApiDemos/res/layout/
keystore_usage.xml 29 <RelativeLayout
56 </RelativeLayout>
58 <RelativeLayout
144 </RelativeLayout>
146 <RelativeLayout
190 </RelativeLayout>
  /packages/apps/LegacyCamera/res/layout/
mode_picker.xml 23 <RelativeLayout android:id="@+id/current_mode"
29 <RelativeLayout
58 </RelativeLayout>
63 </RelativeLayout>
64 <RelativeLayout android:id="@+id/mode_selection"
103 </RelativeLayout>
pano_capture.xml 23 <RelativeLayout android:id="@+id/frame_layout"
34 <RelativeLayout
70 </RelativeLayout>
72 <RelativeLayout
87 </RelativeLayout>
127 </RelativeLayout>
  /packages/apps/LegacyCamera/res/layout-sw600dp/
pano_capture.xml 23 <RelativeLayout android:id="@+id/frame_layout"
56 <RelativeLayout
71 </RelativeLayout>
74 <RelativeLayout
108 </RelativeLayout>
125 </RelativeLayout>
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ImageCardView.java 28 import android.widget.RelativeLayout;
213 RelativeLayout.LayoutParams relativeLayoutParams =
214 (RelativeLayout.LayoutParams) mTitleView.getLayoutParams();
217 relativeLayoutParams.addRule(RelativeLayout.END_OF, mBadgeImage.getId());
219 relativeLayoutParams.addRule(RelativeLayout.START_OF, mBadgeImage.getId());
226 RelativeLayout.LayoutParams relativeLayoutParams =
227 (RelativeLayout.LayoutParams) mContentView.getLayoutParams();
229 relativeLayoutParams.addRule(RelativeLayout.ALIGN_PARENT_TOP);
233 relativeLayoutParams.removeRule(RelativeLayout.START_OF);
234 relativeLayoutParams.removeRule(RelativeLayout.ALIGN_PARENT_START)
    [all...]
  /cts/tests/tests/widget/res/layout/
relative_layout.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 <RelativeLayout
112 </RelativeLayout>
114 <RelativeLayout
134 </RelativeLayout>
136 <RelativeLayout
157 </RelativeLayout>
165 <RelativeLayout
256 </RelativeLayout>
258 </RelativeLayout>
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 28 import android.widget.RelativeLayout;
47 public class TextProgressBar extends RelativeLayout implements OnChronometerTickListener {
150 RelativeLayout.LayoutParams params;
153 params = (RelativeLayout.LayoutParams) mProgressBar.getLayoutParams();
176 params = (RelativeLayout.LayoutParams) mChronometer.getLayoutParams();
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.widget.RelativeLayout.LayoutParams.html 10 android.widget.RelativeLayout.LayoutParams
74 Class android.widget.<A HREF="../../../../reference/android/widget/RelativeLayout.LayoutParams.html" target="_top"><font size="+2"><code>RelativeLayout.LayoutParams</code></font></A>
86 <A NAME="android.widget.RelativeLayout.LayoutParams.getRule_added(int)"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/widget/RelativeLayout.LayoutParams.html#getRule(int)" target="_top"><code>getRule</code></A>(<code>int</code>)</nobr>
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 51 * 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
57 * <p><strong>Note:</strong> In platform version 17 and lower, RelativeLayout was affected by
61 * for more details.) This was triggered when a RelativeLayout container was placed in
64 * {@link android.view.View.MeasureSpec#UNSPECIFIED UNSPECIFIED} was placed in a RelativeLayout,
65 * this would silently work anyway as RelativeLayout would pass a very large
76 * Also see {@link android.widget.RelativeLayout.LayoutParams RelativeLayout.LayoutParams} for
84 public class RelativeLayout extends ViewGroup {
126 * Rule that aligns the child's left edge with its RelativeLayout
    [all...]
TwoLineListItem.java 23 import android.widget.RelativeLayout;
39 * @deprecated This class can be implemented easily by apps using a {@link RelativeLayout}
44 public class TwoLineListItem extends RelativeLayout {
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java 26 import android.widget.RelativeLayout;
67 RelativeLayout mLayout = (RelativeLayout)findViewById(R.id.relative_layout);
  /frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSizeTest.java 31 import android.widget.RelativeLayout;
47 private RelativeLayout mRelativeLayout;
66 mRelativeLayout = (RelativeLayout) a.findViewById(R.id.relative_layout);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBar.java 43 import android.widget.RelativeLayout;
147 RelativeLayout.LayoutParams layoutParams = new RelativeLayout.LayoutParams(
149 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_END);
151 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM);
154 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_TOP);
  /packages/apps/Settings/res/layout-sw600dp/
wifi_settings_for_setup_wizard_xl.xml 17 <RelativeLayout
86 <RelativeLayout
135 </RelativeLayout>
188 <RelativeLayout
229 </RelativeLayout>
238 </RelativeLayout>
  /packages/apps/Settings/res/layout-sw600dp-land/
wifi_settings_for_setup_wizard_xl.xml 17 <RelativeLayout
86 <RelativeLayout
135 </RelativeLayout>
180 <RelativeLayout
227 </RelativeLayout>
228 </RelativeLayout>
  /packages/services/Telephony/res/layout/
otacall_card.xml 150 <RelativeLayout android:id="@+id/callCardOtaActivate"
164 </RelativeLayout>
167 <RelativeLayout android:id="@+id/callCardOtaListenProgress"
177 </RelativeLayout>
180 <RelativeLayout android:id="@+id/callCardOtaFailOrSuccessful"
195 </RelativeLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 37 mLayoutNames.add("RelativeLayout");
84 * RelativeLayout:
105 * RelativeLayout:
138 * RelativeLayout:
169 * RelativeLayout:
252 MockXmlNode layout = new MockXmlNode(null, "RelativeLayout", Node.ELEMENT_NODE, children);
UiElementPullParserTest.java 79 ElementDescriptor relativeDescriptor = new ElementDescriptor("RelativeLayout",
103 * <RelativeLayout android:orientation="toto">
106 * </RelativeLayout>
140 MockXmlNode relative = new MockXmlNode(null /* namespace */, "RelativeLayout",
198 assertEquals("RelativeLayout", parser.getName());
223 // end of RelativeLayout
  /cts/apps/CtsVerifier/res/layout/
ble_advertiser_hardware_scan_filter.xml 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
74 </RelativeLayout>
ble_scanner_hardware_scan_filter.xml 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
57 </RelativeLayout>

Completed in 1256 milliseconds

<<11121314151617181920>>