HomeSort by relevance Sort by last modified time
    Searched refs:LinearLayout (Results 276 - 300 of 308) sorted by null

<<111213

  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 68 import android.widget.LinearLayout;
169 private LinearLayout.LayoutParams mVerticalControlsParams;
417 mMiniMonth.setLayoutParams(new LinearLayout.LayoutParams(mControlsAnimateWidth,
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 56 import android.widget.LinearLayout;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 84 import android.widget.LinearLayout;
226 private LinearLayout mContent;
344 mContent = (LinearLayout) view.findViewById(R.id.editors);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 86 import android.widget.LinearLayout;
    [all...]
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 20 import android.widget.LinearLayout;
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 50 import android.widget.LinearLayout;
444 new LinearLayout(mContext), false);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 44 import android.widget.LinearLayout;
57 public class Folder extends LinearLayout implements DragSource, View.OnClickListener,
    [all...]
AppsCustomizePagedView.java 63 import android.widget.LinearLayout;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 61 import android.widget.LinearLayout;
84 public class MessageListItem extends LinearLayout implements
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 52 import android.widget.LinearLayout;
538 if ((view instanceof LinearLayout) || (view instanceof RelativeLayout)) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 59 import android.widget.LinearLayout;
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 32 import android.widget.LinearLayout;
130 * {@link LinearLayout.LayoutParams#weight}. In general, it is not therefore possible
137 * use a {@link LinearLayout} subview to hold the components in the associated cell group.
157 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
162 public static final int VERTICAL = LinearLayout.VERTICAL;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 54 import android.widget.LinearLayout;
121 private LinearLayout mAttachments;
293 mAttachments = (LinearLayout) UiUtilities.getView(view, R.id.attachments);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockScreen.java 56 class LockScreen extends LinearLayout implements KeyguardScreen {
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 39 import android.widget.LinearLayout;
53 * is a {@link LinearLayout} in a vertical orientation, presenting a vertical
191 mHorizontal = (orientation == LinearLayout.HORIZONTAL);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 41 import android.widget.LinearLayout;
59 public class CallCard extends LinearLayout
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
GridLayout.java 130 * {@link LinearLayout.LayoutParams#weight}. In general, it is not therefore possible
137 * use a {@link LinearLayout} subview to hold the components in the associated cell group.
158 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
163 public static final int VERTICAL = LinearLayout.VERTICAL;
    [all...]
SearchView.java 92 public class SearchView extends LinearLayout implements CollapsibleActionView {
    [all...]
NumberPicker.java 88 public class NumberPicker extends LinearLayout {
590 // By default Linearlayout that we extend is not drawn. This is
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 73 import android.widget.LinearLayout;
176 private LinearLayout mLabelsLinearLayout;
456 mLabelsLinearLayout = (LinearLayout) findViewById(R.id.labels);
587 // We change the orientation of the linearlayout only for phone UI because when in portrait
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 110 import android.widget.LinearLayout;
603 LinearLayout linearLayout = new LinearLayout(mContext);
604 linearLayout.setOrientation(LinearLayout.HORIZONTAL);
605 mContentView = linearLayout;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 259 // Use gravity attribute from LinearLayout
260 a = context.obtainStyledAttributes(attrs, android.R.styleable.LinearLayout);
    [all...]
MultiWaveView.java 267 // Use gravity attribute from LinearLayout
268 a = context.obtainStyledAttributes(attrs, android.R.styleable.LinearLayout);
    [all...]
  /prebuilts/sdk/12/
android.jar 

Completed in 1893 milliseconds

<<111213