HomeSort by relevance Sort by last modified time
    Searched refs:styledAttributes (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/
Display.java 63 TypedArray styledAttributes =
65 styledAttributes.getValue(android.R.styleable.TextView_textSize,
77 styledAttributes.recycle();
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 84 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
85 mOverlay = styledAttributes.getDrawable(
87 styledAttributes.recycle();
TextView.java     [all...]

Completed in 49 milliseconds