Home
last modified time | relevance | path

Searched defs:style (Results 1 – 20 of 20) 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/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/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicyDrawableResources.java55 public void set(String id, String style, int resource) { in set()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInlineSuggestionsRequestTest.java114 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/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/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.kt51 private val style: String, in <lambda>() constant in android.graphics.cts.SystemPaletteTest
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationTemplateTest.kt266 val style = Notification.BigPictureStyle() in <lambda>() constant
DNotificationManagerTest.java1093 Notification.Style style = new Notification.Style() { in testStyle() local
1139 Notification.MediaStyle style = new Notification.MediaStyle(); in testMediaStyle_empty() local
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java2143 private void negativeSaveButtonStyle(int style) throws Exception { in negativeSaveButtonStyle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1717 Notification.MessagingStyle style = new Notification.MessagingStyle("display_name"); in sendMessagingNotification() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java701 private void assertSystemPointerIcon(int style) { in assertSystemPointerIcon()