Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DSystemPaletteTest.java87 forEachThemeDefinition((color, style, expectedPalette) -> { in testThemeStyles() argument
93 + "\",\"android.theme.customization.theme_style\":\"" + style in testThemeStyles() local
328 void apply(String color, String style, int[] expectedPalette); in apply()
DTypefaceTest.java93 private static Typeface createTypeface(int style) { in createTypeface()
/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/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/inputmethod/src/android/view/inputmethod/cts/
DInlineSuggestionsRequestTest.java114 final Bundle style = new Bundle(); in testInlineSuggestionsRequestValues() 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.java48 private void fontTestBody(String family, int style, int id) { in fontTestBody()
/cts/tests/app/src/android/app/cts/
DProgressDialogTest.java327 private void setProgressStyle(ProgressDialog dialog, int style) { in setProgressStyle()
DNotificationTemplateTest.kt260 val style = Notification.BigPictureStyle() in <lambda>() constant
DNotificationManagerTest.java1513 Notification.Style style = new Notification.Style() { in testStyle() local
1559 Notification.MediaStyle style = new Notification.MediaStyle(); in testMediaStyle_empty() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DDevicePolicyResourcesTests.java572 String updatableDrawableId, String style, int resourceId) { in createDrawable()
578 String source, String updatableDrawableId, String style, int resourceId) { in createDrawableForSource()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java329 final Bundle style = request.inlineRequest.getInlinePresentationSpecs().get(0).getStyle(); in testAutofill_noInvalid() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedFillResponse.java466 public Builder setNegativeAction(int style, IntentSender listener) { in setNegativeAction()
475 public Builder setPositiveAction(int style) { in setPositiveAction()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java1991 private void negativeSaveButtonStyle(int style) throws Exception { in negativeSaveButtonStyle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1459 Notification.MessagingStyle style = new Notification.MessagingStyle("display_name"); in sendMessagingNotification() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java711 private void assertSystemPointerIcon(int style) { in assertSystemPointerIcon()