Searched
full:relativelayout (Results
426 -
450 of
501) sorted by null
<<11121314151617181920>>
/packages/apps/Camera/src/com/android/camera/ |
ModePicker.java | 33 import android.widget.RelativeLayout; 39 public class ModePicker extends RelativeLayout implements View.OnClickListener,
|
/frameworks/base/docs/html/training/multiscreen/ |
screensizes.jd | 19 <li><a href="#TaskUseRelativeLayout">Use RelativeLayout</a></li> 82 <h2 id="TaskUseRelativeLayout">Use RelativeLayout</h2> 90 better solution is often to use a {@link android.widget.RelativeLayout}, which allows 99 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 126 </RelativeLayout> 141 android.widget.RelativeLayout.LayoutParams}.</p>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
LayoutConstants.java | 43 public static final String RELATIVE_LAYOUT = "RelativeLayout"; //$NON-NLS-1$ 86 // RelativeLayout layout params: 188 /** The fully qualified class name of a RelativeLayout view */ 189 public static final String FQCN_RELATIVE_LAYOUT = "android.widget.RelativeLayout"; //$NON-NLS-1$ 191 /** The fully qualified class name of a RelativeLayout view */
|
/cts/tests/tests/view/src/android/view/cts/ |
View_UsingViewsTest.java | 39 import android.widget.RelativeLayout; 354 RelativeLayout parent = (RelativeLayout) mEditText.getParent();
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-mapview.jd | 51 inside a android.widget.RelativeLayout: 55 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 69 </RelativeLayout>
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TableRowTest.java | 31 import android.widget.RelativeLayout; 200 assertFalse(mockTableRow.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300)));
|
TableLayoutTest.java | 39 import android.widget.RelativeLayout; 511 View child2 = new RelativeLayout(mContext); 555 View child2 = new RelativeLayout(mContext); 733 assertFalse(mockTableLayout.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); [all...] |
TwoLineListItemTest.java | 34 import android.widget.RelativeLayout.LayoutParams;
|
/development/apps/launchperf/res/layout/ |
complex_layout.xml | 182 <RelativeLayout 238 </RelativeLayout>
|
/frameworks/base/docs/html/guide/topics/views/ |
ui-xml.jd | 85 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android 115 </RelativeLayout></pre></td>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
NotificationPanel.java | 35 import android.widget.RelativeLayout; 39 public class NotificationPanel extends RelativeLayout implements StatusBarPanel,
|
/packages/apps/Settings/res/layout/ |
radio_info.xml | 224 <RelativeLayout android:layout_width="match_parent" 252 </RelativeLayout>
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidatesContainer.java | 33 import android.widget.RelativeLayout; 50 public class CandidatesContainer extends RelativeLayout implements
|
/cts/tests/tests/content/src/android/content/cts/ |
ContextTest.java | 229 XmlUtils.beginDocument(parser, "RelativeLayout");
|
/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 36 * @deprecated Use {@link android.widget.FrameLayout}, {@link android.widget.RelativeLayout}
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 77 For example, RelativeLayout has its own subclass of LayoutParams, which includes
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-linearlayout.jd | 11 android.widget.RelativeLayout} instead.</p>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 388 /** Hand coded conversion from a LinearLayout to a RelativeLayout */ 451 * Hand coded conversion from a RelativeLayout to a LinearLayout 472 * layout for powerful layouts that support it, like RelativeLayout. 574 /** Hand coded conversion from any layout to a RelativeLayout */
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/ |
LayoutAnalysisCategory.java | 50 "FrameLayout", "LinearLayout", "RelativeLayout", "SlidingDrawer",
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
TooManyViewsDetector.java | 51 "Consider using a flatter layout (such as RelativeLayout or GridLayout)." +
|
/sdk/rule_api/src/com/android/ide/common/api/ |
DrawingStyle.java | 124 * because there is no near edge to attach to in a RelativeLayout).
|
DropFeedback.java | 54 * <em>at all</em> in that target. However a layout like RelativeLayout decorates
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_index.html | 1 <h3>RelativeLayout</h3> 108 <dd>Demonstrates baseline alignment in a RelativeLayout. </dd>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentsPanelView.java | 50 import android.widget.RelativeLayout; 62 public class RecentsPanelView extends RelativeLayout implements OnItemClickListener, RecentsCallback,
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SearchActivityView.java | 46 import android.widget.RelativeLayout; 53 public abstract class SearchActivityView extends RelativeLayout {
|
Completed in 813 milliseconds
<<11121314151617181920>>