Home | History | Annotate | Download | only in launcher2

Lines Matching defs:isLayoutRtl

260      * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
262 public boolean isLayoutRtl() {
411 final boolean isRtl = isLayoutRtl();
587 final int index = isLayoutRtl() ? 0 : childCount - 1;
653 final boolean isRtl = isLayoutRtl();
736 final boolean isRtl = isLayoutRtl();
784 final boolean isRtl = isLayoutRtl();
965 if (isLayoutRtl()) {
976 if (isLayoutRtl()) {
1313 final boolean isRtl = isLayoutRtl();
1389 boolean isForwardScroll = isLayoutRtl() ? (hscroll < 0 || vscroll < 0)
1449 final boolean isRtl = isLayoutRtl();
1892 final boolean isRtl = isLayoutRtl();