Searched refs:MIDDLE (Results 1 – 13 of 13) sorted by relevance
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/ |
D | EnsureHasPermission.java | 19 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 46 int weight() default MIDDLE; in weight() field
|
D | EnsurePackagesNotInstalled.java | 19 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 44 int weight() default MIDDLE; in weight() field
|
D | EnsureHasNoSecondaryUser.java | 19 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 51 int weight() default MIDDLE; in weight() field
|
D | EnsurePackageNotInstalled.java | 19 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 56 int weight() default MIDDLE; in weight() field
|
D | EnsureHasNoTvProfile.java | 20 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 54 int weight() default MIDDLE; in weight() field
|
D | EnsureHasNoWorkProfile.java | 20 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 55 int weight() default MIDDLE; in weight() field
|
D | EnsureHasSecondaryUser.java | 21 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 63 int weight() default MIDDLE; in weight() field
|
D | EnsureHasTvProfile.java | 22 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 65 int weight() default MIDDLE; in weight() field
|
D | EnsureHasWorkProfile.java | 22 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 78 int weight() default MIDDLE; in weight() field
|
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/enterprise/ |
D | EnsureHasDeviceOwner.java | 21 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE; 53 int DO_PO_WEIGHT = MIDDLE;
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 525 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString()); in testEllipsize() 541 assertEquals("", TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE).toString()); in testEllipsize() 544 TextUtils.ellipsize(text, null, textWidth, TruncateAt.MIDDLE); in testEllipsize() 551 TextUtils.ellipsize(null, p, textWidth, TruncateAt.MIDDLE); in testEllipsize() 568 TextUtils.TruncateAt.MIDDLE, TextUtils.TruncateAt.END}; in testEllipsize_emoji() 630 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE, true, in testEllipsizeCallback() 638 TextUtils.ellipsize(text, p, textWidth, TruncateAt.MIDDLE, true, in testEllipsizeCallback()
|
D | StaticLayoutTest.java | 124 TextUtils.TruncateAt.MIDDLE, ELLIPSIZE_WIDTH); in createEllipsizeStaticLayout() 461 TextUtils.TruncateAt.MIDDLE); in testGetEllipsisCount() 484 TextUtils.TruncateAt.MIDDLE); in testGetEllipsisCount()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 3194 assertSame(TruncateAt.MIDDLE, mTextView.getEllipsize()); in testAccessEllipsize() 3202 mTextView.setEllipsize(TextUtils.TruncateAt.MIDDLE); in testAccessEllipsize() 3203 assertSame(TextUtils.TruncateAt.MIDDLE, mTextView.getEllipsize()); in testAccessEllipsize()
|