Searched refs:isLocaleRtl (Results 1 – 2 of 2) sorted by relevance
405 return isLocaleRtl(locale); in isRtl()408 public static boolean isLocaleRtl(String locale) { in isLocaleRtl() method in Bridge
244 boolean isRtl = Bridge.isLocaleRtl(params.getLocale()); in inflate()