HomeSort by relevance Sort by last modified time
    Searched refs:defStyle (Results 326 - 350 of 491) sorted by null

<<11121314151617181920

  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 233 public TypewriterTextView(Context context, AttributeSet attrs, int defStyle) {
234 super(context, attrs, defStyle);
  /frameworks/base/core/java/android/view/
TextureView.java 159 * @param defStyle The default style to apply to this view. If 0, no style
165 public TextureView(Context context, AttributeSet attrs, int defStyle) {
166 super(context, attrs, defStyle);
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 87 public QuickContactBadge(Context context, AttributeSet attrs, int defStyle) {
88 super(context, attrs, defStyle);
Spinner.java 138 * @param defStyle The default style to apply to this view. If 0, no style
143 public Spinner(Context context, AttributeSet attrs, int defStyle) {
144 this(context, attrs, defStyle, MODE_THEME);
155 * @param defStyle The default style to apply to this view. If 0, no style
164 public Spinner(Context context, AttributeSet attrs, int defStyle, int mode) {
165 super(context, attrs, defStyle);
168 com.android.internal.R.styleable.Spinner, defStyle, 0);
181 final DropdownPopup popup = new DropdownPopup(context, attrs, defStyle);
    [all...]
ProgressBar.java 245 public ProgressBar(Context context, AttributeSet attrs, int defStyle) {
246 this(context, attrs, defStyle, 0);
252 public ProgressBar(Context context, AttributeSet attrs, int defStyle, int styleRes) {
253 super(context, attrs, defStyle);
258 context.obtainStyledAttributes(attrs, R.styleable.ProgressBar, defStyle, styleRes);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 82 public SubtitleView(Context context, AttributeSet attrs, int defStyle) {
87 attrs, android.R.styleable.TextView, defStyle, 0);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetCarousel.java 47 public KeyguardWidgetCarousel(Context context, AttributeSet attrs, int defStyle) {
48 super(context, attrs, defStyle);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 72 public SearchPanelView(Context context, AttributeSet attrs, int defStyle) {
73 super(context, attrs, defStyle);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 86 public KeyButtonView(Context context, AttributeSet attrs, int defStyle) {
90 defStyle, 0);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsSpinnerICS.java 62 AbsSpinnerICS(Context context, AttributeSet attrs, int defStyle) {
63 super(context, attrs, defStyle);
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 62 * @param defStyle
64 public BreadCrumbView(Context context, AttributeSet attrs, int defStyle) {
65 super(context, attrs, defStyle);
NavigationBarPhone.java 64 public NavigationBarPhone(Context context, AttributeSet attrs, int defStyle) {
65 super(context, attrs, defStyle);
UrlInputView.java 81 public UrlInputView(Context context, AttributeSet attrs, int defStyle) {
82 super(context, attrs, defStyle);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 67 public EventFieldEditorView(Context context, AttributeSet attrs, int defStyle) {
68 super(context, attrs, defStyle);
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 52 public InterpolatingLayout(Context context, AttributeSet attrs, int defStyle) {
53 super(context, attrs, defStyle);
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 77 int defStyle) {
78 super(context, attrs, defStyle);
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 126 public PhoneFavoriteListView(Context context, AttributeSet attrs, int defStyle) {
127 super(context, attrs, defStyle);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 72 public MtpImageView(Context context, AttributeSet attrs, int defStyle) {
73 super(context, attrs, defStyle);
  /packages/apps/Gallery2/src/com/android/photos/views/
HeaderGridView.java 73 public HeaderGridView(Context context, AttributeSet attrs, int defStyle) {
74 super(context, attrs, defStyle);
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 78 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
79 super(context, attrs, defStyle);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java 103 final Context context, final AttributeSet attrs, final int defStyle) {
104 super(context, attrs, defStyle);
ConversationsInOutboxTipView.java 87 final Context context, final AttributeSet attrs, final int defStyle) {
88 super(context, attrs, defStyle);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackView.java 58 public AudioTrackView(Context context, AttributeSet attrs, int defStyle) {
59 super(context, attrs, defStyle);
ImageViewTouchBase.java 106 * @param defStyle The default style
108 public ImageViewTouchBase(Context context, AttributeSet attrs, int defStyle) {
109 super(context, attrs, defStyle);
  /frameworks/base/core/java/android/webkit/
WebView.java 452 * @param defStyle the default style resource ID
454 public WebView(Context context, AttributeSet attrs, int defStyle) {
455 this(context, attrs, defStyle, false);
463 * @param defStyle the default style resource ID
473 public WebView(Context context, AttributeSet attrs, int defStyle,
475 this(context, attrs, defStyle, null, privateBrowsing);
486 * @param defStyle the default style resource ID
496 protected WebView(Context context, AttributeSet attrs, int defStyle,
498 super(context, attrs, defStyle);
    [all...]

Completed in 1644 milliseconds

<<11121314151617181920