HomeSort by relevance Sort by last modified time
    Searched full:styledattributes (Results 1 - 8 of 8) 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 86 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
87 mOverlay = styledAttributes.getDrawable(
89 styledAttributes.recycle();
Editor.java     [all...]
TextView.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java 51 Resources.StyledAttributes a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
TypedArray.java 687 * Give back a previously retrieved StyledAttributes, for later re-use.
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 897 * Give back a previously retrieved StyledAttributes, for later re-use.

Completed in 2485 milliseconds