HomeSort by relevance Sort by last modified time
    Searched full:relativelayout (Results 451 - 475 of 501) sorted by null

<<11121314151617181920>>

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 35 import android.widget.RelativeLayout;
726 ((RelativeLayout)getParent()).setSelected(false);
OverlayLinearLayout.java 37 import android.widget.RelativeLayout;
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 32 import android.widget.RelativeLayout;
38 public class SkbContainer extends RelativeLayout implements OnTouchListener {
  /cts/tests/tests/widget/src/android/widget/cts/
DatePickerTest.java 228 XmlUtils.beginDocument(parser, "RelativeLayout");
RemoteViewsTest.java 50 import android.widget.RelativeLayout;
373 assertTrue(mRemoteViews.onLoadClass(RelativeLayout.class));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 107 // The Margin layout parameters are available for LinearLayout, FrameLayout, RelativeLayout,
149 // Both LinearLayout and RelativeLayout have a gravity (but RelativeLayout applies it
460 // from RelativeLayout
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 50 * RelativeLayout; for example, {@link #LAYOUT_ABOVE} corresponds to the layout_above constraint.
ResizeHandler.java 43 * edges in a RelativeLayout.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 139 * RelativeLayout or in AbsoluteLayout).
SwtDrawingStyle.java 114 * because there is no near edge to attach to in a RelativeLayout).
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 30 INode layout = TestNode.create("android.widget.RelativeLayout").id("@+id/RelativeLayout01")
LayoutTestBase.java 120 // invalid region in RelativeLayout) - just return.
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UselessViewDetector.java 86 CONTAINERS.add("RelativeLayout"); //$NON-NLS-1$
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 73 import android.widget.RelativeLayout;
618 final RelativeLayout.LayoutParams layoutParams =
619 (RelativeLayout.LayoutParams) mSelectedTabRectangle.getLayoutParams();
  /frameworks/base/docs/html/guide/developing/tools/
adt.jd 372 type of layout, such as {@link android.widget.RelativeLayout} or {@link
487 android.widget.LinearLayout} to a {@link android.widget.RelativeLayout}.</dd>
516 attribute references to the new root, For example, suppose you have a {@link android.widget.RelativeLayout}.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 63 // Create a RelativeLayout container that will hold a SurfaceView,
  /frameworks/base/core/java/android/widget/
DialerFilter.java 38 public class DialerFilter extends RelativeLayout
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 190 class="android.widget.RelativeLayout"
  /packages/apps/MusicFX/res/layout/
music_eq.xml 25 <RelativeLayout
52 </RelativeLayout>
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 54 import android.widget.RelativeLayout;
538 if ((view instanceof LinearLayout) || (view instanceof RelativeLayout)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 53 import android.widget.RelativeLayout;
66 public class SuggestionsView extends RelativeLayout implements OnClickListener,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 122 /** Performs conversion from any layout to a RelativeLayout */
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 70 import android.widget.RelativeLayout;
71 import android.widget.RelativeLayout.LayoutParams;
333 mControlsParams.addRule(RelativeLayout.ALIGN_PARENT_RIGHT);
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd 71 {@link android.widget.RelativeLayout}, and {@link android.widget.FrameLayout}.
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 119 Some pre-defined view groups offered by Android (called layouts) include LinearLayout, RelativeLayout,

Completed in 1057 milliseconds

<<11121314151617181920>>