HomeSort by relevance Sort by last modified time
    Searched refs:attrs (Results 826 - 850 of 4096) sorted by null

<<31323334353637383940>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
CenteredLinearLayout.java 31 public CenteredLinearLayout(Context context, AttributeSet attrs) {
32 super(context, attrs);
33 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CenteredLinearLayout);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryTrack.java 53 public CategoryTrack(Context context, AttributeSet attrs) {
54 super(context, attrs);
55 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CategoryTrack);
  /packages/apps/PhoneCommon/src/com/android/phone/common/widget/
ResizingTextEditText.java 34 public ResizingTextEditText(Context context, AttributeSet attrs) {
35 super(context, attrs);
37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText);
ResizingTextTextView.java 34 public ResizingTextTextView(Context context, AttributeSet attrs) {
35 super(context, attrs);
37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText);
  /packages/apps/Settings/src/com/android/settings/
DividerPreference.java 29 public DividerPreference(Context context, AttributeSet attrs) {
30 super(context, attrs);
31 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DividerPreference, 0, 0);
TintablePreference.java 31 public TintablePreference(Context context, AttributeSet attrs) {
32 super(context, attrs);
34 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TintablePreference);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
RadioPreference.java 34 public RadioPreference(Context context, AttributeSet attrs) {
35 super(context, attrs);
37 context.obtainStyledAttributes(attrs, R.styleable.RadioPreference, 0, 0);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
FancySummaryListPreference.java 40 public FancySummaryListPreference(Context context, AttributeSet attrs) {
41 super(context, attrs);
43 TypedArray a = context.obtainStyledAttributes(attrs,
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 267 def findNext(self, name=None, attrs={}, text=None, **kwargs):
270 return self._findOne(self.findAllNext, name, attrs, text, **kwargs)
272 def findAllNext(self, name=None, attrs={}, text=None, limit=None,
276 return self._findAll(name, attrs, text, limit, self.nextGenerator,
279 def findNextSibling(self, name=None, attrs={}, text=None, **kwargs):
282 return self._findOne(self.findNextSiblings, name, attrs, text,
285 def findNextSiblings(self, name=None, attrs={}, text=None, limit=None,
289 return self._findAll(name, attrs, text, limit,
293 def findPrevious(self, name=None, attrs={}, text=None, **kwargs):
296 return self._findOne(self.findAllPrevious, name, attrs, text, **kwargs
    [all...]
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 33 pthread_condattr_t attrs; local
34 rv = pthread_condattr_init(&attrs);
36 pthread_condattr_setclock(&attrs, CLOCK_MONOTONIC);
37 rv = pthread_cond_init(&condition_, &attrs);
38 pthread_condattr_destroy(&attrs);
  /external/replicaisland/src/com/replica/replicaisland/
SliderPreference.java 43 public SliderPreference(Context context, AttributeSet attrs) {
44 this(context, attrs, android.R.attr.preferenceStyle);
49 public SliderPreference(Context context, AttributeSet attrs, int defStyle) {
50 super(context, attrs, defStyle);
52 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
NonOverlappingLinearLayoutWithForeground.java 40 public NonOverlappingLinearLayoutWithForeground(Context context, AttributeSet attrs) {
41 this(context, attrs, 0);
44 public NonOverlappingLinearLayoutWithForeground(Context context, AttributeSet attrs,
46 super(context, attrs, defStyle);
54 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatCheckBox.java 55 public AppCompatCheckBox(Context context, AttributeSet attrs) {
56 this(context, attrs, R.attr.checkboxStyle);
59 public AppCompatCheckBox(Context context, AttributeSet attrs, int defStyleAttr) {
60 super(TintContextWrapper.wrap(context), attrs, defStyleAttr); local
62 mCompoundButtonHelper.loadFromAttributes(attrs, defStyleAttr);
AppCompatRadioButton.java 55 public AppCompatRadioButton(Context context, AttributeSet attrs) {
56 this(context, attrs, R.attr.radioButtonStyle);
59 public AppCompatRadioButton(Context context, AttributeSet attrs, int defStyleAttr) {
60 super(TintContextWrapper.wrap(context), attrs, defStyleAttr); local
62 mCompoundButtonHelper.loadFromAttributes(attrs, defStyleAttr);
  /frameworks/support/v7/preference/src/android/support/v7/internal/widget/
PreferenceImageView.java 42 public PreferenceImageView(Context context, AttributeSet attrs) {
43 this(context, attrs, 0);
46 public PreferenceImageView(Context context, AttributeSet attrs, int defStyleAttr) {
47 super(context, attrs, defStyleAttr);
50 attrs, R.styleable.PreferenceImageView, defStyleAttr, 0);
61 // public PreferenceImageView(Context context, AttributeSet attrs, int defStyleAttr,
63 // super(context, attrs, defStyleAttr, defStyleRes);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 165 pthread_attr_t attrs; local
176 if (pthread_attr_init(&attrs) != 0)
183 if (pthread_attr_setstacksize(&attrs, tss) != 0) {
184 pthread_attr_destroy(&attrs);
190 pthread_attr_setscope(&attrs, PTHREAD_SCOPE_SYSTEM);
195 &attrs,
204 pthread_attr_destroy(&attrs);
470 pthread_attr_t attrs; local
490 if (pthread_attr_init(&attrs) == 0) {
491 rc = pthread_attr_setstacksize(&attrs, size);
    [all...]
  /external/iproute2/tipc/
media.c 30 struct nlattr *attrs[TIPC_NLA_MEDIA_MAX + 1] = {}; local
36 mnl_attr_parse_nested(info[TIPC_NLA_MEDIA], parse_attrs, attrs);
37 if (!attrs[TIPC_NLA_MEDIA_NAME])
40 printf("%s\n", mnl_attr_get_str(attrs[TIPC_NLA_MEDIA_NAME]));
68 struct nlattr *attrs[TIPC_NLA_MEDIA_MAX + 1] = {}; local
75 mnl_attr_parse_nested(info[TIPC_NLA_MEDIA], parse_attrs, attrs);
76 if (!attrs[TIPC_NLA_MEDIA_PROP])
79 mnl_attr_parse_nested(attrs[TIPC_NLA_MEDIA_PROP], parse_attrs, props);
173 struct nlattr *attrs; local
207 attrs = mnl_attr_nest_start(nlh, TIPC_NLA_MEDIA)
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/autoresizetext/
AutoResizeTextView.java 64 public AutoResizeTextView(Context context, AttributeSet attrs) {
65 super(context, attrs, 0);
66 initialize(context, attrs, 0, 0);
69 public AutoResizeTextView(Context context, AttributeSet attrs, int defStyleAttr) {
70 super(context, attrs, defStyleAttr);
71 initialize(context, attrs, defStyleAttr, 0);
75 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
76 super(context, attrs, defStyleAttr, defStyleRes);
77 initialize(context, attrs, defStyleAttr, defStyleRes);
81 Context context, @Nullable AttributeSet attrs, int defStyleAttr, int defStyleRes)
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
route_test.go 21 var attrs addrAttrs
23 attrs = addrAttrs(nativeEndian.Uint32(m.raw[12:16]))
25 attrs = addrAttrs(nativeEndian.Uint32(m.raw[4:8]))
27 return fmt.Sprintf("%s", attrs)
31 var attrs addrAttrs
33 attrs = addrAttrs(nativeEndian.Uint32(m.raw[12:16]))
35 attrs = addrAttrs(nativeEndian.Uint32(m.raw[4:8]))
37 return fmt.Sprintf("%s", attrs)
79 func (attrs addrAttrs) String() string {
82 if attrs&(1<<uint(i)) != 0
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route_test.go 21 var attrs addrAttrs
23 attrs = addrAttrs(nativeEndian.Uint32(m.raw[12:16]))
25 attrs = addrAttrs(nativeEndian.Uint32(m.raw[4:8]))
27 return fmt.Sprintf("%s", attrs)
31 var attrs addrAttrs
33 attrs = addrAttrs(nativeEndian.Uint32(m.raw[12:16]))
35 attrs = addrAttrs(nativeEndian.Uint32(m.raw[4:8]))
37 return fmt.Sprintf("%s", attrs)
79 func (attrs addrAttrs) String() string {
82 if attrs&(1<<uint(i)) != 0
    [all...]
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 54 public EditTextPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
55 super(context, attrs, defStyleAttr, defStyleRes);
57 mEditText = new EditText(context, attrs);
71 public EditTextPreference(Context context, AttributeSet attrs, int defStyleAttr) {
72 this(context, attrs, defStyleAttr, 0);
75 public EditTextPreference(Context context, AttributeSet attrs) {
76 this(context, attrs, com.android.internal.R.attr.editTextPreferenceStyle);
PreferenceGroup.java 56 public PreferenceGroup(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
57 super(context, attrs, defStyleAttr, defStyleRes);
62 attrs, com.android.internal.R.styleable.PreferenceGroup, defStyleAttr, defStyleRes);
68 public PreferenceGroup(Context context, AttributeSet attrs, int defStyleAttr) {
69 this(context, attrs, defStyleAttr, 0);
72 public PreferenceGroup(Context context, AttributeSet attrs) {
73 this(context, attrs, 0);
RingtonePreference.java 54 public RingtonePreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
55 super(context, attrs, defStyleAttr, defStyleRes);
57 final TypedArray a = context.obtainStyledAttributes(attrs,
68 public RingtonePreference(Context context, AttributeSet attrs, int defStyleAttr) {
69 this(context, attrs, defStyleAttr, 0);
72 public RingtonePreference(Context context, AttributeSet attrs) {
73 this(context, attrs, com.android.internal.R.attr.ringtonePreferenceStyle);
SwitchPreference.java 64 * @param attrs Style attributes that differ from the default
73 public SwitchPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
74 super(context, attrs, defStyleAttr, defStyleRes);
76 TypedArray a = context.obtainStyledAttributes(attrs,
93 * @param attrs Style attributes that differ from the default
98 public SwitchPreference(Context context, AttributeSet attrs, int defStyleAttr) {
99 this(context, attrs, defStyleAttr, 0);
106 * @param attrs Style attributes that differ from the default
108 public SwitchPreference(Context context, AttributeSet attrs) {
109 this(context, attrs, com.android.internal.R.attr.switchPreferenceStyle)
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterViewFlipper.java 58 public AdapterViewFlipper(Context context, AttributeSet attrs) {
59 this(context, attrs, 0);
62 public AdapterViewFlipper(Context context, AttributeSet attrs, int defStyleAttr) {
63 this(context, attrs, defStyleAttr, 0);
67 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
68 super(context, attrs, defStyleAttr, defStyleRes);
70 final TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 2580 milliseconds

<<31323334353637383940>>