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

/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java353 final boolean isLayoutRtl = isLayoutRtlSupport();
654 final boolean isLayoutRtl = isLayoutRtlSupport();
945 final boolean isLayoutRtl = isLayoutRtlSupport();
1001 if (isLayoutRtlSupport()) {
1053 final boolean isLayoutRtl = isLayoutRtlSupport();
1153 final boolean isLayoutRtl = isLayoutRtlSupport();
1173 if (isLayoutRtlSupport()) {
1186 final boolean isLayoutRtl = isLayoutRtlSupport();
1240 return checkV && ViewCompat.canScrollHorizontally(v, (isLayoutRtlSupport() ? dx : -dx));
1338 if (isLayoutRtlSupport()) {
1641 private boolean isLayoutRtlSupport() { method in class:SlidingPaneLayout
[all...]

Completed in 32 milliseconds