Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/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