Lines Matching refs:isRtl
1024 final boolean isRtl = isLayoutRtl();
1046 if (isRtl) {
1379 final boolean isRtl = isLayoutRtl();
1392 if (isRtl) {
1403 if (isRtl && (scrollProgress > 0)) {
1405 } else if (!isRtl && (scrollProgress < 0)) {
1417 float xPivot = isRtl ? 1f - TRANSITION_PIVOT : TRANSITION_PIVOT;
1418 boolean isOverscrollingFirstPage = isRtl ? scrollProgress > 0 : scrollProgress < 0;
1419 boolean isOverscrollingLastPage = isRtl ? scrollProgress < 0 : scrollProgress > 0;