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