Searched refs:moveLeft (Results 1 – 7 of 7) sorted by relevance
59 final ObjectAnimator moveLeft = ObjectAnimator.ofFloat(rightList, in onCreate()61 moveLeft.setDuration(1500); in onCreate()62 moveLeft.setRepeatCount(ObjectAnimator.INFINITE); in onCreate()63 moveLeft.setRepeatMode(ObjectAnimator.REVERSE); in onCreate()88 moveLeft.start(); in onCreate()
658 final boolean moveLeft = initialLeftTextWidth > initialRightTextWidth; in estimateOptimalSqueezedButtonTextWidth()662 moveLeft ? mBreakIterator.previous() : mBreakIterator.next(); in estimateOptimalSqueezedButtonTextWidth()677 boolean tooFar = moveLeft in estimateOptimalSqueezedButtonTextWidth()
74 return Selection.moveLeft(buffer, layout); in left()
305 public static boolean moveLeft(Spannable text, Layout layout) { in moveLeft() method in Selection
29790 method public static boolean moveLeft(android.text.Spannable, android.text.Layout);
47334 method public static boolean moveLeft(android.text.Spannable, android.text.Layout);
47478 method public static boolean moveLeft(android.text.Spannable, android.text.Layout);