Home
last modified time | relevance | path

Searched refs:styledAttributes (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.java67 final TypedArray styledAttributes = context.obtainStyledAttributes( in TextTime() local
70 mFormat12 = styledAttributes.getText(R.styleable.TextTime_format12Hour); in TextTime()
71 mFormat24 = styledAttributes.getText(R.styleable.TextTime_format24Hour); in TextTime()
73 styledAttributes.recycle(); in TextTime()
/packages/apps/Settings/src/com/android/settings/
DDisplay.java63 TypedArray styledAttributes = in onCreate() local
65 styledAttributes.getValue(android.R.styleable.TextView_textSize, in onCreate()
77 styledAttributes.recycle(); in onCreate()
/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactPhotoEditorView.java90 final TypedArray styledAttributes = getContext().getTheme().obtainStyledAttributes( in CompactPhotoEditorView() local
92 mActionBarHeight = (int) styledAttributes.getDimension(0, 0); in CompactPhotoEditorView()
93 styledAttributes.recycle(); in CompactPhotoEditorView()