HomeSort by relevance Sort by last modified time
    Searched defs:styledAttributes (Results 1 - 4 of 4) 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();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupDialog.java 101 TypedArray styledAttributes = mContext.obtainStyledAttributes(
103 resourceId = styledAttributes.getResourceId(isMultiChoice ? 0 : 1, 0);
104 styledAttributes.recycle();
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
TextTime.java 67 final TypedArray styledAttributes = context.obtainStyledAttributes(
70 mFormat12 = styledAttributes.getText(R.styleable.TextTime_format12Hour);
71 mFormat24 = styledAttributes.getText(R.styleable.TextTime_format24Hour);
73 styledAttributes.recycle();
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 95 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
96 mOverlay = styledAttributes.getDrawable(
98 styledAttributes.recycle();

Completed in 131 milliseconds