Searched refs:styledAttributes (Results 1 – 3 of 3) sorted by relevance
67 final TypedArray styledAttributes = context.obtainStyledAttributes( in TextTime() local70 mFormat12 = styledAttributes.getText(R.styleable.TextTime_format12Hour); in TextTime()71 mFormat24 = styledAttributes.getText(R.styleable.TextTime_format24Hour); in TextTime()73 styledAttributes.recycle(); in TextTime()
63 TypedArray styledAttributes = in onCreate() local65 styledAttributes.getValue(android.R.styleable.TextView_textSize, in onCreate()77 styledAttributes.recycle(); in onCreate()
90 final TypedArray styledAttributes = getContext().getTheme().obtainStyledAttributes( in CompactPhotoEditorView() local92 mActionBarHeight = (int) styledAttributes.getDimension(0, 0); in CompactPhotoEditorView()93 styledAttributes.recycle(); in CompactPhotoEditorView()