Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java192 && shouldMirrorDrawable(background, getLayoutDirection())) { in onDraw()
203 && shouldMirrorDrawable(illustration, getLayoutDirection())) { in onDraw()
215 private boolean shouldMirrorDrawable(Drawable drawable, int layoutDirection) { in shouldMirrorDrawable() method in Illustration