Searched refs:isLocaleRtl (Results 1 – 3 of 3) sorted by relevance
546 return isLocaleRtl(locale); in isRtl()549 public static boolean isLocaleRtl(String locale) { in isLocaleRtl() method in Bridge
161 boolean isRtl = Bridge.isLocaleRtl(getParams().getLocale()); in Layout()
326 if (Bridge.isLocaleRtl(params.getLocale())) { in inflate()