Home
last modified time | relevance | path

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/
DEnsureHasPermission.java19 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
46 int weight() default MIDDLE; in weight() field
DEnsurePackagesNotInstalled.java19 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
44 int weight() default MIDDLE; in weight() field
DEnsureHasNoSecondaryUser.java19 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
51 int weight() default MIDDLE; in weight() field
DEnsurePackageNotInstalled.java19 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
56 int weight() default MIDDLE; in weight() field
DEnsureHasNoTvProfile.java20 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
54 int weight() default MIDDLE; in weight() field
DEnsureHasNoWorkProfile.java20 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
55 int weight() default MIDDLE; in weight() field
DEnsureHasSecondaryUser.java21 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
63 int weight() default MIDDLE; in weight() field
DEnsureHasTvProfile.java22 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
65 int weight() default MIDDLE; in weight() field
DEnsureHasWorkProfile.java22 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/
DEnsureHasDeviceOwner.java21 import static com.android.bedstead.harrier.annotations.AnnotationRunPrecedence.MIDDLE;
53 int DO_PO_WEIGHT = MIDDLE;
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java525 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()
DStaticLayoutTest.java124 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/
DTextViewTest.java3194 assertSame(TruncateAt.MIDDLE, mTextView.getEllipsize()); in testAccessEllipsize()
3202 mTextView.setEllipsize(TextUtils.TruncateAt.MIDDLE); in testAccessEllipsize()
3203 assertSame(TextUtils.TruncateAt.MIDDLE, mTextView.getEllipsize()); in testAccessEllipsize()