OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:styledAttributes
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Settings/src/com/android/settings/
Display.java
62
TypedArray
styledAttributes
=
64
styledAttributes
.getValue(android.R.styleable.TextView_textSize,
76
styledAttributes
.recycle();
/packages/apps/Contacts/src/com/android/contacts/editor/
CompactPhotoEditorView.java
83
final TypedArray
styledAttributes
= getContext().getTheme().obtainStyledAttributes(
85
mActionBarHeight = (int)
styledAttributes
.getDimension(0, 0);
86
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
94
TypedArray
styledAttributes
= mContext.obtainStyledAttributes(R.styleable.Theme);
95
mOverlay =
styledAttributes
.getDrawable(
97
styledAttributes
.recycle();
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteChooserDialog.java
247
TypedArray
styledAttributes
= getContext().obtainStyledAttributes(new int[] {
252
mDefaultIcon =
styledAttributes
.getDrawable(0);
253
mTvIcon =
styledAttributes
.getDrawable(1);
254
mSpeakerIcon =
styledAttributes
.getDrawable(2);
255
mSpeakerGroupIcon =
styledAttributes
.getDrawable(3);
256
styledAttributes
.recycle();
/prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
Completed in 671 milliseconds