Searched refs:toLeft (Results 1 – 4 of 4) sorted by relevance
367 boolean toLeft = deltaX < 0; in trackMotionScroll()369 int limitedDeltaX = getLimitedMotionScrollAmount(toLeft, deltaX); in trackMotionScroll()378 detachOffScreenChildren(toLeft); in trackMotionScroll()380 if (toLeft) { in trackMotionScroll()462 private void detachOffScreenChildren(boolean toLeft) { in detachOffScreenChildren() argument468 if (toLeft) { in detachOffScreenChildren()504 if (toLeft != mIsRtl) { in detachOffScreenChildren()
427 int getOffsetToLeftRightOf(int cursor, boolean toLeft) {508 boolean advance = toLeft == runIsRtl;528 boolean advance = toLeft == paraIsRtl;541 advance = toLeft == otherRunIsRtl;
1140 private int getOffsetToLeftRightOf(int caret, boolean toLeft) { in getOffsetToLeftRightOf() argument1147 boolean advance = toLeft == (lineDir == DIR_RIGHT_TO_LEFT); in getOffsetToLeftRightOf()1177 toLeft = !toLeft; in getOffsetToLeftRightOf()1187 caret = lineStart + tl.getOffsetToLeftRightOf(caret - lineStart, toLeft); in getOffsetToLeftRightOf()
207 …<code>below</code>, <code>alignTop</code>, <code>toLeft</code>, <code>padding[Bottom|Left|Right|To…210 …For example, assigning the parameter <code>toLeft="my_button"</code> to a TextView would place the…