Searched refs:typedAttributes (Results 1 – 2 of 2) sorted by relevance
73 final TypedArray typedAttributes = in VideoThumbnailView() local79 mPlayOnLoad = typedAttributes.getBoolean(R.styleable.VideoThumbnailView_playOnLoad, false); in VideoThumbnailView()81 typedAttributes.getBoolean(R.styleable.VideoThumbnailView_loop, false); in VideoThumbnailView()82 mMode = typedAttributes.getInt(R.styleable.VideoThumbnailView_mode, MODE_IMAGE_THUMBNAIL); in VideoThumbnailView()83 mAllowCrop = typedAttributes.getBoolean(R.styleable.VideoThumbnailView_allowCrop, false); in VideoThumbnailView()161 final int maxHeight = typedAttributes.getDimensionPixelSize( in VideoThumbnailView()168 typedAttributes.recycle(); in VideoThumbnailView()
91 final TypedArray typedAttributes = in AudioAttachmentView() local93 mMode = typedAttributes.getInt(R.styleable.AudioAttachmentView_layoutMode, in AudioAttachmentView()97 typedAttributes.recycle(); in AudioAttachmentView()