Home
last modified time | relevance | path

Searched defs:styles (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterIconStyle.java24 public ParameterIconStyle(int id, Bitmap[] styles) { in ParameterIconStyle()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp268 const uint32_t styles[] = {app::R::style::StyleOne, app::R::style::StyleDayNight}; in TEST_F() local
288 const uint32_t styles[] = {app::R::style::StyleOne, app::R::style::StyleDayNight}; in TEST_F() local
307 const uint32_t styles[] = {app::R::style::StyleOne, app::R::style::StyleDayNight}; in TEST_F() local
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
H A DInlineSuggestionRenderServiceImplTest.java123 private static InlinePresentationSpec createInlinePresentationSpec(Bundle styles) { in createInlinePresentationSpec()
/aosp12/frameworks/base/libs/hwui/tests/common/scenes/
H A DShapeAnimation.cpp71 SkPaint::Style styles[] = {SkPaint::kStroke_Style, SkPaint::kFill_Style, in createContent() local
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DFontListParserTest.java129 public void styles() throws Exception { in styles() method in FontListParserTest
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyStylesSet.java90 @Nonnull final HashMap<String, KeyStyle> styles) { in DeclaredKeyStyle()
/aosp12/frameworks/base/core/java/android/text/
H A DBoringLayout.java348 Object[] styles = sp.getSpans(0, textLength, ParagraphStyle.class); in isBoring() local
/aosp12/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1083 Object[] styles = editable.getSpans(0, len, Object.class); in clearStyles() local
1460 DynamicDrawableSpan[] styles = in removeImageChar() local
1532 DynamicDrawableSpan[] styles = in pasteFromClipboard() local
1779 Object[] styles = spannable.getSpans(0, len, Object.class); in dumpSpannableString() local