Home
last modified time | relevance | path

Searched defs:style (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontFamilyUpdateRequestTest.java47 FontStyle style = new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT); in font() local
DFontTest.java1040 FontStyle style = new FontStyle(123, FontStyle.FONT_SLANT_ITALIC); in builder_with_font_with_axis() local
1068 FontStyle style = new FontStyle(123, FontStyle.FONT_SLANT_ITALIC); in builder_with_explicit_style() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicyDrawableResources.java54 public void set(String id, String style, int resource) { in set()
/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureStorageAccessor.java48 void setOrientationStyle(int style); in setOrientationStyle()
DGestureLibraryTest.java75 public void setOrientationStyle(int style) { in setOrientationStyle()
DGestureStoreTest.java78 public void setOrientationStyle(int style) { in setOrientationStyle()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInlineSuggestionsRequestTest.java116 final Bundle style = new Bundle(); in testInlineSuggestionsRequestValues() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/
DDeviceTest.java112 Notification.CallStyle style = in testCallStyleNotification() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt169 val style = InboxStyle() in testTextFieldsRedacted() constant
222 val style = MessagingStyle(empty).apply { in testMessagesRedacted() constant
245 val style = Notification.BigTextStyle() in testBigTextRedacted() constant
DNotificationTemplateTest.kt285 val style = Notification.BigPictureStyle() in <lambda>() constant
DNotificationManagerTest.java1410 Notification.Style style = new TestStyle(); in testStyle() local
1455 Notification.MediaStyle style = new Notification.MediaStyle(); in testMediaStyle_empty() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewFontWeightTest.java97 private static void assertFontSelected(TextView tv, FontStyle style) { in assertFontSelected()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DFontRenderingTests.java50 private void fontTestBody(String family, int style, int id) { in fontTestBody()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DDevicePolicyResourcesTest.java569 String updatableDrawableId, String style, int resourceId) { in createDrawable()
575 String source, String updatableDrawableId, String style, int resourceId) { in createDrawableForSource()
/cts/tests/app/src/android/app/cts/
DProgressDialogTest.java327 private void setProgressStyle(ProgressDialog dialog, int style) { in setProgressStyle()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveNotificationAppHidingTest.kt86 val style = Notification.MessagingStyle(empty).apply { addMessage(message) } in <lambda>() constant
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java343 final Bundle style = request.inlineRequest.getInlinePresentationSpecs().get(0).getStyle(); in testAutofill_noInvalid() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java96 private static Typeface createTypeface(int style) { in createTypeface()
DSystemPaletteTest.kt55 private val style: String, in <lambda>() constant in android.graphics.cts.SystemPaletteTest
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java2164 private void negativeSaveButtonStyle(int style) throws Exception { in negativeSaveButtonStyle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1719 Notification.MessagingStyle style = new Notification.MessagingStyle("display_name"); in sendMessagingNotification() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java719 private void assertSystemPointerIcon(int style) { in assertSystemPointerIcon()