Searched refs:moveLeft (Results 1 – 6 of 6) 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()
653 final boolean moveLeft = initialLeftTextWidth > initialRightTextWidth; in estimateOptimalSqueezedButtonTextWidth()657 moveLeft ? mBreakIterator.previous() : mBreakIterator.next(); in estimateOptimalSqueezedButtonTextWidth()672 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);
46043 method public static boolean moveLeft(android.text.Spannable, android.text.Layout);