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