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.java186 shouldMirrorDrawable(mBackground, getLayoutDirection())) { in onDraw()
197 shouldMirrorDrawable(mIllustration, getLayoutDirection())) { in onDraw()
209 private boolean shouldMirrorDrawable(Drawable drawable, int layoutDirection) { in shouldMirrorDrawable() method in Illustration