Home
last modified time | relevance | path

Searched refs:moveLeft (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java59 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java558 final boolean moveLeft = initialLeftTextWidth > initialRightTextWidth; in estimateOptimalSqueezedButtonTextWidth()
563 moveLeft ? mBreakIterator.previous() : mBreakIterator.next(); in estimateOptimalSqueezedButtonTextWidth()
578 boolean tooFar = moveLeft in estimateOptimalSqueezedButtonTextWidth()
/aosp14/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java78 return Selection.moveLeft(buffer, layout); in left()
/aosp14/frameworks/base/core/java/android/text/
H A DSelection.java306 public static boolean moveLeft(Spannable text, Layout layout) { in moveLeft() method in Selection
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47506 method public static boolean moveLeft(android.text.Spannable, android.text.Layout);