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