isAutoMirrored
Deprecated
Call isAutoMirrored directly.
Tells if this Drawable will be automatically mirrored when its layout direction is RTL right-to-left. See android.util.LayoutDirection.
If running on a pre-KITKAT device this method returns false.
Return
boolean Returns true if this Drawable will be automatically mirrored.
Parameters
drawable
The Drawable against which to invoke the method.