OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:styledattributes
(Results
1 - 6
of
6
) sorted by null
/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();
/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
112
TypedArray
styledAttributes
= mContentViewCore.getContext().obtainStyledAttributes(
114
resource_id =
styledAttributes
.getResourceId(isMultiChoice ? 0 : 1, 0);
115
styledAttributes
.recycle();
/frameworks/base/core/java/android/widget/
QuickContactBadge.java
90
TypedArray
styledAttributes
= mContext.obtainStyledAttributes(R.styleable.Theme);
91
mOverlay =
styledAttributes
.getDrawable(
93
styledAttributes
.recycle();
Editor.java
[
all
...]
/frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java
51
Resources.
StyledAttributes
a = context.obtainStyledAttributes(attrs,
Completed in 907 milliseconds