OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
100
TypedArray
styledAttributes
= mContext.obtainStyledAttributes(
102
resourceId =
styledAttributes
.getResourceId(isMultiChoice ? 0 : 1, 0);
103
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 241 milliseconds