Searched refs:isLocaleRtl (Results 1 – 2 of 2) sorted by relevance
516 return isLocaleRtl(locale); in isRtl()519 public static boolean isLocaleRtl(String locale) { in isLocaleRtl() method in Bridge
134 boolean isRtl = Bridge.isLocaleRtl(getParams().getLocale()); in Layout()