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

<<81828384858687888990>>

  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 60 * @param attrs Attribute set from which to read values
62 public ScaleAnimation(Context context, AttributeSet attrs) {
63 super(context, attrs);
67 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerInfo.java 85 final AttributeSet attrs = Xml.asAttributeSet(parser); local
97 TypedArray sa = res.obtainAttributes(attrs,
115 attrs, com.android.internal.R.styleable.SpellChecker_Subtype);
  /frameworks/base/core/java/android/webkit/
WebView.java 548 * @param attrs an AttributeSet passed to our parent
550 public WebView(Context context, AttributeSet attrs) {
551 this(context, attrs, com.android.internal.R.attr.webViewStyle);
558 * @param attrs an AttributeSet passed to our parent
563 public WebView(Context context, AttributeSet attrs, int defStyleAttr) {
564 this(context, attrs, defStyleAttr, 0);
571 * @param attrs an AttributeSet passed to our parent
580 public WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
581 this(context, attrs, defStyleAttr, defStyleRes, null, false);
588 * @param attrs an AttributeSet passed to our paren
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 72 public InternalSelectionView(Context context, AttributeSet attrs) {
73 super(context, attrs);
76 attrs, R.styleable.SelectableRowView);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 126 @NonNull AttributeSet attrs, @Nullable Theme theme)
128 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable);
131 super.inflate(r, parser, attrs, theme);
ClipDrawable.java 87 @NonNull AttributeSet attrs, @Nullable Theme theme)
89 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ClipDrawable);
92 super.inflate(r, parser, attrs, theme);
ColorDrawable.java 259 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
261 super.inflate(r, parser, attrs, theme);
263 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorDrawable);
RotateDrawable.java 68 @NonNull AttributeSet attrs, @Nullable Theme theme)
70 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RotateDrawable);
73 super.inflate(r, parser, attrs, theme);
ScaleDrawable.java 99 @NonNull AttributeSet attrs, @Nullable Theme theme)
101 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ScaleDrawable);
104 super.inflate(r, parser, attrs, theme);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 42 public PseudoGridView(Context context, AttributeSet attrs) {
43 super(context, attrs);
45 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PseudoGridView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 131 public NotificationGuts(Context context, AttributeSet attrs) {
132 super(context, attrs);
143 final TypedArray ta = context.obtainStyledAttributes(attrs,
  /frameworks/native/libs/gui/
GLConsumer.cpp 1243 EGLint attrs[] = { local
    [all...]
  /frameworks/support/compat/java/android/support/v4/content/res/
TypedArrayUtils.java 182 Resources res, Resources.Theme theme, AttributeSet set, int[] attrs) {
184 return res.obtainAttributes(set, attrs);
186 return theme.obtainStyledAttributes(set, attrs, 0, 0);
  /kernel/tests/net/test/
netlink.py 223 def _Dump(self, command, msg, msgtype, attrs):
230 attrs: A string, the raw bytes of any request attributes to include.
233 A list of (msg, attrs) tuples where msg is of type msgtype and attrs is
239 length = len(NLMsgHdr) + len(msg) + len(attrs)
243 request = nlmsghdr.Pack() + msg + attrs
  /libcore/ojluni/src/main/java/java/text/
AttributedString.java 106 Map<Attribute,Object> attrs = iterator.getAttributes(); local
108 if (mapsDiffer(last, attrs)) {
109 setAttributes(attrs, index - start + offset);
111 last = attrs;
702 * (typically the end of the text) to the ones specified in attrs.
705 private void setAttributes(Map<Attribute, Object> attrs, int offset) {
713 if (attrs != null && (size = attrs.size()) > 0) {
716 Iterator<Map.Entry<Attribute, Object>> iterator = attrs.entrySet().iterator();
730 * Returns true if the attributes specified in last and attrs differ
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
PollingWatchService.java 147 BasicFileAttributes attrs = Files.readAttributes(path, BasicFileAttributes.class);
148 if (!attrs.isDirectory()) {
151 Object fileKey = attrs.fileKey();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 53 public IconView(Context context, AttributeSet attrs) {
54 super(context, attrs);
56 int bitmapRsc = attrs.getAttributeResourceValue(
  /prebuilts/sdk/current/support/v14/preference/libs/
android-support-v14-preference.jar 
  /system/extras/simpleperf/
event_attr.cpp 142 bool GetCommonEventIdPositionsForAttrs(std::vector<perf_event_attr>& attrs,
149 for (const auto& attr : attrs) {
188 for (const auto& attr : attrs) {
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 558 final AttributeSet attrs = Xml.asAttributeSet(parser); local
567 return createFromXmlInner(res, parser, attrs, theme);
583 AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException {
585 drawable.inflate(r, parser, attrs, theme);
597 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs)
600 mDelegateDrawable.inflate(res, parser, attrs);
604 inflate(res, parser, attrs, null);
608 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme)
611 DrawableCompat.inflate(mDelegateDrawable, res, parser, attrs, theme);
619 final TypedArray a = TypedArrayUtils.obtainAttributes(res, theme, attrs,
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_transfer.py 401 def __new__(mcs, name, bases, attrs):
404 mcs, name, bases, attrs)
405 fields = attrs['_FIELDS']
411 attrs['__new__'] = header_class_new
417 mcs, name, (header_class,) + bases, attrs)

Completed in 1234 milliseconds

<<81828384858687888990>>