Home
last modified time | relevance | path

Searched defs:drawables (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/core/
DSkRecordedDrawable.cpp34 SkDrawable* const* drawables = nullptr; in onDraw() local
74 SkDrawable* const* drawables = fDrawableList ? fDrawableList->begin() : nullptr; in flatten() local
DSkPictureRecorder.cpp118 SkDrawable* const* drawables = nullptr; in partialReplay() local
DSkRecordDraw.cpp20 SkDrawable* const drawables[], in SkRecordDraw()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java55 Drawable[] drawables = getCompoundDrawablesRelative(); in init() local
122 Drawable[] drawables = new Drawable[6]; in getAllCompoundDrawables() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayerDrawableTest.java33 protected Drawable[] drawables; field in ShadowLayerDrawableTest
DShadowLayoutInflaterTest.java260 Drawable[] drawables = view.getCompoundDrawables(); in testTextViewCompoundDrawablesAreSet() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayerDrawableTest.java33 protected Drawable[] drawables; field in ShadowLayerDrawableTest
DShadowLayoutInflaterTest.java265 Drawable[] drawables = view.getCompoundDrawables(); in testTextViewCompoundDrawablesAreSet() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java121 static final Map<Pair<String, Integer>, Drawable> drawables = new LinkedHashMap<>(); field in ShadowPackageManager
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java168 static final Map<Pair<String, Integer>, Drawable> drawables = new LinkedHashMap<>(); field in ShadowPackageManager
/external/skia/src/text/gpu/
DSubRunContainer.cpp996 SubRunOwner make_drawable_sub_run(const SkZip<SkPackedGlyphID, SkPoint>& drawables, in make_drawable_sub_run()