overrideOf

open fun overrideOf(width: Int, height: Int): RequestOptions

Returns a RequestOptions object with override} set.


open fun overrideOf(size: Int): RequestOptions

Returns a RequestOptions with override set where both the width and height are the given size.