Searched defs:isLayoutRtl (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DViewGroup.java80 protected static boolean isLayoutRtl(View view) { method in class:ViewGroup
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java178 setBasePadding(isLayoutRtl());
191 if (isLayoutRtl()) {
204 private void setBasePadding(boolean isLayoutRtl) { argument
205 if (isLayoutRtl) {
232 final boolean isLayoutRtl = isLayoutRtl();
238 if (isLayoutRtl) {
/frameworks/base/core/java/android/view/
H A DViewGroup.java6010 public boolean isLayoutRtl() { method in class:ViewGroup.MarginLayoutParams
H A DView.java5936 public boolean isLayoutRtl() { method in class:View
11437 verticalScrollbarPosition = isLayoutRtl() ?
14648 if (isLayoutRtl()) {
14826 if (isLayoutRtl()) {

Completed in 561 milliseconds