Home
last modified time | relevance | path

Searched refs:isRtl (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java197 boolean isRtl = isLayoutRtl(textView); in setCompoundDrawablesRelative()
198 textView.setCompoundDrawables(isRtl ? end : start, top, isRtl ? start : end, bottom); in setCompoundDrawablesRelative()
214 boolean isRtl = isLayoutRtl(textView); in setCompoundDrawablesRelativeWithIntrinsicBounds()
215 textView.setCompoundDrawablesWithIntrinsicBounds(isRtl ? end : start, top, in setCompoundDrawablesRelativeWithIntrinsicBounds()
216 isRtl ? start : end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
232 boolean isRtl = isLayoutRtl(textView); in setCompoundDrawablesRelativeWithIntrinsicBounds()
233 textView.setCompoundDrawablesWithIntrinsicBounds(isRtl ? end : start, top, in setCompoundDrawablesRelativeWithIntrinsicBounds()
234 isRtl ? start : end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwAutofillClient.java43 boolean isRtl, AutofillSuggestion[] suggestions) { in showAutofillPopup() argument
61 mAutofillPopup.filterAndShow(suggestions, isRtl); in showAutofillPopup()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
DAutofillPopupBridge.java76 private void show(AutofillSuggestion[] suggestions, boolean isRtl) { in show() argument
77 if (mAutofillPopup != null) mAutofillPopup.filterAndShow(suggestions, isRtl); in show()
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
DAutofillPopup.java81 public void filterAndShow(AutofillSuggestion[] suggestions, boolean isRtl) { in filterAndShow() argument
98 isRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR); in filterAndShow()
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
Dfeed.js96 var isRtl = 'lTR';
108 isRtl = 'rTL';
197 itemDesc += "<div class = '" + isRtl + "'>";
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DInfoBarLayout.java302 boolean isRtl = ApiCompatibilityUtils.isLayoutRtl(this); in onLayout()
310 if (isRtl) { in onLayout()